- Update to new upstream release 0.8.1

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/nftables?expand=0&rev=25
This commit is contained in:
Jan Engelhardt 2018-01-23 09:31:36 +00:00 committed by Git OBS Bridge
parent 105f2b98b7
commit 59ae823149
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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: nftables
Version: 0.8
Version: 0.8.1
Release: 0
Summary: Userspace utility to access the nf_tables packet filter
License: GPL-2.0
@ -33,14 +33,12 @@ BuildRequires: dblatex
BuildRequires: docbook2x
BuildRequires: flex
BuildRequires: gmp-devel
BuildRequires: pkgconfig >= 0.21
BuildRequires: pkg-config >= 0.21
BuildRequires: readline-devel
BuildRequires: xsltproc
BuildRequires: pkgconfig(libmnl) >= 1.0.3
BuildRequires: pkgconfig(libnftnl) >= 1.0.8
BuildRequires: pkgconfig(libnftnl) >= 1.0.9
BuildRequires: pkgconfig(xtables) >= 1.6.0
Obsoletes: nftables-plus < %version-%release
Provides: nftables-plus = %version-%release
%description
nf_tables is the new firewalling infrastructure in the Linux kernel,
@ -70,6 +68,7 @@ popd
%install
b="%buildroot"
%make_install -C obj
rm -f "%buildroot/%_libdir/pkgconfig"/*.pc
%files
%defattr(-,root,root)