rpms/corosync/devel .cvsignore, 1.10, 1.11 corosync.spec, 1.34, 1.35 sources, 1.12, 1.13

Fabio M. Di Nitto fabbione at fedoraproject.org
Fri Sep 25 09:52:16 UTC 2009


Author: fabbione

Update of /cvs/pkgs/rpms/corosync/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20911

Modified Files:
	.cvsignore corosync.spec sources 
Log Message:
New upstream release, enable InfiniBand support



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/corosync/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	22 Sep 2009 13:15:23 -0000	1.10
+++ .cvsignore	25 Sep 2009 09:52:16 -0000	1.11
@@ -1 +1 @@
-corosync-1.0.1.tar.gz
+corosync-1.1.0.tar.gz


Index: corosync.spec
===================================================================
RCS file: /cvs/pkgs/rpms/corosync/devel/corosync.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- corosync.spec	22 Sep 2009 13:15:23 -0000	1.34
+++ corosync.spec	25 Sep 2009 09:52:16 -0000	1.35
@@ -2,7 +2,7 @@
 
 Name: corosync
 Summary: The Corosync Cluster Engine and Application Programming Interfaces
-Version: 1.0.1
+Version: 1.1.0
 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,7 +35,13 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{na
 ./autogen.sh
 %endif
 
-%{configure}
+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}
@@ -80,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
@@ -199,6 +208,12 @@ The Corosync Cluster Engine APIs.
 %{_mandir}/man8/coroipc_overview.8*
 
 %changelog
+* 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:


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/corosync/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	22 Sep 2009 13:15:23 -0000	1.12
+++ sources	25 Sep 2009 09:52:16 -0000	1.13
@@ -1 +1 @@
-75fe306a8e23c31a3b0a42798e01e466  corosync-1.0.1.tar.gz
+f1ae40281356446d1af31a75068ec3d0  corosync-1.1.0.tar.gz




More information about the fedora-extras-commits mailing list