add corosync-fplay and corosync-pload tools to the distribution
This commit is contained in:
parent
07f454d46e
commit
fb8d814e5c
13
corosync-trunk_r1780.diff
Normal file
13
corosync-trunk_r1780.diff
Normal 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) ; \
|
@ -3,13 +3,14 @@
|
|||||||
Name: corosync
|
Name: corosync
|
||||||
Summary: The Corosync Cluster Engine and Application Programming Interfaces
|
Summary: The Corosync Cluster Engine and Application Programming Interfaces
|
||||||
Version: 0.93
|
Version: 0.93
|
||||||
Release: 3%{?alphatag:.%{alphatag}}%{?dist}
|
Release: 4%{?alphatag:.%{alphatag}}%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://www.openais.org
|
URL: http://www.openais.org
|
||||||
Source0: http://developer.osdl.org/dev/openais/downloads/corosync-%{version}/corosync-%{version}.tar.gz
|
Source0: http://developer.osdl.org/dev/openais/downloads/corosync-%{version}/corosync-%{version}.tar.gz
|
||||||
Patch0: corosync-trunk_r1767.diff
|
Patch0: corosync-trunk_r1767.diff
|
||||||
Patch1: corosync-trunk_r1774.diff
|
Patch1: corosync-trunk_r1774.diff
|
||||||
|
Patch2: corosync-trunk_r1780.diff
|
||||||
|
|
||||||
# Runtime bits
|
# Runtime bits
|
||||||
Requires: corosynclib = %{version}-%{release}
|
Requires: corosynclib = %{version}-%{release}
|
||||||
@ -27,6 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
%setup -q -n corosync-%{version}
|
%setup -q -n corosync-%{version}
|
||||||
%patch0 -p0
|
%patch0 -p0
|
||||||
%patch1 -p0
|
%patch1 -p0
|
||||||
|
%patch2 -p0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -78,6 +80,8 @@ fi
|
|||||||
%{_sbindir}/corosync-keygen
|
%{_sbindir}/corosync-keygen
|
||||||
%{_sbindir}/corosync-objctl
|
%{_sbindir}/corosync-objctl
|
||||||
%{_sbindir}/corosync-cfgtool
|
%{_sbindir}/corosync-cfgtool
|
||||||
|
%{_sbindir}/corosync-fplay
|
||||||
|
%{_sbindir}/corosync-pload
|
||||||
%config(noreplace) /etc/corosync.conf
|
%config(noreplace) /etc/corosync.conf
|
||||||
%{_initddir}/corosync
|
%{_initddir}/corosync
|
||||||
%dir %{_libexecdir}/lcrso
|
%dir %{_libexecdir}/lcrso
|
||||||
@ -188,6 +192,9 @@ The Corosync Cluster Engine APIs.
|
|||||||
%{_mandir}/man8/votequorum_overview.8*
|
%{_mandir}/man8/votequorum_overview.8*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user