rpms/cluster/devel fix-typo.diff, NONE, 1.1 .cvsignore, 1.19, 1.20 cluster.spec, 1.43, 1.44 sources, 1.19, 1.20 fence-man-pages.diff, 1.1, NONE

Fabio M. Di Nitto fabbione at fedoraproject.org
Tue Mar 3 07:37:32 UTC 2009


Author: fabbione

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

Modified Files:
	.cvsignore cluster.spec sources 
Added Files:
	fix-typo.diff 
Removed Files:
	fence-man-pages.diff 
Log Message:
New upstream release


fix-typo.diff:

--- NEW FILE fix-typo.diff ---
diff --git a/fence/fence_node/Makefile b/fence/fence_node/Makefile
index 06a8e54..9f97089 100644
--- a/fence/fence_node/Makefile
+++ b/fence/fence_node/Makefile
@@ -18,7 +18,7 @@ CFLAGS += -I${ccsincdir} -I${cmanincdir} -I${fenceincdir} -I${logtincdir}
 CFLAGS += -I$(S)/../libfenced
 CFLAGS += -I${incdir}
 
-LDFLAGS += -L${ccslibdir} -L{cmanlibdir} -L${fencelibdir} -lccs -lcman -lfence
+LDFLAGS += -L${ccslibdir} -L${cmanlibdir} -L${fencelibdir} -lccs -lcman -lfence
 LDFLAGS += -L${logtlibdir} -llogthread
 LDFLAGS += -L../libfenced -lfenced
 LDFLAGS += -L${libdir}


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cluster/devel/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore	23 Feb 2009 11:38:03 -0000	1.19
+++ .cvsignore	3 Mar 2009 07:37:01 -0000	1.20
@@ -1 +1 @@
-cluster-3.0.0.alpha5.tar.gz
+cluster-3.0.0.alpha6.tar.gz


Index: cluster.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cluster/devel/cluster.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- cluster.spec	24 Feb 2009 13:38:36 -0000	1.43
+++ cluster.spec	3 Mar 2009 07:37:01 -0000	1.44
@@ -14,17 +14,17 @@
 # http://www.rpm.org/max-rpm/s1-rpm-subpack-spec-file-changes.html
 
 # keep around ready for later user
-%define alphatag alpha5
+%define alphatag alpha6
 
 Name: cluster
 Summary: Red Hat Cluster
 Version: 3.0.0
-Release: 11%{?alphatag:.%{alphatag}}%{?dist}
+Release: 12%{?alphatag:.%{alphatag}}%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Base
 URL: http://sources.redhat.com/cluster/wiki/
 Source0: ftp://sources.redhat.com/pub/cluster/releases/cluster-%{version}%{?alphatag:.%{alphatag}}.tar.gz
-Patch0: fence-man-pages.diff
+Patch0: fix-typo.diff
 
 ## Setup/build bits
 
@@ -34,8 +34,8 @@
 BuildRequires: perl python
 BuildRequires: glibc-kernheaders glibc-devel
 BuildRequires: libxml2-devel ncurses-devel slang-devel libvolume_id-devel
-BuildRequires: corosynclib-devel >= 0.93-1
-BuildRequires: openaislib-devel >= 0.92-1
+BuildRequires: corosynclib-devel >= 0.94-1
+BuildRequires: openaislib-devel >= 0.93-1
 BuildRequires: openldap-devel perl(ExtUtils::MakeMaker)
 
 %prep
@@ -102,8 +102,8 @@
 Requires(post): chkconfig
 Requires(preun): initscripts
 Requires(preun): chkconfig
-Requires: corosync >= 0.93-1
-Requires: openais >= 0.92-1
+Requires: corosync >= 0.94-1
+Requires: openais >= 0.93-1
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires: ricci >= 0.15.0-4 modcluster >= 0.15.0-3
 Requires: fence-agents
@@ -197,6 +197,7 @@
 
 %files -n clusterlib-devel
 %defattr(-,root,root,-)
+%doc doc/COPYING.* doc/COPYRIGHT doc/README.licence
 %{_libdir}/libcman.so
 %{_libdir}/libccs*.so
 %{_libdir}/libdlm*.so
@@ -311,6 +312,11 @@
 %{_mandir}/man8/*.gfs.*
 
 %changelog
+* Tue Mar  3 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 3.0.0-12.alpha6
+- New upstream release.
+- Add missing LICENCE and COPYRIGHT files from clusterlib-devel.
+- Add patch to fix build failure (already upstream).
+
 * Tue Feb 24 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 3.0.0-11.alpha5
 - Stop building fence and resource agents.
 - cman now Requires: fence-agents.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cluster/devel/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources	23 Feb 2009 11:38:03 -0000	1.19
+++ sources	3 Mar 2009 07:37:01 -0000	1.20
@@ -1 +1 @@
-d8d0a2ef723b9d5d47004b2aa3decd0d  cluster-3.0.0.alpha5.tar.gz
+6bedf9e9598ea501db994294c45af522  cluster-3.0.0.alpha6.tar.gz


--- fence-man-pages.diff DELETED ---




More information about the fedora-extras-commits mailing list