New rgmanager ras upstream release Allow pacemaker to use rgmanager ras
This commit is contained in:
parent
815019e16c
commit
43f608847a
@ -1,2 +1,2 @@
|
||||
resource-agents-3.0.4.tar.gz
|
||||
e2338892f59f.tar.bz2
|
||||
resource-agents-3.0.5.tar.gz
|
||||
|
@ -24,8 +24,8 @@
|
||||
|
||||
Name: resource-agents
|
||||
Summary: Open Source HA Resource Agents for Red Hat Cluster
|
||||
Version: 3.0.4
|
||||
Release: 2%{?alphatag:.%{alphatag}}%{?dist}
|
||||
Version: 3.0.5
|
||||
Release: 1%{?alphatag:.%{alphatag}}%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
URL: http://sources.redhat.com/cluster/wiki/
|
||||
@ -112,6 +112,10 @@ find %{buildroot} -type f -name '*.dtd' -exec chmod 644 {} \;
|
||||
chmod 755 %{buildroot}/%{_sbindir}/ocf-tester
|
||||
chmod 755 %{buildroot}/%{_datadir}/cluster/ocf-shellfuncs
|
||||
|
||||
# symlink to allow pacemaker to use rgmanager RAs
|
||||
cd %{buildroot}/usr/lib/ocf/resource.d/ && \
|
||||
ln -sf %{_datadir}/cluster/ redhat
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
@ -132,6 +136,7 @@ rm -rf %{buildroot}
|
||||
%dir /usr/lib/ocf
|
||||
%dir /usr/lib/ocf/resource.d
|
||||
/usr/lib/ocf/resource.d/heartbeat
|
||||
/usr/lib/ocf/resource.d/redhat
|
||||
%{_sbindir}/ocf-tester
|
||||
%{_sbindir}/sfex_init
|
||||
|
||||
@ -158,6 +163,10 @@ rm -rf %{buildroot}
|
||||
/usr/lib/ocf/resource.d/heartbeat/ldirectord
|
||||
|
||||
%changelog
|
||||
* Fri Nov 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.5-1
|
||||
- New rgmanager resource agents upstream release
|
||||
- Allow pacemaker to use rgmanager resource agents
|
||||
|
||||
* Wed Oct 28 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.4-2
|
||||
- Update Pacameker agents to upstream version: e2338892f59f
|
||||
+ High: send_arp - turn on unsolicited mode for compatibilty with the libnet version's exit codes
|
||||
|
Loading…
Reference in New Issue
Block a user