diff --git a/.gitignore b/.gitignore index 46a712b..eb20bcf 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /libnftnl-20140903.tar.bz2 /libnftnl-1.0.3.tar.bz2 /libnftnl-1.0.5.tar.bz2 +/libnftnl-1.0.6.tar.bz2 diff --git a/libnftnl.spec b/libnftnl.spec index 000b248..efad98f 100644 --- a/libnftnl.spec +++ b/libnftnl.spec @@ -1,9 +1,9 @@ #global snapdate 20140903 Name: libnftnl -Version: 1.0.5 +Version: 1.0.6 #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 +* Wed Jun 01 2016 Kevin Fenzi - 1.0.6-1 +- Update to 1.0.6. Fixes bug #1341384 + * Thu Feb 04 2016 Fedora Release Engineering - 1.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 0008a7a..27ae55b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -af0c62ce6bbd7a7d39def0996c1c17c9 libnftnl-1.0.5.tar.bz2 +6d7f9f161538ca7efd535dcc70caf964 libnftnl-1.0.6.tar.bz2