Refresh pacemaker agents to ensure IPaddr/IPaddr2 both work

This commit is contained in:
Andrew Beekhof 2009-10-28 13:06:29 +00:00
parent 4099e3f685
commit 815019e16c
3 changed files with 12 additions and 4 deletions

View File

@ -1,2 +1,2 @@
099c0e5d80db.tar.bz2
resource-agents-3.0.4.tar.gz
e2338892f59f.tar.bz2

View File

@ -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 099c0e5d80db
%define altversion e2338892f59f
Name: resource-agents
Summary: Open Source HA Resource Agents for Red Hat Cluster
Version: 3.0.4
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/
@ -158,6 +158,14 @@ rm -rf %{buildroot}
/usr/lib/ocf/resource.d/heartbeat/ldirectord
%changelog
* 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
+ High: Trap sigterm for compatibility with the libnet version of send_arp
+ Medium: Bug - lf#2147: IPaddr2: behave if the interface is down
+ Medium: IPv6addr: recognize network masks properly
+ Medium: RA: VirtualDomain: avoid needlessly invoking "virsh define"
* Wed Oct 21 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.4-1
- New rgmanager resource agents upstream release

View File

@ -1,2 +1,2 @@
98088230632e65c63022923ae4a835f3 099c0e5d80db.tar.bz2
7d156727202fd969358a38810736be2a resource-agents-3.0.4.tar.gz
f93e29ce8b480de2f841ca6266bfd864 e2338892f59f.tar.bz2