nftables-1.0.5-1
- New version 1.0.5 Resolves: rhbz#2117045
This commit is contained in:
parent
3e17efe173
commit
313e383a3c
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
||||
/nftables-1.0.0.tar.bz2
|
||||
/nftables-1.0.1.tar.bz2
|
||||
/nftables-1.0.4.tar.bz2
|
||||
/nftables-1.0.5.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: nftables
|
||||
Version: 1.0.4
|
||||
Release: 3%{?dist}
|
||||
Version: 1.0.5
|
||||
Release: 1%{?dist}
|
||||
# Upstream released a 0.100 version, then 0.4. Need Epoch to get back on track.
|
||||
Epoch: 1
|
||||
Summary: Netfilter Tables userspace utilites
|
||||
@ -24,7 +24,7 @@ BuildRequires: flex
|
||||
BuildRequires: bison
|
||||
BuildRequires: pkgconfig(libmnl) >= 1.0.4
|
||||
BuildRequires: gmp-devel
|
||||
BuildRequires: pkgconfig(libnftnl) >= 1.2.2
|
||||
BuildRequires: pkgconfig(libnftnl) >= 1.2.3
|
||||
BuildRequires: systemd
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: pkgconfig(xtables) >= 1.6.1
|
||||
@ -125,6 +125,9 @@ sed -i -e 's/\(sofile=\)".*"/\1"'$sofile'"/' \
|
||||
%{python3_sitelib}/nftables/
|
||||
|
||||
%changelog
|
||||
* Wed Aug 10 2022 Phil Sutter <psutter@redhat.com> - 1:1.0.5-1
|
||||
- New version 1.0.5
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.0.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (nftables-1.0.4.tar.bz2) = 7d96c791365d399b3b930a1f9d6c6aa4a8c2180c258bb5163d9d62ea4d094857e2ebb20fc3ef13b89f449f216d0a291d3bcf288704f1e3bd3ceb51b6cadf8215
|
||||
SHA512 (nftables-1.0.5.tar.bz2) = 51cbf10579db7eed58f4358044840f2ce1bffe84533c5fb03e0ebcc702970856455576ac793169c94d38a9f8148e33631ad91444e54a8be189d93af7c27feb9a
|
||||
|
Loading…
Reference in New Issue
Block a user