Refresh pacemaker resource agents

This commit is contained in:
Andrew Beekhof 2009-12-07 08:29:30 +00:00
parent c0a9531dbc
commit 1ca6469e38
3 changed files with 27 additions and 4 deletions

View File

@ -1,2 +1,2 @@
e2338892f59f.tar.bz2 bc00c0b065d9.tar.bz2
resource-agents-3.0.5.tar.gz resource-agents-3.0.5.tar.gz

View File

@ -20,12 +20,12 @@
# Invoking 'hg archive' wont but you can add one with: # Invoking 'hg archive' wont but you can add one with:
# hg archive -t tgz -p "Cluster-Resource-Agents-" -r $altversion $altversion.tar.gz # hg archive -t tgz -p "Cluster-Resource-Agents-" -r $altversion $altversion.tar.gz
%define altprefix Cluster-Resource-Agents- %define altprefix Cluster-Resource-Agents-
%define altversion e2338892f59f %define altversion bc00c0b065d9
Name: resource-agents Name: resource-agents
Summary: Open Source HA Resource Agents for Red Hat Cluster Summary: Open Source HA Resource Agents for Red Hat Cluster
Version: 3.0.5 Version: 3.0.5
Release: 1%{?alphatag:.%{alphatag}}%{?dist} Release: 2%{?alphatag:.%{alphatag}}%{?dist}
License: GPLv2+ and LGPLv2+ License: GPLv2+ and LGPLv2+
Group: System Environment/Base Group: System Environment/Base
URL: http://sources.redhat.com/cluster/wiki/ URL: http://sources.redhat.com/cluster/wiki/
@ -37,6 +37,7 @@ Requires: bash grep sed gawk
Requires: net-tools mount e2fsprogs Requires: net-tools mount e2fsprogs
## Setup/build bits ## Setup/build bits
BuildRequires: libxslt docbook-style-xsl
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@ -137,6 +138,7 @@ rm -rf %{buildroot}
%dir %{_datadir}/resource-agents %dir %{_datadir}/resource-agents
%doc %{_datadir}/resource-agents/ra-api-1.dtd %doc %{_datadir}/resource-agents/ra-api-1.dtd
%{_mandir}/man7/*.7*
%dir %{_sysconfdir}/ha.d %dir %{_sysconfdir}/ha.d
%{_sysconfdir}/ha.d/shellfuncs %{_sysconfdir}/ha.d/shellfuncs
@ -158,6 +160,27 @@ rm -rf %{buildroot}
/usr/lib/ocf/resource.d/heartbeat/ldirectord /usr/lib/ocf/resource.d/heartbeat/ldirectord
%changelog %changelog
* Mon Dec 7 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.5-2
- Update Pacameker agents to upstream version: bc00c0b065d9
+ High: RA: introduce OCF_FUNCTIONS_DIR, allow it to be overridden (LF2239)
+ High: doc: add man pages for all RAs (LF2237)
+ High: syslog-ng: new RA
+ High: vmware: make meta-data work and several cleanups (LF 2212)
+ Medium: .ocf-shellfuncs: add ocf_is_probe function
+ Medium: Dev: make RAs executable (LF2239)
+ Medium: IPv6addr: ifdef out the ip offset hack for libnet v1.1.4 (LF 2034)
+ Medium: add mercurial repository version information to .ocf-shellfuncs
+ Medium: build: add perl-MailTools runtime dependency to ldirectord package (LF 1469)
+ Medium: iSCSITarget, iSCSILogicalUnit: support LIO
+ Medium: nfsserver: use check_binary properly in validate (LF 2211)
+ Medium: nfsserver: validate should not check if nfs_shared_infodir exists (thanks to eelco@procolix.com) (LF 2219)
+ Medium: oracle/oralsnr: export variables properly
+ Medium: pgsql: remove the previous backup_label if it exists
+ Medium: postfix: fix double stop (thanks to Dinh N. Quoc)
+ RA: LVM: Make monitor operation quiet in logs (bnc#546353)
+ RA: Xen: Remove instance_attribute "allow_migrate" (bnc#539968)
+ ldirectord: OCF agent: overhaul
* Fri Nov 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.5-1 * Fri Nov 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.5-1
- New rgmanager resource agents upstream release - New rgmanager resource agents upstream release

View File

@ -1,2 +1,2 @@
f93e29ce8b480de2f841ca6266bfd864 e2338892f59f.tar.bz2 8c659c6c25cf7f29eae98e22b00d388f bc00c0b065d9.tar.bz2
a7577975345b865dc73ec0b1c0bd24f7 resource-agents-3.0.5.tar.gz a7577975345b865dc73ec0b1c0bd24f7 resource-agents-3.0.5.tar.gz