rpms/cluster/devel cluster.spec,1.1,1.2

Fabio M. Di Nitto (fabbione) fedora-extras-commits at redhat.com
Tue May 20 19:26:35 UTC 2008


Author: fabbione

Update of /cvs/pkgs/rpms/cluster/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21836

Modified Files:
	cluster.spec 
Log Message:
Prepare new release



Index: cluster.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cluster/devel/cluster.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cluster.spec	19 May 2008 17:56:27 -0000	1.1
+++ cluster.spec	20 May 2008 19:25:56 -0000	1.2
@@ -19,7 +19,7 @@
 Name: cluster
 Summary: Red Hat Cluster
 Version: 2.99.02
-Release: 1%{?alphatag:.%{alphatag}}%{?dist}
+Release: 2%{?alphatag:.%{alphatag}}%{?dist}
 License:  GPLv2 and LGPLv2
 Group: System Environment/Base
 URL: http://sources.redhat.com/cluster/wiki/
@@ -44,7 +44,7 @@
 BuildRequires: perl python
 BuildRequires: glibc-kernheaders glibc-devel kernel-devel
 BuildRequires: libxml2-devel ncurses-devel slang-devel libvolume_id-devel
-BuildRequires: openais-devel >= 0.83
+BuildRequires: openais-devel >= 0.83-3
 %if %{buildxen}
 BuildRequires: nss-devel nspr-devel libvirt-devel xen-libs
 %endif
@@ -72,7 +72,8 @@
   --kernel_src=${ksrc} \
   --disable_kernel_check
 
-CFLAGS="$(echo '%{optflags}')" make %{_smp_mflags}
+##CFLAGS="$(echo '%{optflags}')" make %{_smp_mflags}
+CFLAGS="$(echo '%{optflags}')" make
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -248,6 +249,10 @@
 %{_mandir}/man8/*gfs2*
 
 %changelog
+* Tue May 20 2008 Fabio M. Di Nitto <fdinitto at redhat.com> - 2.99.02-2
+- disable parallel build (broken upstream)
+- build requires higher openais (fix ppc64 build failure)
+
 * Mon May 19 2008 Fabio M. Di Nitto <fdinitto at redhat.com> - 2.99.02-1
 - New upstream release
 - Shut up the last few rpmlint warnings




More information about the fedora-extras-commits mailing list