From 16e1ca7db2f7afc6b41944c5d99fdf7e207bdc51 Mon Sep 17 00:00:00 2001 From: Fabio M. Di Nitto Date: Oct 09 2009 05:11:17 +0000 Subject: New upstream release fixes a few severe bugs --- diff --git a/.cvsignore b/.cvsignore index 3c4452c..87cccb0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -corosync-0.95.tar.gz +corosync-1.1.0.tar.gz diff --git a/corosync.spec b/corosync.spec index faa3670..1f30c3c 100644 --- a/corosync.spec +++ b/corosync.spec @@ -2,7 +2,7 @@ Name: corosync Summary: The Corosync Cluster Engine and Application Programming Interfaces -Version: 1.0.0 +Version: 1.1.0 Release: 1%{?alphatag:.%{alphatag}}%{?dist} License: BSD Group: System Environment/Base @@ -24,6 +24,7 @@ Conflicts: openais <= 0.89, openais-devel <= 0.89 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}/%{name}-%{version}-%{release}-XXXXXX) ./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,28 @@ The Corosync Cluster Engine APIs. %{_mandir}/man8/coroipc_overview.8* %changelog -* Tue Jul 28 2009 Fabio M. Di Nitto - 1.0.0-1 +* Fri Sep 25 2009 Fabio M. Di Nitto - 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 - 1.0.1-1 +- New upstream release +- spec file updates: + * use proper configure macro + +* Tue Jul 28 2009 Fabio M. Di Nitto - 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 - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Jul 8 2009 Fabio M. Di Nitto - 1.0.0-1 +- New upstream release + * Thu Jul 2 2009 Fabio M. Di Nitto - 0.100-1 - New upstream release diff --git a/sources b/sources index 1fda852..84a3599 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -257f5509f3da951ba84b596fedf42185 corosync-1.0.0.tar.gz +f1ae40281356446d1af31a75068ec3d0 corosync-1.1.0.tar.gz