From 8c785caba7469a9db7700c7217411dada93107e0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 25 Jun 2018 11:16:54 +0100 Subject: [PATCH] nftables: Drop package nftables is likely to be discontinued in favour of bpfilter Signed-off-by: Michael Tremer --- libnftnl/libnftnl.nm | 45 -------------------------------------- nftables/nftables.nm | 51 -------------------------------------------- 2 files changed, 96 deletions(-) delete mode 100644 libnftnl/libnftnl.nm delete mode 100644 nftables/nftables.nm diff --git a/libnftnl/libnftnl.nm b/libnftnl/libnftnl.nm deleted file mode 100644 index 3ad24a941..000000000 --- a/libnftnl/libnftnl.nm +++ /dev/null @@ -1,45 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = libnftnl -version = 1.0.6 -release = 1 -thisapp = %{name}-%{version} - -groups = Networking/Tools -url = http://netfilter.org/projects/libnftnl -license = GPLv2 -summary = Library for low-level interaction with nftables - -description - Library for low-level interaction with nftables Netlink's API over - libmnl. -end - -source_dl = http://ftp.netfilter.org/pub/libnftnl/ -sources = %{thisapp}.tar.bz2 - -build - requires - autoconf - autogen - automake - libmnl-devel - libtool - end - -end - -packages - package %{name} - - package %{name}-devel - template DEVEL - end - - package %{name}-debuginfo - template DEBUGINFO - end -end diff --git a/nftables/nftables.nm b/nftables/nftables.nm deleted file mode 100644 index f8a97d053..000000000 --- a/nftables/nftables.nm +++ /dev/null @@ -1,51 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = nftables -version = 0.100 -snapshot = 20160602 -release = 1.%{snapshot} -thisapp = %{name}-%{snapshot} - -groups = Networking/Tools -url = http://netfilter.org/projects/nftables/ -license = GPLv2 -summary = Netfilter Tables userspace utillites - -description - %{summary} -end - -source_dl = http://ftp.netfilter.org/pub/nftables/snapshot/ -sources = %{thisapp}.tar.bz2 - -build - requires - autoconf - autogen - automake - bison - docbook2X - docbook-xsl - flex - gmp-devel - libtool - libmnl-devel - libnftnl-devel >= 1.0.5 - readline-devel - end - - prepare_cmds - ./autogen.sh - end -end - -packages - package %{name} - - package %{name}-debuginfo - template DEBUGINFO - end -end -- 2.39.2