rpms/etherboot/devel etherboot.spec,1.1,1.2

Eduardo Habkost ehabkost at fedoraproject.org
Mon Dec 1 13:06:30 UTC 2008


Author: ehabkost

Update of /cvs/pkgs/rpms/etherboot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19955

Modified Files:
	etherboot.spec 
Log Message:
Make packages own /usr/share/etherboot directory



Index: etherboot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/etherboot/devel/etherboot.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- etherboot.spec	22 Oct 2008 13:00:49 -0000	1.1
+++ etherboot.spec	1 Dec 2008 13:06:00 -0000	1.2
@@ -6,7 +6,7 @@
 
 Name: etherboot
 Version: 5.4.4
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: Etherboot collection of boot roms
 
 Group: Development/Tools
@@ -137,15 +137,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-5
+- Make packages own /usr/share/etherboot directory
+
 * Thu Oct 02 2008 Eduardo Habkost <ehabkost at redhat.com> - 5.4.4-4
 - Use __global_cflags instead of optflags to allow building on x86_64
 - Move the x86_64 build hack to %%build on the spec file, instead of




More information about the fedora-extras-commits mailing list