From fba37697e0ad5eadd148849f70c55cf454409171 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 17 Jun 2019 10:59:29 -0700 Subject: [PATCH] Rebuild for new libnftnl. --- nftables.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nftables.spec b/nftables.spec index e383326..1ba51e7 100644 --- a/nftables.spec +++ b/nftables.spec @@ -3,7 +3,7 @@ Name: nftables Version: 0.9.0 #Release: 0.1.%%{snapdate}git%%{?dist} -Release: 6%{?dist} +Release: 7%{?dist} # Upstream released a 0.100 version, then 0.4. Need Epoch to get back on track. Epoch: 1 Summary: Netfilter Tables userspace utillites @@ -99,6 +99,9 @@ chmod 700 $RPM_BUILD_ROOT/%{_sysconfdir}/nftables %{_includedir}/nftables/libnftables.h %changelog +* Mon Jun 17 2019 Kevin Fenzi - 0.9.0-7 +- Rebuild for new libnftnl. + * Sat Mar 16 2019 Kevin Fenzi - 1:0.9.0-6 - Fix permissions. Bug #1685242