Hello community,

here is the log from the commit of package udev for openSUSE:Factory checked in 
at 2012-04-23 09:18:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/udev (Old)
 and      /work/SRC/openSUSE:Factory/.udev.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "udev", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/udev/udev.changes        2012-04-12 
09:54:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.udev.new/udev.changes   2012-04-23 
09:18:48.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Apr 20 07:55:26 UTC 2012 - [email protected]
+
+- Don't forget to run mkinitrd_setup first, then mkinitrd.
+
+-------------------------------------------------------------------
+Fri Apr 20 07:46:05 UTC 2012 - [email protected]
+
+- Added PreReq /sbin/mkinitrd.
+  We need it before we run %post or %postun. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ udev.spec ++++++
--- /var/tmp/diff_new_pack.H9rEuY/_old  2012-04-23 09:18:49.000000000 +0200
+++ /var/tmp/diff_new_pack.H9rEuY/_new  2012-04-23 09:18:49.000000000 +0200
@@ -23,7 +23,7 @@
 Summary:        A rule-based device node and kernel event manager
 License:        GPL-2.0+
 Group:          System/Kernel
-PreReq:         /bin/pidof /bin/rm /usr/bin/stat %insserv_prereq 
%fillup_prereq /usr/sbin/groupadd /usr/bin/getent
+PreReq:         /bin/pidof /bin/rm /usr/bin/stat %insserv_prereq 
%fillup_prereq /usr/sbin/groupadd /usr/bin/getent /sbin/mkinitrd
 Conflicts:      systemd < 39
 Conflicts:      aaa_base < 11.5
 Conflicts:      filesystem < 11.5
@@ -185,27 +185,25 @@
        fi
 fi
 
-%if 0%{?suse_version} > 1100
+[ -x /sbin/mkinitrd_setup ] && /sbin/mkinitrd_setup
 if [ -e /var/lib/no_initrd_recreation_by_suspend ]; then
   echo "Skipping recreation of existing initial ramdisks, due"
   echo "to presence of /var/lib/no_initrd_recreation_by_suspend"
 elif [ -x /sbin/mkinitrd ]; then
   /sbin/mkinitrd
 fi
-%endif
 
 %postun
 %insserv_cleanup
 /bin/systemctl daemon-reload >/dev/null 2>&1 || :
 
-%if 0%{?suse_version} > 1100
+[ -x /sbin/mkinitrd_setup ] && /sbin/mkinitrd_setup
 if [ -e /var/lib/no_initrd_recreation_by_suspend ]; then
   echo "Skipping recreation of existing initial ramdisks, due"
   echo "to presence of /var/lib/no_initrd_recreation_by_suspend"
 elif [ -x /sbin/mkinitrd ]; then
   /sbin/mkinitrd
 fi
-%endif
 
 %post -n libudev0 -p /sbin/ldconfig
 

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

Reply via email to