Update to 1.0.5. Fixes bug #1263684
This commit is contained in:
parent
fc867118a3
commit
f1f8b947aa
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user