SHA256
1
0
forked from pool/nftables

Accepting request 308488 from security:netfilter

- set the url to the project page
- pass --disable-silent-rules to configure to allow gcc post build
  check to work (forwarded request 308487 from darix)

OBS-URL: https://build.opensuse.org/request/show/308488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nftables?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2015-05-24 17:34:39 +00:00 committed by Git OBS Bridge
commit 6bc2f43177
2 changed files with 10 additions and 3 deletions

View File

@ -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 Tue Dec 16 01:25:00 UTC 2014 - jengelh@inai.de

View File

@ -22,7 +22,7 @@ Release: 0
Summary: Userspace utility to access the nf_tables packet filter Summary: Userspace utility to access the nf_tables packet filter
License: GPL-2.0 License: GPL-2.0
Group: Productivity/Networking/Security Group: Productivity/Networking/Security
Url: http://netfilter.org/projects/nftables/
#Git-Clone: git://git.netfilter.org/nftables #Git-Clone: git://git.netfilter.org/nftables
Source: http://ftp.netfilter.org/pub/nftables/nftables-%version.tar.bz2 Source: http://ftp.netfilter.org/pub/nftables/nftables-%version.tar.bz2
Source2: http://ftp.netfilter.org/pub/nftables/nftables-%version.tar.bz2.sig 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 intended to replace ip_tables, ip6_tables, arp_tables and ebtables in
the long term. nftables is the corresponsing userspace frontend, the long term. nftables is the corresponsing userspace frontend,
replacing their respective userspace utilities. replacing their respective userspace utilities.
nftables features native support for sets and dictionaries of nftables features native support for sets and dictionaries of
arbitrary types, support for many different protocols, meta data arbitrary types, support for many different protocols, meta data
types, connection tracking, NAT, logging, atomic incremental and full types, connection tracking, NAT, logging, atomic incremental and full
@ -61,7 +61,7 @@ export PATH="$PATH:$PWD/bin"
mkdir obj mkdir obj
pushd obj/ pushd obj/
%define _configure ../configure %define _configure ../configure
%configure --docdir="%_docdir/%name" %configure --disable-silent-rules --docdir="%_docdir/%name"
make %{?_smp_mflags} make %{?_smp_mflags}
popd popd