add corosync-fplay and corosync-pload tools to the distribution

This commit is contained in:
Fabio M. Di Nitto 2009-02-25 05:12:19 +00:00
parent 07f454d46e
commit fb8d814e5c
2 changed files with 21 additions and 1 deletions

13
corosync-trunk_r1780.diff Normal file
View File

@ -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) ; \

View File

@ -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 <fdinitto@redhat.com> - 0.93-4
- Add Makefile fix to install all corosync tools (commit r1780)
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.93-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild