Fix ghosted files.

This commit is contained in:
Tom Callaway 2005-07-04 15:09:45 +00:00
parent 1829901145
commit 79bd2493ad
1 changed files with 7 additions and 1 deletions

View File

@ -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 ebtables $RPM_BUILD_ROOT/sbin/ebtables
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 @@ fi
%ghost %{_sysconfdir}/ebtables.broute
%changelog
* Mon Jul 4 2005 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.6-6
- actually touch ghosted files
* Fri Jul 1 2005 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.6-5
- fix sysv file