forked from pool/iptables
Accepting request 586249 from security:netfilter
OBS-URL: https://build.opensuse.org/request/show/586249 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iptables?expand=0&rev=61
This commit is contained in:
commit
9cf8083d13
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- Resolve conflict with ebtables and obtain ethertypes from new netcfg minor
|
||||||
|
version. FATE#320520
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 3 14:02:59 UTC 2018 - jengelh@inai.de
|
Sat Feb 3 14:02:59 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -58,8 +58,8 @@ kernel.
|
|||||||
%package nft
|
%package nft
|
||||||
Summary: nft packet filter administration utilties in the style of Xtables
|
Summary: nft packet filter administration utilties in the style of Xtables
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
|
Requires: netcfg >= 11.6
|
||||||
Requires: xtables-plugins = %version-%release
|
Requires: xtables-plugins = %version-%release
|
||||||
Conflicts: ebtables
|
|
||||||
|
|
||||||
%description nft
|
%description nft
|
||||||
The programs shipped in this subpackage behave like iptables on the
|
The programs shipped in this subpackage behave like iptables on the
|
||||||
@ -193,7 +193,8 @@ rm -f "%buildroot/%_libdir"/*.la
|
|||||||
|
|
||||||
%files nft
|
%files nft
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_sysconfdir/ethertypes
|
# is provided by netcfg
|
||||||
|
%exclude %_sysconfdir/ethertypes
|
||||||
%_sbindir/*-compat*
|
%_sbindir/*-compat*
|
||||||
%_sbindir/*-translate*
|
%_sbindir/*-translate*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user