From fb8d814e5c33e7ebcc58882b752f72437ff5f280 Mon Sep 17 00:00:00 2001 From: "Fabio M. Di Nitto" Date: Wed, 25 Feb 2009 05:12:19 +0000 Subject: [PATCH] add corosync-fplay and corosync-pload tools to the distribution --- corosync-trunk_r1780.diff | 13 +++++++++++++ corosync.spec | 9 ++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 corosync-trunk_r1780.diff diff --git a/corosync-trunk_r1780.diff b/corosync-trunk_r1780.diff new file mode 100644 index 0000000..8254119 --- /dev/null +++ b/corosync-trunk_r1780.diff @@ -0,0 +1,13 @@ +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) ; \ diff --git a/corosync.spec b/corosync.spec index 967f3d4..3253b76 100644 --- a/corosync.spec +++ b/corosync.spec @@ -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 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %setup -q -n corosync-%{version} %patch0 -p0 %patch1 -p0 +%patch2 -p0 %build @@ -78,6 +80,8 @@ fi %{_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 @@ The Corosync Cluster Engine APIs. %{_mandir}/man8/votequorum_overview.8* %changelog +* Wed Feb 25 2009 Fabio M. Di Nitto - 0.93-4 +- Add Makefile fix to install all corosync tools (commit r1780) + * Tue Feb 24 2009 Fedora Release Engineering - 0.93-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild