Update to 0.8.1. Fixes bug #1534982
This commit is contained in:
parent
5a558c0317
commit
ec3e966980
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/nftables-0.6.tar.bz2
|
/nftables-0.6.tar.bz2
|
||||||
/nftables-0.7.tar.bz2
|
/nftables-0.7.tar.bz2
|
||||||
/nftables-0.8.tar.bz2
|
/nftables-0.8.tar.bz2
|
||||||
|
/nftables-0.8.1.tar.bz2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#global snapdate 20140903
|
#global snapdate 20140903
|
||||||
|
|
||||||
Name: nftables
|
Name: nftables
|
||||||
Version: 0.8
|
Version: 0.8.1
|
||||||
#Release: 0.1.%%{snapdate}git%%{?dist}
|
#Release: 0.1.%%{snapdate}git%%{?dist}
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# Upstream released a 0.100 version, then 0.4. Need Epoch to get back on track.
|
# Upstream released a 0.100 version, then 0.4. Need Epoch to get back on track.
|
||||||
@ -67,8 +67,12 @@ cp -a %{SOURCE2} $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/
|
|||||||
%{_sbindir}/nft
|
%{_sbindir}/nft
|
||||||
%{_mandir}/man8/nft*
|
%{_mandir}/man8/nft*
|
||||||
%{_unitdir}/nftables.service
|
%{_unitdir}/nftables.service
|
||||||
|
%{_libdir}/pkgconfig/libnftables.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 16 2018 Kevin Fenzi <kevin@scrye.com> - 0.8.1-1
|
||||||
|
- Update to 0.8.1. Fixes bug #1534982
|
||||||
|
|
||||||
* Sun Oct 22 2017 Kevin Fenzi <kevin@scrye.com> - 0.8-1
|
* Sun Oct 22 2017 Kevin Fenzi <kevin@scrye.com> - 0.8-1
|
||||||
- Update to 0.8.
|
- Update to 0.8.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (nftables-0.8.tar.bz2) = 63614d982c7c8a72f6c287b6a026a901994d161573daf490eba4013e7ac4184c371ab49323830f7b0a980b850aae45becb7fa55aa876ce705a1b44f20124caf4
|
SHA512 (nftables-0.8.1.tar.bz2) = 0e57145ad64b97c95feda893e221e64b5d8e486a21a031252042fcaaf26912db1ceb343e0bd458e1f16bdfc3043b1f03f3404c24c91d58579399ec6088406108
|
||||||
|
Loading…
Reference in New Issue
Block a user