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
|
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
|
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
|
||||||
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user