rpms/udev/devel udev.spec,1.321,1.322

Harald Hoyer harald at fedoraproject.org
Thu Jul 15 06:32:03 UTC 2010


Author: harald

Update of /cvs/pkgs/rpms/udev/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23887

Modified Files:
	udev.spec 
Log Message:
* Thu Jul 15 2010 Harald Hoyer <harald at redhat.com> 160-6
- add versioned requires for libudev to udev



Index: udev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/udev/devel/udev.spec,v
retrieving revision 1.321
retrieving revision 1.322
diff -u -p -r1.321 -r1.322
--- udev.spec	14 Jul 2010 08:39:36 -0000	1.321
+++ udev.spec	15 Jul 2010 06:32:02 -0000	1.322
@@ -2,10 +2,12 @@
 %define udev_scriptdir /lib/udev
 %define firmwaredir /lib/firmware
 
+%define systemdsystemunitdir /lib/systemd/system
+
 Summary: A rule-based device node and kernel event manager
 Name: udev
 Version: 160
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Provides: udev-persistent = %{version}-%{release}
@@ -49,6 +51,7 @@ Obsoletes: dev <= 0:3.12-1
 Provides: dev = 0:3.12-2
 # hid2hci moved to udev
 Conflicts: bluez < 4.47
+Requires: libudev = %{version}-%{release}
 
 %description
 udev is a collection of tools and a daemon to manage events received
@@ -118,7 +121,7 @@ libtoolize -f -c
            --sbindir="/sbin" --libexecdir=%{udev_scriptdir} \
            --with-rootlibdir=/%{_lib} \
            --enable-introspection  \
-           --with-systemdsystemunitdir=/lib/systemd/system
+           --with-systemdsystemunitdir=%{systemdsystemunitdir}
 
 make %{?_smp_mflags}
 
@@ -302,7 +305,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/pkgconfig/udev.pc
 
 %attr(0755,root,root) /sbin/start_udev
-%define systemdsystemunitdir /lib/systemd/system
 %attr(0644,root,root) %{systemdsystemunitdir}/udev-retry.service
 %attr(0644,root,root) %{systemdsystemunitdir}/udev-settle.service
 %attr(0644,root,root) %{systemdsystemunitdir}/udev.service
@@ -346,6 +348,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0644,root,root) %{_libdir}/pkgconfig/gudev-1.0*
 
 %changelog
+* Thu Jul 15 2010 Harald Hoyer <harald at redhat.com> 160-6
+- add versioned requires for libudev to udev
+
 * Wed Jul 14 2010 Dan Horák <dan[at]danny.cz> 160-5
 - update paths to arch-specific rules
 



More information about the scm-commits mailing list