diff --git a/libnftnl.spec b/libnftnl.spec index 066598c..0858c74 100644 --- a/libnftnl.spec +++ b/libnftnl.spec @@ -3,7 +3,7 @@ Name: libnftnl Version: 1.0.9 #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 +* Wed Feb 07 2018 Fedora Release Engineering - 1.0.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Mon Jan 08 2018 Kevin Fenzi - 1.0.9-1 - Update to 1.0.9. Fixes bug #1531004