rpms/udev/devel udev.spec,1.119,1.120

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Nov 11 13:03:42 UTC 2005


Author: harald

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

Modified Files:
	udev.spec 
Log Message:
- version 075


Index: udev.spec
===================================================================
RCS file: /cvs/dist/rpms/udev/devel/udev.spec,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- udev.spec	25 Oct 2005 11:24:16 -0000	1.119
+++ udev.spec	11 Nov 2005 13:03:28 -0000	1.120
@@ -6,7 +6,7 @@
 
 Summary: A userspace implementation of devfs
 Name: udev
-Version: 071
+Version: 075
 Release: 1
 License: GPL
 Group: System Environment/Base
@@ -40,6 +40,8 @@
 
 Source30: firmware_helper.c
 
+Patch1: udev-075-inc.patch
+
 ExclusiveOS: Linux
 URL: http://kernel.org/pub/linux/utils/kernel/hotplug/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -73,6 +75,7 @@
 
 %prep
 %setup -q  
+%patch1 -p1 -b .incl
 
 cp %{SOURCE21} .
 
@@ -224,7 +227,7 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING README TODO ChangeLog HOWTO*  RELEASE-NOTES docs/* udev.html
+%doc COPYING README TODO ChangeLog RELEASE-NOTES docs/* udev.html
 %doc etc/udev/redhat/udev.rules
 %attr(0755,root,root) /sbin/udev
 %attr(0755,root,root) /sbin/udev.static
@@ -291,6 +294,9 @@
 %dir %attr(0755,root,root) /lib/firmware
 %attr(0644,root,root) %{_mandir}/man8/udev*.8*
 %attr(0644,root,root) %{_mandir}/man8/scsi_id*.8*
+%attr(0644,root,root) %{_mandir}/man8/ata_id*.8*
+%attr(0644,root,root) %{_mandir}/man8/edd_id*.8*
+%attr(0644,root,root) %{_mandir}/man8/vol_id*.8*
 
 %if %{with_persistent}
 %files -n udev-persistent
@@ -302,6 +308,9 @@
 %endif
 
 %changelog
+* Fri Nov 11 2005 Harald Hoyer <harald at redhat.com> - 075-1
+- version 075
+
 * Tue Oct 25 2005 Harald Hoyer <harald at redhat.com> - 071-1
 - version 071
 




More information about the fedora-cvs-commits mailing list