From 791b05803dd2a55d1fa901b8f0cf9978a7f0cf6c Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Thu, 9 Jan 2014 16:19:43 +0100 Subject: [PATCH] ./configure -> %configure --- iptables.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iptables.spec b/iptables.spec index 46e11c3..ef45fe2 100644 --- a/iptables.spec +++ b/iptables.spec @@ -89,7 +89,7 @@ Currently only provides nfnl_osf with the pf.os database. %build CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing " \ -./configure --enable-devel --bindir=%{_bindir} --sbindir=%{_sbindir} --sysconfdir=/etc --libdir=%{_libdir} --libexecdir=%{_libdir} --mandir=%{_mandir} --includedir=%{_includedir} --datadir=%{_datadir} --with-kernel=/usr --with-kbuild=/usr --with-ksource=/usr +%configure --enable-devel --with-kernel=/usr --with-kbuild=/usr --with-ksource=/usr # do not use rpath sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool @@ -213,6 +213,7 @@ rm -rf %{buildroot} - no need to support the pre-systemd things - use systemd macros (#850166) - remove scriptlets for migrating to a systemd unit from a SysV initscripts +- ./configure -> %%configure * Thu Jan 9 2014 Thomas Woerner 1.4.21-2 - fixed system hang at shutdown if root device is network based (RHBZ#1007934)