From ae37d50fb68bae730df5aba472cbd1e322ed65e027b944bb86654c5baec2c611 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 16 Dec 2014 01:29:20 +0000 Subject: [PATCH] nftables-0.4 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/nftables?expand=0&rev=12 --- nftables-0.4.tar.bz2 | 3 +++ nftables-0.4.tar.bz2.sig | Bin 0 -> 543 bytes nftables-plus-0.3.tar.asc | 7 ------- nftables-plus-0.3.tar.xz | 3 --- nftables.changes | 14 ++++++++++++++ nftables.spec | 35 ++++++++++++++--------------------- 6 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 nftables-0.4.tar.bz2 create mode 100644 nftables-0.4.tar.bz2.sig delete mode 100644 nftables-plus-0.3.tar.asc delete mode 100644 nftables-plus-0.3.tar.xz diff --git a/nftables-0.4.tar.bz2 b/nftables-0.4.tar.bz2 new file mode 100644 index 0000000..6e07155 --- /dev/null +++ b/nftables-0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ca69b75c68915f9f3a3972274ec68354dfbbcfc0b9fc55c813a0525c351d3c +size 362120 diff --git a/nftables-0.4.tar.bz2.sig b/nftables-0.4.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..916d14bad0dd0f04b7569592c46318191d12c6eba6a88eb0302af98bce349e9f GIT binary patch literal 543 zcmV+)0^t3L0vrSY0RjL91p-u$X2bvr2@s?aABnqPSj>y25CDt+PkFmc&07?u4kuXM z1dmCb^8PflaP@4|SO;A#792@N)MUa-tj@9g-k>g(=f~6A{n?9AOjBf~$qAxKcNCCA z{zNf#HVImonFD@nG^Wk$J}c&5V6rAxr^OQ4?6WcI*TzsB!Uu;|!j-*Tg6OOfTB8Iq zP|4ydh2=jlIs`jGilVZKi|F7=w%0I5@jk-d$Duc&u}Q&F^WmA-+?eAPXN?Wr*0y_( zcBF~sFN#Q3(S*aV25`d%>Qh&JkCkKqvE7PJJ!qZGi6zEM&C`{ze?&vM%}UFVf#mdf z%?_N?!NgxGMf!*rD!vV6OS= 0.21 BuildRequires: readline-devel BuildRequires: xsltproc -BuildRequires: pkgconfig(libmnl) -BuildRequires: pkgconfig(libnftnl) >= 1.0 +BuildRequires: pkgconfig(libmnl) >= 1.0.3 +BuildRequires: pkgconfig(libnftnl) >= 1.0.2 +Obsoletes: nftables-plus < %version-%release +Provides: nftables-plus = %version-%release %description nf_tables is the new firewalling infrastructure in the Linux kernel, @@ -46,38 +46,31 @@ 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. -%package plus -Summary: Userspace utility to access the nf_tables packet filter -Group: Productivity/Networking/Security -Provides: nftables = %version-%release - -%description plus -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 ruleset updates. %prep -%setup -qn %name-plus-%version +%setup -q %build mkdir bin ln -s "%_bindir/docbook-to-man" bin/docbook2x-man export PATH="$PATH:$PWD/bin" +mkdir obj +pushd obj/ +%define _configure ../configure %configure --docdir="%_docdir/%name" make %{?_smp_mflags} +popd %install b="%buildroot" -make install DESTDIR="$b" +%make_install -C obj cp -a COPYING "$b/%_docdir/%name/" -%files plus +%files %defattr(-,root,root) %config %_sysconfdir/nftables %_sbindir/nft