forked from pool/nftables
nftables-0.3
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/nftables?expand=0&rev=6
This commit is contained in:
parent
4e7f5ab0e8
commit
1c3f39931c
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2.0.22 (GNU/Linux)
|
|
||||||
|
|
||||||
iF4EABEIAAYFAlLdsPsACgkQkb3j62iiDkXMLAD9ER7/vfvpWZxMROGFsCqoHGdb
|
|
||||||
owuTxpqf3VRix5JqQI8A/3RRDxouklm6T94DsLNnTvJN/X+M/qEQTkrMXz3Goiem
|
|
||||||
=lfzg
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cd3b9ef99b15f4b3d9f2299847a947e50a5fcea9a97748d6fd1f8f139e96adf3
|
|
||||||
size 198688
|
|
7
nftables-plus-0.3.tar.asc
Normal file
7
nftables-plus-0.3.tar.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2.0.22 (GNU/Linux)
|
||||||
|
|
||||||
|
iF4EABEIAAYFAlOtoKQACgkQkb3j62iiDkX1SAD+P5ny/hD8b48sZDJBq4uRAs30
|
||||||
|
MtZjKr6ZYaxmq0o+kmQA/i6QSivjkdbJsqdWJEntuBkXreuPzuo9lJSUvX6vXRPu
|
||||||
|
=eOcH
|
||||||
|
-----END PGP SIGNATURE-----
|
3
nftables-plus-0.3.tar.xz
Normal file
3
nftables-plus-0.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e85a63884d6767646559f3c265fc1f7f60edd48dd1c95b4b472a3538d3feb649
|
||||||
|
size 222104
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: nftables
|
Name: nftables
|
||||||
Version: 0.099
|
Version: 0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Userspace utility access the Netfilter packet filter
|
Summary: Userspace utility access the Netfilter packet filter
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -25,14 +25,16 @@ Group: Productivity/Networking/Security
|
|||||||
|
|
||||||
#Git-Clone: git://git.netfilter.org/nftables
|
#Git-Clone: git://git.netfilter.org/nftables
|
||||||
#Git-Clone: git://git.inai.de/nftables plus
|
#Git-Clone: git://git.inai.de/nftables plus
|
||||||
#Git-Snapshot: f1a17fb33e6c62157780da8a1b9abecceeb7a65a
|
#Git-Snapshot: nftables-plus-0.3
|
||||||
Source: %name-plus-%version.tar.xz
|
Source: %name-plus-%version.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
|
BuildRequires: dblatex
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: gmp-devel
|
BuildRequires: gmp-devel
|
||||||
BuildRequires: pkgconfig >= 0.21
|
BuildRequires: pkgconfig >= 0.21
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
|
BuildRequires: xsltproc
|
||||||
BuildRequires: pkgconfig(libmnl)
|
BuildRequires: pkgconfig(libmnl)
|
||||||
BuildRequires: pkgconfig(libnftnl) >= 1.0
|
BuildRequires: pkgconfig(libnftnl) >= 1.0
|
||||||
|
|
||||||
@ -66,15 +68,18 @@ ruleset updates.
|
|||||||
%setup -qn %name-plus-%version
|
%setup -qn %name-plus-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure --docdir="%_docdir/%name"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR="%buildroot";
|
b="%buildroot"
|
||||||
|
make install DESTDIR="$b"
|
||||||
|
cp -a COPYING "$b/%_docdir/%name/"
|
||||||
|
|
||||||
%files plus
|
%files plus
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config %_sysconfdir/nftables
|
%config %_sysconfdir/nftables
|
||||||
%_sbindir/nft
|
%_sbindir/nft
|
||||||
|
%doc %_docdir/%name/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user