rpms/corosync/F-10 .cvsignore, 1.2, 1.3 corosync.spec, 1.4, 1.5 sources, 1.3, 1.4

Fabio M. Di Nitto fabbione at fedoraproject.org
Wed Oct 21 05:26:01 UTC 2009


Author: fabbione

Update of /cvs/pkgs/rpms/corosync/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28597

Modified Files:
	.cvsignore corosync.spec sources 
Log Message:
New upstream release fixes few severe bugs



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/corosync/F-10/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	25 Sep 2008 06:16:38 -0000	1.2
+++ .cvsignore	21 Oct 2009 05:25:59 -0000	1.3
@@ -1 +1 @@
-corosync-0.92.tar.gz
+corosync-1.1.1.tar.gz


Index: corosync.spec
===================================================================
RCS file: /cvs/pkgs/rpms/corosync/F-10/corosync.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- corosync.spec	31 Jul 2009 08:17:19 -0000	1.4
+++ corosync.spec	21 Oct 2009 05:25:59 -0000	1.5
@@ -2,7 +2,7 @@
 
 Name: corosync
 Summary: The Corosync Cluster Engine and Application Programming Interfaces
-Version: 1.0.0
+Version: 1.1.1
 Release: 1%{?alphatag:.%{alphatag}}%{?dist}
 License: BSD
 Group: System Environment/Base
@@ -24,6 +24,7 @@ Conflicts: openais <= 0.89, openais-deve
 BuildRequires: autoconf automake
 %endif
 BuildRequires: nss-devel
+BuildRequires: libibverbs-devel librdmacm-devel
 
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -34,11 +35,13 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{na
 ./autogen.sh
 %endif
 
-%{_configure}	CFLAGS="$(echo '%{optflags}')" \
-		--prefix=%{_prefix} \
-		--sysconfdir=%{_sysconfdir} \
-		--localstatedir=%{_localstatedir} \
-		--libdir=%{_libdir}
+export ibverbs_CFLAGS=-I/usr/include/infiniband \
+export ibverbs_LIBS=-libverbs \
+export rdmacm_CFLAGS=-I/usr/include/rdma \
+export rdmacm_LIBS=-lrdmacm \
+%{configure} \
+	--enable-nss \
+	--enable-rdma
 
 %build
 make %{_smp_mflags}
@@ -84,6 +87,8 @@ fi
 %{_sbindir}/corosync-cfgtool
 %{_sbindir}/corosync-fplay
 %{_sbindir}/corosync-pload
+%{_sbindir}/corosync-cpgtool
+%{_sbindir}/corosync-quorumtool
 %dir %{_sysconfdir}/corosync
 %dir %{_sysconfdir}/corosync/uidgid.d
 %config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example
@@ -203,12 +208,31 @@ The Corosync Cluster Engine APIs.
 %{_mandir}/man8/coroipc_overview.8*
 
 %changelog
-* Tue Jul 28 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 1.0.0-1
+* Wed Oct 21 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 1.1.1-1
+- New upstream release
+
+* Fri Sep 25 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 1.1.0-1
+- New upstream release
+- spec file updates:
+  * enable IB support
+  * explicitly define built-in features at configure time
+
+* Tue Sep 22 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 1.0.1-1
 - New upstream release
 - spec file updates:
+  * use proper configure macro
+
+* Tue Jul 28 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 1.0.0-3
+- spec file updates:
   * more consistent use of macros across the board
   * fix directory ownership
 
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Jul  8 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 1.0.0-1
+- New upstream release
+
 * Thu Jul  2 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 0.100-1
 - New upstream release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/corosync/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	31 Jul 2009 08:17:19 -0000	1.3
+++ sources	21 Oct 2009 05:25:59 -0000	1.4
@@ -1 +1 @@
-257f5509f3da951ba84b596fedf42185  corosync-1.0.0.tar.gz
+148c0690d4734bae819504534d6decbe  corosync-1.1.1.tar.gz




More information about the scm-commits mailing list