rpms/udev/devel udev.spec,1.144,1.145

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Feb 7 21:23:52 UTC 2006


Author: katzj

Update of /cvs/dist/rpms/udev/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6194

Modified Files:
	udev.spec 
Log Message:
* Tue Feb  7 2006 Jeremy Katz <katzj at redhat.com> - 084-2
- continue to include /sbin/udev for now as it's needed for determining 
  the version of udev



Index: udev.spec
===================================================================
RCS file: /cvs/dist/rpms/udev/devel/udev.spec,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- udev.spec	7 Feb 2006 11:06:20 -0000	1.144
+++ udev.spec	7 Feb 2006 21:23:49 -0000	1.145
@@ -5,7 +5,7 @@
 Summary: A userspace implementation of devfs
 Name: udev
 Version: 084
-Release: 1
+Release: 2
 License: GPL
 Group: System Environment/Base
 Provides: udev-persistent = 0:%{version}-%{release}
@@ -162,6 +162,7 @@
 install -m 0644 extras/path_id $RPM_BUILD_ROOT/sbin/path_id
 install -m 0755 firmware_helper $RPM_BUILD_ROOT/sbin
 install -m 0755 udevstart $RPM_BUILD_ROOT/sbin
+install -m 0755 udev $RPM_BUILD_ROOT/sbin
 install -m 0644 extras/run_directory/MAKEDEV.dev $RPM_BUILD_ROOT/%{udev_scriptdir}/MAKEDEV.dev
 
 
@@ -214,6 +215,7 @@
 %doc etc/udev/redhat/udev.rules
 %attr(0755,root,root) /sbin/udevd.static
 %attr(0755,root,root) /sbin/udevcontrol
+%attr(0755,root,root) /sbin/udev
 %attr(0755,root,root) /sbin/udevd
 %attr(0755,root,root) /sbin/udevstart
 %attr(0755,root,root) /sbin/start_udev
@@ -274,6 +276,10 @@
 %attr(0644,root,root) %{_mandir}/man8/vol_id*.8*
 
 %changelog
+* Tue Feb  7 2006 Jeremy Katz <katzj at redhat.com> - 084-2
+- continue to include /sbin/udev for now as it's needed for determining 
+  the version of udev
+
 * Tue Feb 07 2006 Harald Hoyer <harald at redhat.com> - 084-1
 - version 084
 




More information about the fedora-cvs-commits mailing list