rpms/ebtables/FC-3 ebtables.spec,1.2,1.3

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jul 4 15:09:46 UTC 2005


Author: spot

Update of /cvs/extras/rpms/ebtables/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25822/FC-3

Modified Files:
	ebtables.spec 
Log Message:

Fix ghosted files.



Index: ebtables.spec
===================================================================
RCS file: /cvs/extras/rpms/ebtables/FC-3/ebtables.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ebtables.spec	1 Jul 2005 16:27:10 -0000	1.2
+++ ebtables.spec	4 Jul 2005 15:09:44 -0000	1.3
@@ -1,6 +1,6 @@
 Name:		ebtables
 Version:	2.0.6
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	Ethernet Bridge frame table administration tool
 License:	GPL
 Group:		System Environment/Base
@@ -38,6 +38,9 @@
 install -D -m0755 %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/ebtables
 install -D -m0644 ethertypes $RPM_BUILD_ROOT%{_sysconfdir}/ethertypes
 install -D -m0644 ebtables.8 $RPM_BUILD_ROOT%{_mandir}/man8/ebtables.8
+touch $RPM_BUILD_ROOT%{_sysconfdir}/ebtables.filter
+touch $RPM_BUILD_ROOT%{_sysconfdir}/ebtables.nat
+touch $RPM_BUILD_ROOT%{_sysconfdir}/ebtables.broute
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -68,6 +71,9 @@
 %ghost %{_sysconfdir}/ebtables.broute
 
 %changelog
+* Mon Jul  4 2005 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.6-6
+- actually touch ghosted files
+
 * Fri Jul  1 2005 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.6-5
 - fix sysv file
 




More information about the scm-commits mailing list