forked from jengelh/iptables
Accepting request 734141 from home:kstreitova:branches:security:netfilter
- Add Conflicts with iptables-nft = 1.6.2 as during the update to iptables 1.8 ip6tables-restore-translate, ip6tables-translate, iptables-restore-translate and iptables-translate were moved from iptables-nft subpackage (now iptables-backend-nft) to the main package. So we need to add a conflict here otherwise we hit file conflicts error during the update. OBS-URL: https://build.opensuse.org/request/show/734141 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iptables?expand=0&rev=134
This commit is contained in:
parent
6d931541b4
commit
f0f8b14bb3
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 13:21:38 UTC 2019 - Kristyna Streitova <kstreitova@suse.com>
|
||||
|
||||
- Add Conflicts with iptables-nft = 1.6.2 as during the update to
|
||||
iptables 1.8 ip6tables-restore-translate, ip6tables-translate,
|
||||
iptables-restore-translate and iptables-translate were moved from
|
||||
iptables-nft subpackage (now iptables-backend-nft) to the main
|
||||
package. So we need to add a conflict here otherwise we hit file
|
||||
conflicts error during the update.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 6 10:19:25 UTC 2019 - Kristyna Streitova <kstreitova@suse.com>
|
||||
|
||||
|
@ -48,6 +48,11 @@ Requires: netcfg >= 11.6
|
||||
Requires: xtables-plugins = %version-%release
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
# During the update to iptables 1.8, ip6tables-restore-translate, ip6tables-translate,
|
||||
# iptables-restore-translate and iptables-translate were moved from iptables-nft subpackage
|
||||
# (now iptables-backend-nft) to the main package so we need to add a conflict here otherwise
|
||||
# we hit file conflicts error during the update
|
||||
Conflicts: iptables-nft = 1.6.2
|
||||
|
||||
%description
|
||||
iptables is used to set up, maintain, and inspect the rule tables of
|
||||
|
Loading…
Reference in New Issue
Block a user