diff --git a/libnftnl.spec b/libnftnl.spec index 85e0011..5fe8d6c 100644 --- a/libnftnl.spec +++ b/libnftnl.spec @@ -1,16 +1,16 @@ Name: libnftnl Version: 1.1.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for low-level interaction with nftables Netlink's API over libmnl License: GPLv2+ -URL: http://netfilter.org/projects/libnftnl/ -Source0: http://ftp.netfilter.org/pub/libnftnl/libnftnl-%{version}.tar.bz2 +URL: https://netfilter.org/projects/libnftnl/ +Source0: https://www.netfilter.org/pub/libnftnl/libnftnl-%{version}.tar.bz2 BuildRequires: libmnl-devel BuildRequires: jansson-devel BuildRequires: gcc -BuildRequires: make +BuildRequires: make # replace old libnftables package Provides: libnftables = %{version}-%{release} @@ -58,6 +58,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/libnftnl %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.1.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Jan 16 2021 Kevin Fenzi - 1.1.9-1 - Update to 1.1.9. Fixes rhbz#1916855