Refresh pacemaker resource agents
This commit is contained in:
parent
c0a9531dbc
commit
1ca6469e38
@ -1,2 +1,2 @@
|
||||
e2338892f59f.tar.bz2
|
||||
bc00c0b065d9.tar.bz2
|
||||
resource-agents-3.0.5.tar.gz
|
||||
|
@ -20,12 +20,12 @@
|
||||
# Invoking 'hg archive' wont but you can add one with:
|
||||
# hg archive -t tgz -p "Cluster-Resource-Agents-" -r $altversion $altversion.tar.gz
|
||||
%define altprefix Cluster-Resource-Agents-
|
||||
%define altversion e2338892f59f
|
||||
%define altversion bc00c0b065d9
|
||||
|
||||
Name: resource-agents
|
||||
Summary: Open Source HA Resource Agents for Red Hat Cluster
|
||||
Version: 3.0.5
|
||||
Release: 1%{?alphatag:.%{alphatag}}%{?dist}
|
||||
Release: 2%{?alphatag:.%{alphatag}}%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
URL: http://sources.redhat.com/cluster/wiki/
|
||||
@ -37,6 +37,7 @@ Requires: bash grep sed gawk
|
||||
Requires: net-tools mount e2fsprogs
|
||||
|
||||
## Setup/build bits
|
||||
BuildRequires: libxslt docbook-style-xsl
|
||||
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
|
||||
@ -137,6 +138,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%dir %{_datadir}/resource-agents
|
||||
%doc %{_datadir}/resource-agents/ra-api-1.dtd
|
||||
%{_mandir}/man7/*.7*
|
||||
|
||||
%dir %{_sysconfdir}/ha.d
|
||||
%{_sysconfdir}/ha.d/shellfuncs
|
||||
@ -158,6 +160,27 @@ rm -rf %{buildroot}
|
||||
/usr/lib/ocf/resource.d/heartbeat/ldirectord
|
||||
|
||||
%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
|
||||
- New rgmanager resource agents upstream release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user