Hello community,

here is the log from the commit of package udev for openSUSE:Factory checked in 
at 2012-03-26 14:02:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/udev (Old)
 and      /work/SRC/openSUSE:Factory/.udev.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "udev", Maintainer is "rmila...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/udev/udev.changes        2012-03-22 
13:36:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.udev.new/udev.changes   2012-03-26 
14:03:16.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Mar 26 08:51:46 UTC 2012 - rmila...@suse.com
+
+- Added post-install and post-uninstall update of initrd.
+
+-------------------------------------------------------------------
+Mon Mar 26 07:58:53 UTC 2012 - rmila...@suse.com
+
+- Created /lib/firmware and link /usr/lib/firmware, udev looks for
+  firmware now in /usr/lib/firmware.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ udev.spec ++++++
--- /var/tmp/diff_new_pack.HAfRpe/_old  2012-03-26 14:03:17.000000000 +0200
+++ /var/tmp/diff_new_pack.HAfRpe/_new  2012-03-26 14:03:17.000000000 +0200
@@ -150,6 +150,9 @@
 ln -sf ../../sbin/udevadm $RPM_BUILD_ROOT%{_bindir}/udevadm
 ln -sf ../../sbin/udevd $RPM_BUILD_ROOT/lib/udev/udevd
 
+mkdir -p $RPM_BUILD_ROOT/lib/firmware
+ln -sf ../../lib/firmware $RPM_BUILD_ROOT/usr/lib/firmware
+
 cp -ax README NEWS $RPM_BUILD_ROOT%{_docdir}/udev
 %ifarch ppc ppc64
 cp rules/arch/40-ppc.rules $RPM_BUILD_ROOT/lib/udev/rules.d/
@@ -191,10 +194,28 @@
        fi
 fi
 
+%if 0%{?suse_version} > 1100
+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
+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
 
 %postun -n libudev0 -p /sbin/ldconfig
@@ -212,6 +233,7 @@
 /sbin/udevadm
 %dir %{_bindir}
 %{_bindir}/udevadm
+%dir /usr/lib/firmware/
 %dir /lib/udev/
 /lib/udev/*
 %dir /lib/udev/keymaps

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to