Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory
checked in at Tue Jul 19 14:16:23 CEST 2011.



--------
--- mkinitrd/mkinitrd.changes   2011-06-30 23:11:12.000000000 +0200
+++ /mounts/work_src_done/STABLE/mkinitrd/mkinitrd.changes      2011-07-18 
13:39:12.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jul 18 11:16:42 UTC 2011 - [email protected]
+
+- purge-kernels: Fix matching of -rc kernels.
+
+-------------------------------------------------------------------
@@ -56,0 +62,5 @@
+
+-------------------------------------------------------------------
+Thu Jun  2 11:35:12 UTC 2011 - [email protected]
+
+- Map /dev/fio* to the iomemory-vsl driver (bnc#695620).

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mkinitrd.spec ++++++
--- /var/tmp/diff_new_pack.pA4HFq/_old  2011-07-19 14:09:51.000000000 +0200
+++ /var/tmp/diff_new_pack.pA4HFq/_new  2011-07-19 14:09:51.000000000 +0200
@@ -31,7 +31,7 @@
 %endif
 AutoReqProv:    on
 Version:        2.7.0
-Release:        17
+Release:        19
 Conflicts:      udev < 118
 Requires:       dhcpcd
 PreReq:         %fillup_prereq

++++++ mkinitrd.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/mkinitrd.changes 
new/mkinitrd-2.7.0/mkinitrd.changes
--- old/mkinitrd-2.7.0/mkinitrd.changes 2011-06-30 23:10:43.000000000 +0200
+++ new/mkinitrd-2.7.0/mkinitrd.changes 2011-07-18 13:17:18.000000000 +0200
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Mon Jul 18 11:16:42 UTC 2011 - [email protected]
+
+- purge-kernels: Fix matching of -rc kernels.
+
+-------------------------------------------------------------------
 Thu Jun 30 21:07:11 UTC 2011 - [email protected]
 
 - Allow scripts to set multiple interfaces in the $interface
@@ -56,6 +61,11 @@
 - boot-start: Mount /run without noexec to match systemd.
 
 -------------------------------------------------------------------
+Thu Jun  2 11:35:12 UTC 2011 - [email protected]
+
+- Map /dev/fio* to the iomemory-vsl driver (bnc#695620).
+
+-------------------------------------------------------------------
 Mon May  9 16:55:56 CEST 2011 - [email protected]
 
 - move sysconfig/kernel related parts to this package 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/sbin/purge-kernels 
new/mkinitrd-2.7.0/sbin/purge-kernels
--- old/mkinitrd-2.7.0/sbin/purge-kernels       2011-06-30 23:10:43.000000000 
+0200
+++ new/mkinitrd-2.7.0/sbin/purge-kernels       2011-07-18 13:17:18.000000000 
+0200
@@ -250,6 +250,16 @@
        chomp($running_version);
        ($running_flavor = $running_version) =~ s/.*-//;
        $running_version =~ s/-[^-]*$//;
+       (my $release = $running_version) =~ s/.*-//;
+       $running_version =~ s/-[^-]*$//;
+
+       # copied from kernel-source/rpm/mkspec
+       $running_version =~ s/\.0-rc/.rc/;
+       $running_version =~ s/-rc\d+//;
+       $running_version =~ s/-/./g;
+
+       $running_version .= "-$release";
+
        my $arch = `uname -m`;
        chomp($arch);
        $arch =~ s/^i.86$/i586/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/setup-block.sh 
new/mkinitrd-2.7.0/scripts/setup-block.sh
--- old/mkinitrd-2.7.0/scripts/setup-block.sh   2011-06-30 23:10:43.000000000 
+0200
+++ new/mkinitrd-2.7.0/scripts/setup-block.sh   2011-07-18 13:17:18.000000000 
+0200
@@ -127,6 +127,9 @@
         mmc*)
             result=mmc_block
             ;;
+        fio*)
+            result=iomemory-vsl
+            ;;
         *)
             if [ ! -d /sys/block/$blkdev/device ] ; then
                 echo "Device $blkdev not handled" >&2


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to