SHA256
1
0
forked from pool/nftables

Accepting request 568524 from security:netfilter

- Update to new upstream release 0.8.1

OBS-URL: https://build.opensuse.org/request/show/568524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nftables?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2018-01-24 14:30:54 +00:00 committed by Git OBS Bridge
commit c6a5425ee5
6 changed files with 15 additions and 9 deletions

3
nftables-0.8.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8aead66cce70d68c70e4be917813abcbcf62811ee6de4c7761d0e34391772fc4
size 678066

BIN
nftables-0.8.1.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f5b88e7b163bb46aa39e89419686b98f9316606a05865c3856dc68e414f389a
size 552345

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jan 16 14:16:40 UTC 2018 - jengelh@inai.de
- Update to new upstream release 0.8.1
* This release deprecates the "flow table" syntax in favor
of "meter".
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 13 08:39:41 UTC 2017 - jengelh@inai.de Fri Oct 13 08:39:41 UTC 2017 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package nftables # spec file for package nftables
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: nftables Name: nftables
Version: 0.8 Version: 0.8.1
Release: 0 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
@ -33,14 +33,12 @@ BuildRequires: dblatex
BuildRequires: docbook2x BuildRequires: docbook2x
BuildRequires: flex BuildRequires: flex
BuildRequires: gmp-devel BuildRequires: gmp-devel
BuildRequires: pkgconfig >= 0.21 BuildRequires: pkg-config >= 0.21
BuildRequires: readline-devel BuildRequires: readline-devel
BuildRequires: xsltproc BuildRequires: xsltproc
BuildRequires: pkgconfig(libmnl) >= 1.0.3 BuildRequires: pkgconfig(libmnl) >= 1.0.3
BuildRequires: pkgconfig(libnftnl) >= 1.0.8 BuildRequires: pkgconfig(libnftnl) >= 1.0.9
BuildRequires: pkgconfig(xtables) >= 1.6.0 BuildRequires: pkgconfig(xtables) >= 1.6.0
Obsoletes: nftables-plus < %version-%release
Provides: nftables-plus = %version-%release
%description %description
nf_tables is the new firewalling infrastructure in the Linux kernel, nf_tables is the new firewalling infrastructure in the Linux kernel,
@ -70,6 +68,7 @@ popd
%install %install
b="%buildroot" b="%buildroot"
%make_install -C obj %make_install -C obj
rm -f "%buildroot/%_libdir/pkgconfig"/*.pc
%files %files
%defattr(-,root,root) %defattr(-,root,root)