rpms/libhugetlbfs/devel libhugetlbfs.spec,1.4,1.5

Steve Fox (drfickle) fedora-extras-commits at redhat.com
Tue Jul 25 14:07:42 UTC 2006


Author: drfickle

Update of /cvs/extras/rpms/libhugetlbfs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24370

Modified Files:
	libhugetlbfs.spec 
Log Message:
remove smp_flags


Index: libhugetlbfs.spec
===================================================================
RCS file: /cvs/extras/rpms/libhugetlbfs/devel/libhugetlbfs.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libhugetlbfs.spec	20 Jul 2006 20:03:09 -0000	1.4
+++ libhugetlbfs.spec	25 Jul 2006 14:07:41 -0000	1.5
@@ -2,7 +2,7 @@
 
 Name: libhugetlbfs
 Version: 0.%{libhugetlbfs_version}
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: A library which provides easy access to huge pages of memory
 
 Group: System Environment/Libraries
@@ -39,7 +39,8 @@
 %patch0 -p1 -b .fix.ld.hugetlbfs
 
 %build
-make %{?_smp_mflags} BUILDTYPE=NATIVEONLY
+# Parallel builds are not reliable
+make BUILDTYPE=NATIVEONLY
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -67,6 +68,9 @@
 %{_libdir}/%{name}/tests/*
 
 %changelog
+* Tue Jul 25 2006 Steve Fox <drfickle at k-lug.org> - 0.20060706-3
+- Don't use parallel build as it has random failures
+
 * Thu Jul 20 2006 Steve Fox <drfickle at k-lug.org> - 0.20060706-2
 - Fix the Makefile so that the ld.hugetlbfs script doesn't store the
   DESTDIR in the path to the ldscripts dir




More information about the scm-commits mailing list