rpms/etherboot/F-10 etherboot.spec,1.2,1.3

Eduardo Habkost ehabkost at fedoraproject.org
Mon Dec 1 13:07:34 UTC 2008


Author: ehabkost

Update of /cvs/pkgs/rpms/etherboot/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20062

Modified Files:
	etherboot.spec 
Log Message:
Make packages own the /usr/share/etherboot directory (bz#473653)



Index: etherboot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/etherboot/F-10/etherboot.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- etherboot.spec	27 Nov 2008 13:23:42 -0000	1.2
+++ etherboot.spec	1 Dec 2008 13:07:03 -0000	1.3
@@ -6,7 +6,7 @@
 
 Name: etherboot
 Version: 5.4.4
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: Etherboot collection of boot roms
 
 Group: Development/Tools
@@ -148,15 +148,21 @@
 
 %files pxes -f pxe.list
 %defattr(-,root,root,-)
+%dir %{_datadir}/%{name}
 
 %files roms -f rom.list
 %defattr(-,root,root,-)
+%dir %{_datadir}/%{name}
 
 %files roms-kvm -f kvm.list
 %defattr(-,root,root,-)
+%dir %{_datadir}/%{name}
 
 
 %changelog
+* Mon Dec 01 2008 Eduardo Habkost <ehabkost at redhat.com> - 5.4.4-6
+- Make packages own the /usr/share/etherboot directory (bz#473653)
+
 * Thu Nov 27 2008 Glauber Costa <glommer at redhat.com> - 5.4.4-5
 - change roms to zrom format. It produces smaller binaries, letting
   us use more option roms in the same machine. The unability to do so




More information about the fedora-extras-commits mailing list