forked from pool/nftables
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
This commit is contained in:
parent
ae37d50fb6
commit
fe0741a448
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user