From d2f222794ce6c24dde805dfd721a45d47caa2f93b059fea69e8ea318d148fab9 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 6 Aug 2014 05:19:55 +0000 Subject: [PATCH] source URLs, description trim OBS-URL: https://build.opensuse.org/package/show/security:netfilter/nftables?expand=0&rev=8 --- nftables.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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,