From e922d284f823879ec8985b305b345963aa8c9f7e Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 5 Nov 2020 11:55:03 +0100 Subject: [PATCH] Remove build dependency on autogen --- iptables.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/iptables.spec b/iptables.spec index 21cd8f1..3d7f652 100644 --- a/iptables.spec +++ b/iptables.spec @@ -19,7 +19,7 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities URL: http://www.netfilter.org/projects/iptables Version: 1.8.6 -Release: 1%{?dist} +Release: 2%{?dist} Source: %{url}/files/%{name}-%{version}.tar.bz2 Source1: iptables.init Source2: iptables-config @@ -51,7 +51,6 @@ BuildRequires: pkgconfig(libmnl) >= 1.0 BuildRequires: pkgconfig(libnftnl) >= 1.1.5 # libpcap-devel for nfbpf_compile BuildRequires: libpcap-devel -BuildRequires: autogen BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool @@ -443,6 +442,9 @@ fi %changelog +* Thu Nov 5 2020 Florian Weimer - 1.8.6-2 +- Remove build dependency on autogen + * Sat Oct 31 2020 Kevin Fenzi - 1.8.6-1 - Update to 1.8.6. Fixes bug #1893453