diff --git a/nftables.spec b/nftables.spec index 1c8287e..c9714dd 100644 --- a/nftables.spec +++ b/nftables.spec @@ -19,14 +19,15 @@ Name: nftables Version: 0.3 Release: 0 -Summary: Userspace utility access the Netfilter packet filter +Summary: Userspace utility to access the nf_tables packet filter License: GPL-2.0+ Group: Productivity/Networking/Security #Git-Clone: git://git.netfilter.org/nftables #Git-Clone: git://git.inai.de/nftables plus #Git-Snapshot: nftables-plus-0.3 -Source: %name-plus-%version.tar.xz +Source: http://xtables.de/files/nftables-plus-%version.tar.xz +Source2: http://xtables.de/files/nftables-plus-%version.tar.asc BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: bison BuildRequires: dblatex @@ -44,14 +45,10 @@ intended to replace ip_tables, ip6_tables, arp_tables and ebtables in the long term. nftables is the corresponsing userspace frontend, replacing their respective userspace utilities. -nftables features native support for sets and dictionaries of -arbitrary types, support for many different protocols, meta data -types, connection tracking, NAT, logging, atomic incremental and full -ruleset updates. - %package plus -Summary: Userspace utility access the Netfilter packet filter +Summary: Userspace utility to access the nf_tables packet filter Group: Productivity/Networking/Security +Provides: nftables = %version-%release %description plus nf_tables is the new firewalling infrastructure in the Linux kernel,