diff options
Diffstat (limited to 'iptables.pkg/control')
-rw-r--r-- | iptables.pkg/control | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/iptables.pkg/control b/iptables.pkg/control index 0a7bde7..cd1dc51 100644 --- a/iptables.pkg/control +++ b/iptables.pkg/control @@ -1,5 +1,9 @@ Architecture: any-linux-any Platform: all Depends: iptables-common (>= ${Source-Version}), libxtables.10, libiptc.0 +# busybox provided /etc/init.d/iptables from version 1.21.1-9 to version +# 1.21.1-11, so we need to declare a conflict with those versions of busybox. +Replaces: busybox (<< 1.21.1-12) +Conflicts: busybox (<< 1.21.1-12) Description: iptables binary tools The iptables tools are used to manipulate kernel firewall tables. |