From 208299e9259b976f3cbee42f1f6b42e67bfe8d90 Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Fri, 10 Jan 2014 15:48:33 +0100 Subject: [PATCH] revert the libtoolize change --- iptables.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/iptables.spec b/iptables.spec index 3f373a4..8a09ece 100644 --- a/iptables.spec +++ b/iptables.spec @@ -20,8 +20,6 @@ BuildRequires: libnfnetlink-devel BuildRequires: libselinux-devel BuildRequires: kernel-headers BuildRequires: systemd -BuildRequires: libtool - %description The iptables utility controls the network packet filtering code in the @@ -75,7 +73,6 @@ Currently only provides nfnl_osf with the pf.os database. %setup -q %build -libtoolize --install --force --verbose CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing " \ %configure --enable-devel --with-kernel=/usr --with-kbuild=/usr --with-ksource=/usr @@ -191,7 +188,7 @@ install -c -m 755 ip6tabes.save-legacy %{buildroot}/%{legacy_actions}/ip6tables/ %changelog * Fri Jan 10 2014 Jiri Popelka - 1.4.21-4 -- add libtoolize to build properly on ppc64le (RHBZ#1051220) +- drop virtual provide for xtables.so.9 * Thu Jan 09 2014 Jiri Popelka - 1.4.21-3 - no need to support the pre-systemd things