]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Revert "iptables: New package"
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Jul 2018 14:31:57 +0000 (15:31 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Jul 2018 14:31:57 +0000 (15:31 +0100)
This reverts commit 46ad8236e7cda033d43d9132bc72881f87b09fb1.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
iptables/iptables.nm [deleted file]

diff --git a/iptables/iptables.nm b/iptables/iptables.nm
deleted file mode 100644 (file)
index ca62d02..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = iptables
-version    = 1.6.2
-release    = 1
-
-groups     = Networking/Tools
-url        = http://www.netfilter.org
-license    = GPL+
-summary    = Tools for managing Linux kernel packet filtering capabilities
-
-description
-       The iptables utility controls the network packet filtering code
-       in the Linux kernel.
-end
-
-source_dl  = http://ftp.netfilter.org/pub/iptables/
-sources    = %{thisapp}.tar.bz2
-
-build
-       requires
-               libnfnetlink-devel
-       end
-
-       configure_options += \
-               --disable-nftables
-
-       install_cmds
-               # Remove absolute symlink
-               ln -svf ../sbin/xtables-multi %{BUILDROOT}/usr/bin/iptables-xml
-       end
-end
-
-packages
-       package %{name}
-
-       package %{name}-devel
-               template DEVEL
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end