rpms/udev/devel udev.spec,1.104,1.105

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Sep 14 13:31:24 UTC 2005


Author: notting

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

Modified Files:
	udev.spec 
Log Message:
own /lib/firmware (#167016)



Index: udev.spec
===================================================================
RCS file: /cvs/dist/rpms/udev/devel/udev.spec,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- udev.spec	14 Sep 2005 11:51:46 -0000	1.104
+++ udev.spec	14 Sep 2005 13:31:07 -0000	1.105
@@ -187,6 +187,8 @@
 
 install -m 0755 firmware_helper $RPM_BUILD_ROOT/sbin
 
+install -d -m 0755 /lib/firmware
+
 %preun
 if [ $1 = 0 -a -f %{_initrddir}/udev ]; then
 	/sbin/chkconfig --del udev
@@ -279,6 +281,7 @@
 #%config(missingok) %{_sysconfdir}/hotplug.d/default/10-udev.hotplug
 %config(noreplace) %attr(0644,root,root) %{_sysconfdir}/scsi_id.config
 
+%dir %attr(0755,root,root) /lib/firmware
 %attr(0644,root,root) %{_mandir}/man8/udev*.8*
 %attr(0644,root,root) %{_mandir}/man8/scsi_id*.8*
 
@@ -292,6 +295,9 @@
 %endif
 
 %changelog
+* Wed Sep 14 2005 Bill Nottingham <notting at redhat.com> - 069-2
+- own /lib/firmware (#167016)
+
 * Wed Sep 14 2005 Harald Hoyer <harald at redhat.com> - 069-1
 - version 069
 




More information about the fedora-cvs-commits mailing list