forked from pool/iptables
Accepting request 585806 from home:mgerstner:branches:security:netfilter
- Fix ethertypes ownership, should be %exclude, not %ghost. OBS-URL: https://build.opensuse.org/request/show/585806 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iptables?expand=0&rev=98
This commit is contained in:
parent
4a14dc30c1
commit
d1a7d1b5cf
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 12 10:08:53 UTC 2018 - matthias.gerstner@suse.com
|
||||||
|
|
||||||
|
- Fix ethertypes ownership, should be %exclude, not %ghost.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 22 16:21:38 UTC 2018 - matthias.gerstner@suse.com
|
Thu Feb 22 16:21:38 UTC 2018 - matthias.gerstner@suse.com
|
||||||
|
|
||||||
|
@ -194,7 +194,7 @@ rm -f "%buildroot/%_libdir"/*.la
|
|||||||
%files nft
|
%files nft
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
# is provided by netcfg
|
# is provided by netcfg
|
||||||
%ghost %_sysconfdir/ethertypes
|
%exclude %_sysconfdir/ethertypes
|
||||||
%_sbindir/*-compat*
|
%_sbindir/*-compat*
|
||||||
%_sbindir/*-translate*
|
%_sbindir/*-translate*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user