[udev/f13/master] * Mon Aug 02 2010 Harald Hoyer <harald at redhat.com> 151-11 - do not remove udev database Resolves: rh

Harald Hoyer harald at fedoraproject.org
Mon Aug 2 16:51:09 UTC 2010


commit b2bfe883963b5b7862ee1f29479939997ae1259b
Author: Harald Hoyer <harald at redhat.com>
Date:   Mon Aug 2 18:50:58 2010 +0200

    * Mon Aug 02 2010 Harald Hoyer <harald at redhat.com> 151-11
    - do not remove udev database
    Resolves: rhbz#610925

 start_udev |    2 --
 udev.spec  |    6 +++++-
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/start_udev b/start_udev
index df6c41b..76c2649 100755
--- a/start_udev
+++ b/start_udev
@@ -261,8 +261,6 @@ LANG=C awk "\$2 == \"${udev_root%/}\" && ( \$3 == \"devtmpfs\" || \$3 == \"tmpfs
 
 make_extra_nodes 
 kill_udevd > "$udev_root/null" 2>&1
-rm -fr $udev_root/.udev > "$udev_root/null" 2>&1
-mkdir -p $udev_root/.udev > "$udev_root/null" 2>&1
 UDEV_OPTS=""
 if [ -f "/sys/class/tty/console/uevent" ]; then
 	# trigger the sorted events
diff --git a/udev.spec b/udev.spec
index b4c6b1f..f809c07 100644
--- a/udev.spec
+++ b/udev.spec
@@ -5,7 +5,7 @@
 Summary: A userspace implementation of devfs
 Name: udev
 Version: 151
-Release: 10%{?dist}
+Release: 11%{?dist}
 License: GPLv2
 Group: System Environment/Base
 Provides: udev-persistent = %{version}-%{release}
@@ -430,6 +430,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0644,root,root) %{_libdir}/pkgconfig/gudev-1.0*
 
 %changelog
+* Mon Aug 02 2010 Harald Hoyer <harald at redhat.com> 151-11
+- do not remove udev database
+Resolves: rhbz#610925
+
 * Thu Jun 10 2010 Bastien Nocera <bnocera at redhat.com> 151-10
 - Revert patch for hid2hci rules, fixes keyboards not going
   into HCI (Bluetooth) mode after being plugged in (#595178)


More information about the scm-commits mailing list