rpms/corosync/devel corosync-trunk_r1780.diff, NONE, 1.1 corosync.spec, 1.16, 1.17

Fabio M. Di Nitto fabbione at fedoraproject.org
Wed Feb 25 05:12:49 UTC 2009


Author: fabbione

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

Modified Files:
	corosync.spec 
Added Files:
	corosync-trunk_r1780.diff 
Log Message:
add corosync-fplay and corosync-pload tools to the distribution



corosync-trunk_r1780.diff:

--- NEW FILE corosync-trunk_r1780.diff ---
Index: Makefile
===================================================================
--- Makefile	(revision 1779)
+++ Makefile	(revision 1780)
@@ -171,6 +171,8 @@
 	install -m 755 $(builddir)tools/corosync-objctl $(DESTDIR)$(SBINDIR)
 	install -m 755 $(builddir)tools/corosync-cfgtool $(DESTDIR)$(SBINDIR)
 	install -m 755 $(builddir)tools/corosync-keygen $(DESTDIR)$(SBINDIR)
+	install -m 755 $(builddir)tools/corosync-fplay $(DESTDIR)$(SBINDIR)
+	install -m 755 $(builddir)tools/corosync-pload $(DESTDIR)$(SBINDIR)
 
 	if [ ! -f $(DESTDIR)$(ETCDIR)/corosync.conf ] ; then 	   \
 		install -m 644 $(srcdir)conf/corosync.conf $(DESTDIR)$(ETCDIR) ; \


Index: corosync.spec
===================================================================
RCS file: /cvs/pkgs/rpms/corosync/devel/corosync.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- corosync.spec	24 Feb 2009 09:15:21 -0000	1.16
+++ corosync.spec	25 Feb 2009 05:12:19 -0000	1.17
@@ -3,13 +3,14 @@
 Name: corosync
 Summary: The Corosync Cluster Engine and Application Programming Interfaces
 Version: 0.93
-Release: 3%{?alphatag:.%{alphatag}}%{?dist}
+Release: 4%{?alphatag:.%{alphatag}}%{?dist}
 License: BSD
 Group: System Environment/Base
 URL: http://www.openais.org
 Source0: http://developer.osdl.org/dev/openais/downloads/corosync-%{version}/corosync-%{version}.tar.gz
 Patch0: corosync-trunk_r1767.diff
 Patch1: corosync-trunk_r1774.diff
+Patch2: corosync-trunk_r1780.diff
 
 # Runtime bits
 Requires: corosynclib = %{version}-%{release}
@@ -27,6 +28,7 @@
 %setup -q -n corosync-%{version}
 %patch0 -p0
 %patch1 -p0
+%patch2 -p0
 
 %build
 
@@ -78,6 +80,8 @@
 %{_sbindir}/corosync-keygen
 %{_sbindir}/corosync-objctl
 %{_sbindir}/corosync-cfgtool
+%{_sbindir}/corosync-fplay
+%{_sbindir}/corosync-pload
 %config(noreplace) /etc/corosync.conf
 %{_initddir}/corosync
 %dir %{_libexecdir}/lcrso
@@ -188,6 +192,9 @@
 %{_mandir}/man8/votequorum_overview.8*
 
 %changelog
+* Wed Feb 25 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 0.93-4
+- Add Makefile fix to install all corosync tools (commit r1780)
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.93-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list