Mailinglist Archive: opensuse-commit (817 mails)
| < Previous | Next > |
commit mkinitrd for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sun, 07 Dec 2008 08:01:00 +0100
- Message-id: <20081207070100.D005D678171@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package mkinitrd for openSUSE:Factory
checked in at Sun Dec 7 08:01:00 CET 2008.
--------
--- mkinitrd/mkinitrd.changes 2008-12-05 14:56:36.000000000 +0100
+++ /mounts/work_src_done/STABLE/mkinitrd/mkinitrd.changes 2008-12-06
17:21:57.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Dec 6 17:21:00 CET 2008 - bwalle@xxxxxxx
+
+- Include virtio_pci module if necessary (bnc #456439).
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mkinitrd.spec ++++++
--- /var/tmp/diff_new_pack.TT9945/_old 2008-12-07 07:59:06.000000000 +0100
+++ /var/tmp/diff_new_pack.TT9945/_new 2008-12-07 07:59:06.000000000 +0100
@@ -25,7 +25,7 @@
Requires: coreutils modutils util-linux grep gzip sed cpio udev sysvinit
file perl-Bootloader
AutoReqProv: on
Version: 2.4
-Release: 37
+Release: 38
Conflicts: udev < 118
Requires: dhcpcd
Summary: Creates an Initial RAM Disk Image for Preloading Modules
@@ -121,6 +121,8 @@
%doc %{_mandir}/man8/lsinitrd.8.gz
%changelog
+* Sat Dec 06 2008 bwalle@xxxxxxx
+- Include virtio_pci module if necessary (bnc #456439).
* Fri Dec 05 2008 bwalle@xxxxxxx
- Run mkinitrd_setup in '%%posttrans' instead of '%%post' to fix
danging symlinks after removal of some scripts (bnc #456417).
++++++ mkinitrd.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/mkinitrd-2.4/build_rpm new/mkinitrd-2.4/build_rpm
--- old/mkinitrd-2.4/build_rpm 2008-12-05 14:52:30.000000000 +0100
+++ new/mkinitrd-2.4/build_rpm 2008-12-06 17:21:40.000000000 +0100
@@ -90,7 +90,7 @@
echo " Don't submit the package to Autobuild!" >&2
patchname=mkinitrd-$(date -u +%Y-%M-%d_%T_%Z).diff
- git diff > $DESTDIR/$patchname
+ git diff HEAD > $DESTDIR/$patchname
sed -i 's#%setup#%setup\n%patch0 -p1#g' \
$DESTDIR/mkinitrd.spec
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/mkinitrd-2.4/mkinitrd.changes
new/mkinitrd-2.4/mkinitrd.changes
--- old/mkinitrd-2.4/mkinitrd.changes 2008-12-05 14:52:30.000000000 +0100
+++ new/mkinitrd-2.4/mkinitrd.changes 2008-12-06 17:21:40.000000000 +0100
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Sat Dec 6 17:21:00 CET 2008 - bwalle@xxxxxxx
+
+- Include virtio_pci module if necessary (bnc #456439).
+
+-------------------------------------------------------------------
Fri Dec 5 14:51:40 CET 2008 - bwalle@xxxxxxx
- Run mkinitrd_setup in '%posttrans' instead of '%post' to fix
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/mkinitrd-2.4/scripts/setup-modules.sh
new/mkinitrd-2.4/scripts/setup-modules.sh
--- old/mkinitrd-2.4/scripts/setup-modules.sh 2008-12-05 14:52:30.000000000
+0100
+++ new/mkinitrd-2.4/scripts/setup-modules.sh 2008-12-06 17:21:40.000000000
+0100
@@ -8,7 +8,11 @@
# Global variables
# Array that stores additional dependencies. Each entry looks like
# module:module1 module2
-declare -a additional_module_dependencies
+# The array is initialised with some known dependency and extended at runtime
+# in the load_additional_dependencies function.
+additional_module_dependencies=(
+ "virtio:virtio_pci virtio_ring"
+)
# Check if module $1 is listed in $modules.
has_module() {
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |