Update to 0.8.5. Fixes bug #1576802
This commit is contained in:
parent
acaea4840b
commit
e384b0502f
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/nftables-0.8.2.tar.bz2
|
||||
/nftables-0.8.3.tar.bz2
|
||||
/nftables-0.8.4.tar.bz2
|
||||
/nftables-0.8.5.tar.bz2
|
||||
|
@ -1,9 +1,9 @@
|
||||
#global snapdate 20140903
|
||||
|
||||
Name: nftables
|
||||
Version: 0.8.4
|
||||
Version: 0.8.5
|
||||
#Release: 0.1.%%{snapdate}git%%{?dist}
|
||||
Release: 2%{?dist}
|
||||
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 utillites
|
||||
@ -93,8 +93,12 @@ mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/nftables
|
||||
%files devel
|
||||
%{_libdir}/libnftables.so
|
||||
%{_libdir}/pkgconfig/libnftables.pc
|
||||
%{_includedir}/nftables/libnftables.h
|
||||
|
||||
%changelog
|
||||
* Fri May 11 2018 Kevin Fenzi <kevin@scrye.com> - 0.8.5-1
|
||||
- Update to 0.8.5. Fixes bug #1576802
|
||||
|
||||
* Sun May 06 2018 Kevin Fenzi <kevin@scrye.com> - 0.8.4-2
|
||||
- Fix devel package to require the Epoch too.
|
||||
- Fix libraries split
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (nftables-0.8.4.tar.bz2) = 213a8d46ec615d749704a8f958c8b4a5d810ddb84c133b62f9aa64c3175da94ddbf0b06421daa237909932b67219b10d7ce9c5878a28bdca14935dfe83b380d8
|
||||
SHA512 (nftables-0.8.5.tar.bz2) = 5988bdc7c82f3a92d8df7535d6f340500dbe82ff6c13640fcb01e9cebfc52809200f3f518fbd58c26955f862dd7202332c8a12eb93928de64eb2b32aba67bbcc
|
||||
|
Loading…
Reference in New Issue
Block a user