diff --git a/libnftnl.spec b/libnftnl.spec index 2782b13..abc8e26 100644 --- a/libnftnl.spec +++ b/libnftnl.spec @@ -1,6 +1,6 @@ Name: libnftnl Version: 1.1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Library for low-level interaction with nftables Netlink's API over libmnl License: GPLv2+ @@ -56,6 +56,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/libnftnl %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 1.1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Mon Jun 25 2018 Phil Sutter - 1.1.1-3 - Disable running tests/test-script.sh again, it breaks builds on big endian.