[libguestfs/el5] Don't need autoreconf, need to actually apply the patches ...

Richard W.M. Jones rjones at fedoraproject.org
Wed May 29 15:55:16 UTC 2013


commit 7c8cfc5b1e8ff8324d7fe837368467577dc41c4f
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed May 29 16:54:58 2013 +0100

    Don't need autoreconf, need to actually apply the patches ...

 libguestfs.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libguestfs.spec b/libguestfs.spec
index f502c63..80a2382 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -77,6 +77,8 @@ Patch0030:     0030-EPEL-5-Disable-valgrind.patch
 Patch0031:     0031-EPEL-5-Remove-Linux-capabilities.patch
 Patch0032:     0032-EPEL-5-ruby-Use-old-rake-rdoctask-and-rake-gempackag.patch
 Patch0033:     0033-generator-Set-abs_builddir-for-old-RHEL-5-which-didn.patch
+Patch0034:     0034-generator-Set-abs_srcdir-for-old-RHEL-5-which-didn-t.patch
+Patch0035:     0035-generator-Set-builddir-for-old-RHEL-5-which-didn-t-h.patch
 
 # Basic build requirements:
 BuildRequires: /usr/bin/pod2man
@@ -552,7 +554,6 @@ git commit -a -q -m "%{version} baseline."
 #git am %{patches}
 git am %{_sourcedir}/00*.patch
 
-autoreconf -i
 ./bootstrap
 
 mkdir -p daemon/m4


More information about the scm-commits mailing list