[rpm] - Yup, its Monday... we need explicit autoreconf to handle automake 1.13 -> 1.14 on rawhide, and t

Panu Matilainen pmatilai at fedoraproject.org
Mon Jan 20 13:25:51 UTC 2014


commit 95306529f5e78091b922b0f88a3da474931412d7
Author: Panu Matilainen <pmatilai at redhat.com>
Date:   Mon Jan 20 15:24:07 2014 +0200

    - Yup, its Monday... we need explicit autoreconf to handle automake
      1.13 -> 1.14 on rawhide, and that needs libtool as well temporarily
      (http://geekandpoke.typepad.com/geekandpoke/2011/11/temporarily.html)

 rpm.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/rpm.spec b/rpm.spec
index aaba445..18c98a0 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -119,7 +119,7 @@ BuildRequires: xz-devel%{_isa} >= 4.999.8
 # Only required by sepdebugcrcfix patch
 BuildRequires: binutils-devel
 # Couple of patches change makefiles so, require for now...
-BuildRequires: automake
+BuildRequires: automake libtool
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -286,6 +286,8 @@ CPPFLAGS="$CPPFLAGS `pkg-config --cflags nss`"
 CFLAGS="$RPM_OPT_FLAGS"
 export CPPFLAGS CFLAGS LDFLAGS
 
+autoreconf -i -f
+
 # Using configure macro has some unwanted side-effects on rpm platform
 # setup, use the old-fashioned way for now only defining minimal paths.
 ./configure \


More information about the scm-commits mailing list