revert the libtoolize change

This commit is contained in:
Jiri Popelka 2014-01-10 15:48:33 +01:00
parent 85656c6cde
commit 208299e925

View File

@ -20,8 +20,6 @@ BuildRequires: libnfnetlink-devel
BuildRequires: libselinux-devel BuildRequires: libselinux-devel
BuildRequires: kernel-headers BuildRequires: kernel-headers
BuildRequires: systemd BuildRequires: systemd
BuildRequires: libtool
%description %description
The iptables utility controls the network packet filtering code in the 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 %setup -q
%build %build
libtoolize --install --force --verbose
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing " \ CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing " \
%configure --enable-devel --with-kernel=/usr --with-kbuild=/usr --with-ksource=/usr %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 %changelog
* Fri Jan 10 2014 Jiri Popelka <jpopelka@redhat.com> - 1.4.21-4 * Fri Jan 10 2014 Jiri Popelka <jpopelka@redhat.com> - 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 <jpopelka@redhat.com> - 1.4.21-3 * Thu Jan 09 2014 Jiri Popelka <jpopelka@redhat.com> - 1.4.21-3
- no need to support the pre-systemd things - no need to support the pre-systemd things