[glusterfs/el6] epel6 builds, take two. parallel make breaks koji epel builds

Kaleb S. KEITHLEY kkeithle at fedoraproject.org
Wed Nov 23 15:32:48 UTC 2011


commit c6f37fcdb383940815adf3a13797d54a3a70f350
Author: Kaleb KEITHLEY <kkeithle at f16node1.kkeithle.usersys.redhat.com>
Date:   Wed Nov 23 10:32:11 2011 -0500

    epel6 builds, take two. parallel make breaks koji epel builds

 glusterfs.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/glusterfs.spec b/glusterfs.spec
index 68ff7df..9083ac7 100644
--- a/glusterfs.spec
+++ b/glusterfs.spec
@@ -212,7 +212,8 @@ This package provides the development libraries.
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
-%{__make} %{?_smp_mflags}
+#%{__make} %{?_smp_mflags} # parallel make breaks koji epel builds
+%{__make}
 
 %install
 %{__rm} -rf %{buildroot} 


More information about the scm-commits mailing list