From 1c3f39931c2502cead8afc73f293d1cef6b302191ea12aa778ee79f7ad3dd322 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 27 Jun 2014 17:08:44 +0000 Subject: [PATCH] nftables-0.3 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/nftables?expand=0&rev=6 --- nftables-plus-0.099.tar.asc | 7 ------- nftables-plus-0.099.tar.xz | 3 --- nftables-plus-0.3.tar.asc | 7 +++++++ nftables-plus-0.3.tar.xz | 3 +++ nftables.spec | 13 +++++++++---- 5 files changed, 19 insertions(+), 14 deletions(-) delete mode 100644 nftables-plus-0.099.tar.asc delete mode 100644 nftables-plus-0.099.tar.xz create mode 100644 nftables-plus-0.3.tar.asc create mode 100644 nftables-plus-0.3.tar.xz diff --git a/nftables-plus-0.099.tar.asc b/nftables-plus-0.099.tar.asc deleted file mode 100644 index dedaa77..0000000 --- a/nftables-plus-0.099.tar.asc +++ /dev/null @@ -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----- diff --git a/nftables-plus-0.099.tar.xz b/nftables-plus-0.099.tar.xz deleted file mode 100644 index ae6d64a..0000000 --- a/nftables-plus-0.099.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd3b9ef99b15f4b3d9f2299847a947e50a5fcea9a97748d6fd1f8f139e96adf3 -size 198688 diff --git a/nftables-plus-0.3.tar.asc b/nftables-plus-0.3.tar.asc new file mode 100644 index 0000000..8bb926b --- /dev/null +++ b/nftables-plus-0.3.tar.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.22 (GNU/Linux) + +iF4EABEIAAYFAlOtoKQACgkQkb3j62iiDkX1SAD+P5ny/hD8b48sZDJBq4uRAs30 +MtZjKr6ZYaxmq0o+kmQA/i6QSivjkdbJsqdWJEntuBkXreuPzuo9lJSUvX6vXRPu +=eOcH +-----END PGP SIGNATURE----- diff --git a/nftables-plus-0.3.tar.xz b/nftables-plus-0.3.tar.xz new file mode 100644 index 0000000..ec1737e --- /dev/null +++ b/nftables-plus-0.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85a63884d6767646559f3c265fc1f7f60edd48dd1c95b4b472a3538d3feb649 +size 222104 diff --git a/nftables.spec b/nftables.spec index ba4aeac..1c8287e 100644 --- a/nftables.spec +++ b/nftables.spec @@ -17,7 +17,7 @@ Name: nftables -Version: 0.099 +Version: 0.3 Release: 0 Summary: Userspace utility access the Netfilter packet filter License: GPL-2.0+ @@ -25,14 +25,16 @@ Group: Productivity/Networking/Security #Git-Clone: git://git.netfilter.org/nftables #Git-Clone: git://git.inai.de/nftables plus -#Git-Snapshot: f1a17fb33e6c62157780da8a1b9abecceeb7a65a +#Git-Snapshot: nftables-plus-0.3 Source: %name-plus-%version.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: bison +BuildRequires: dblatex BuildRequires: flex BuildRequires: gmp-devel BuildRequires: pkgconfig >= 0.21 BuildRequires: readline-devel +BuildRequires: xsltproc BuildRequires: pkgconfig(libmnl) BuildRequires: pkgconfig(libnftnl) >= 1.0 @@ -66,15 +68,18 @@ ruleset updates. %setup -qn %name-plus-%version %build -%configure +%configure --docdir="%_docdir/%name" make %{?_smp_mflags} %install -make install DESTDIR="%buildroot"; +b="%buildroot" +make install DESTDIR="$b" +cp -a COPYING "$b/%_docdir/%name/" %files plus %defattr(-,root,root) %config %_sysconfdir/nftables %_sbindir/nft +%doc %_docdir/%name/ %changelog