Fix ghosted files.
This commit is contained in:
parent
3ef3dc672f
commit
e2e5d5ed91
@ -1,6 +1,6 @@
|
|||||||
Name: ebtables
|
Name: ebtables
|
||||||
Version: 2.0.6
|
Version: 2.0.6
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: Ethernet Bridge frame table administration tool
|
Summary: Ethernet Bridge frame table administration tool
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
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 -m0755 %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/ebtables
|
||||||
install -D -m0644 ethertypes $RPM_BUILD_ROOT%{_sysconfdir}/ethertypes
|
install -D -m0644 ethertypes $RPM_BUILD_ROOT%{_sysconfdir}/ethertypes
|
||||||
install -D -m0644 ebtables.8 $RPM_BUILD_ROOT%{_mandir}/man8/ebtables.8
|
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
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -68,6 +71,9 @@ fi
|
|||||||
%ghost %{_sysconfdir}/ebtables.broute
|
%ghost %{_sysconfdir}/ebtables.broute
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 1 2005 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.6-5
|
||||||
- fix sysv file
|
- fix sysv file
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user