Update to 1.0.5. Fixes bug #1263684

This commit is contained in:
Kevin Fenzi 2015-09-17 17:37:09 -06:00
parent fc867118a3
commit f1f8b947aa
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/libnftnl-1.0.2.tar.bz2
/libnftnl-20140903.tar.bz2
/libnftnl-1.0.3.tar.bz2
/libnftnl-1.0.5.tar.bz2

View File

@ -1,9 +1,9 @@
#global snapdate 20140903
Name: libnftnl
Version: 1.0.3
Version: 1.0.5
#Release: 0.1.%{snapdate}git%{?dist}
Release: 2%{?dist}
Release: 1%{?dist}
Summary: Library for low-level interaction with nftables Netlink's API over libmnl
License: GPLv2+
@ -67,6 +67,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_includedir}/libnftnl
%changelog
* Thu Sep 17 2015 Kevin Fenzi <kevin@scrye.com> 1.0.5-1
- Update to 1.0.5. Fixes bug #1263684
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
203701a73cc3c51ca751d7cb2e176250 libnftnl-1.0.3.tar.bz2
af0c62ce6bbd7a7d39def0996c1c17c9 libnftnl-1.0.5.tar.bz2