[udev] drop dependency on specific udev daemon verison

Kay Sievers kay at fedoraproject.org
Thu May 24 21:01:22 UTC 2012


commit a07cb8f5f4171b869e6644fd507e84a34eadff2f
Author: Kay Sievers <kay at vrfy.org>
Date:   Thu May 24 22:51:05 2012 +0200

    drop dependency on specific udev daemon verison

 udev.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/udev.spec b/udev.spec
index 93ff898..437d229 100644
--- a/udev.spec
+++ b/udev.spec
@@ -1,7 +1,7 @@
 Summary:        A rule-based device node and kernel event manager
 Name:           udev
 Version:        182
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        GPLv2+
 Group:          System Environment/Base
 Source:         ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/%{name}-%{version}.tar.xz
@@ -40,7 +40,6 @@ removed from the system.
 %package -n libudev
 Summary:        Dynamic library to access udev device information
 Group:          System Environment/Libraries
-Requires:       udev = %{version}-%{release}
 Conflicts:      filesystem < 3
 License:        LGPLv2+
 
@@ -171,6 +170,9 @@ systemctl daemon-reload >/dev/null 2>&1 || :
 %attr(0644,root,root) %{_libdir}/pkgconfig/gudev-1.0*
 
 %changelog
+* Thu May 24 2012 Kay Sievers <kay at redhat.com> - 182-3
+- libudev: drop dependency on specific udev daemon version
+
 * Tue Mar 27 2012 Harald Hoyer <harald at redhat.com> 182-2
 - removed s390 rules
 


More information about the scm-commits mailing list