- Update to release 1.0.2

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/nftables?expand=0&rev=64
This commit is contained in:
2022-02-22 04:40:00 +00:00
committed by Git OBS Bridge
parent 933b9bc7ca
commit 83fa2e817f
6 changed files with 33 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package nftables
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# 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: 1.0.0
Version: 1.0.2
Release: 0
Summary: Userspace utility to access the nf_tables packet filter
License: GPL-2.0-only
@@ -25,8 +25,8 @@ Group: Productivity/Networking/Security
URL: https://netfilter.org/projects/nftables/
#Git-Clone: git://git.netfilter.org/nftables
Source: http://ftp.netfilter.org/pub/nftables/nftables-%version.tar.bz2
Source2: http://ftp.netfilter.org/pub/nftables/nftables-%version.tar.bz2.sig
Source: http://ftp.netfilter.org/pub/%name/%name-%version.tar.bz2
Source2: http://ftp.netfilter.org/pub/%name/%name-%version.tar.bz2.sig
Source3: %name.keyring
BuildRequires: asciidoc
BuildRequires: bison
@@ -37,7 +37,7 @@ BuildRequires: python3-base
BuildRequires: readline-devel
BuildRequires: pkgconfig(jansson)
BuildRequires: pkgconfig(libmnl) >= 1.0.4
BuildRequires: pkgconfig(libnftnl) >= 1.2.0
BuildRequires: pkgconfig(libnftnl) >= 1.2.1
BuildRequires: pkgconfig(xtables) >= 1.6.1
%description