>From 827344c0c3d979898426a5f3683a270d16e2c95f Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Fri, 27 Mar 2015 10:22:01 +0100 Subject: [PATCH 1/4] SPEC: Drop workaround for old libtool This workaround was for libtool in rhel 5 and we dropped support for it few months ago due to missing dependencies. --- contrib/sssd.spec.in | 9 --------- 1 file changed, 9 deletions(-) diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 4102b728131d82c4cf5217e9210af6c91b0da259..dfcf809f71e7982d63f52d315b9ed0274a2ac3f3 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -542,15 +542,6 @@ Development libraries for the SSSD libwbclient implementation. %setup -q -n %{name}-%{version} %build - -# RHEL 5 uses an old libtool, so we need to force it to reconfigure -# This is safe to do on newer packages too, as it will just -# gather the appropriate m4 files from the libtool package -for i in libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 -do - find . -name $i -exec rm -f {} \; -done - autoreconf -ivf %configure \ -- 2.3.3