From 43d0267f91d14e23d51d67fb769e47cc6842341d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 4 Feb 2016 03:37:10 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- libnftnl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libnftnl.spec b/libnftnl.spec index baac81d..000b248 100644 --- a/libnftnl.spec +++ b/libnftnl.spec @@ -3,7 +3,7 @@ Name: libnftnl Version: 1.0.5 #Release: 0.1.%{snapdate}git%{?dist} -Release: 1%{?dist} +Release: 2%{?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 Feb 04 2016 Fedora Release Engineering - 1.0.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Thu Sep 17 2015 Kevin Fenzi 1.0.5-1 - Update to 1.0.5. Fixes bug #1263684