From fe0741a4487f8414e4c3681871e461f4e90a62b4e8a3fe279ed06d208d4cfa51 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 23 May 2015 23:09:40 +0000 Subject: [PATCH] Accepting request 308487 from home:darix:branches:security:netfilter - set the url to the project page - pass --disable-silent-rules to configure to allow gcc post build check to work OBS-URL: https://build.opensuse.org/request/show/308487 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/nftables?expand=0&rev=14 --- nftables.changes | 7 +++++++ nftables.spec | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/nftables.changes b/nftables.changes index b1747ab..d33a767 100644 --- a/nftables.changes +++ b/nftables.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat May 23 23:06:12 UTC 2015 - mrueckert@suse.de + +- set the url to the project page +- pass --disable-silent-rules to configure to allow gcc post build + check to work + ------------------------------------------------------------------- Tue Dec 16 01:25:00 UTC 2014 - jengelh@inai.de diff --git a/nftables.spec b/nftables.spec index 9ffb5eb..5d940ae 100644 --- a/nftables.spec +++ b/nftables.spec @@ -22,7 +22,7 @@ Release: 0 Summary: Userspace utility to access the nf_tables packet filter License: GPL-2.0 Group: Productivity/Networking/Security - +Url: http://netfilter.org/projects/nftables/ #Git-Clone: git://git.netfilter.org/nftables Source: http://ftp.netfilter.org/pub/nftables/nftables-%version.tar.bz2 Source2: http://ftp.netfilter.org/pub/nftables/nftables-%version.tar.bz2.sig @@ -45,7 +45,7 @@ nf_tables is the new firewalling infrastructure in the Linux kernel, 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 @@ -61,7 +61,7 @@ export PATH="$PATH:$PWD/bin" mkdir obj pushd obj/ %define _configure ../configure -%configure --docdir="%_docdir/%name" +%configure --disable-silent-rules --docdir="%_docdir/%name" make %{?_smp_mflags} popd