From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 2 Jun 2008 15:14:06 -0000 Subject: [Cluster-devel] conga ./clustermon.spec.in.in ./ricci.spec.in. ... Message-ID: <20080602151406.10248.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe at sourceware.org 2008-06-02 15:14:04 Modified files: . : clustermon.spec.in.in ricci.spec.in.in make : version.in ricci/modules/storage: Makefile Log message: Fix build for F10 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/clustermon.spec.in.in.diff?cvsroot=cluster&r1=1.43&r2=1.44 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci.spec.in.in.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/make/version.in.diff?cvsroot=cluster&r1=1.37&r2=1.38 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/Makefile.diff?cvsroot=cluster&r1=1.16&r2=1.17 --- conga/clustermon.spec.in.in 2008/05/12 15:16:04 1.43 +++ conga/clustermon.spec.in.in 2008/06/02 15:14:03 1.44 @@ -182,5 +182,5 @@ %changelog -* Wed Feb 20 2008 Ryan McCabe 0.13.0-1 +* Tue May 20 2008 Ryan McCabe 0.13.0-3 - Initial build. --- conga/ricci.spec.in.in 2008/03/28 01:18:51 1.9 +++ conga/ricci.spec.in.in 2008/06/02 15:14:03 1.10 @@ -126,6 +126,12 @@ exit 0 %changelog +* Mon Jun 02 2008 Ryan McCabe 0.13.0-4 + - No longer need -lgroup with the new cman packages. + +* Wed May 20 2008 Ryan McCabe 0.13.0-3 + - Initial build + * Wed Mar 26 2008 Chris Feist 0.13.0-2 - Don't require cap and xml libraries (RPM will find them) - Fix buildroot to meet Fedora standard --- conga/make/version.in 2008/04/28 03:56:50 1.37 +++ conga/make/version.in 2008/06/02 15:14:03 1.38 @@ -1,2 +1,2 @@ VERSION=0.13.0 -RELEASE=3 +RELEASE=4 --- conga/ricci/modules/storage/Makefile 2008/01/02 20:47:37 1.16 +++ conga/ricci/modules/storage/Makefile 2008/06/02 15:14:03 1.17 @@ -56,7 +56,7 @@ INCLUDE += CXXFLAGS += -DPARANOIA=$(PARANOID) -LDFLAGS += -lgroup -lmagic +LDFLAGS += -lmagic ifeq ($(PARANOID), 1) LDFLAGS += ${top_srcdir}/common/paranoid/*.o