From c77d26feb80963950826480c619db5ef0358fd218d5d1175dc0cd77d8277811c Mon Sep 17 00:00:00 2001 From: Kristoffer Gronlund Date: Sat, 11 Jan 2014 13:49:50 +0000 Subject: [PATCH] - Update to version 4.0.6 + support for Dell Drac MC was added to fence_drac5 + support for Tripplite PDU was added to fence_apc (thanks to Bogdan Dobrelya) + support for AMT was added as new fence agent fence_amt (thanks to Ondrej Mular) + support for identification of virtual machine using UUID was added to fence_virsh (thanks to Bogdan) + fence_ipmilan was ported from C to Python using standard fencing library (thanks to Ondrej) OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=7 --- fence-agents-4.0.5.tar.xz | 3 --- fence-agents-4.0.6.tar.xz | 3 +++ fence-agents.changes | 19 +++++++++++++++++++ fence-agents.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 fence-agents-4.0.5.tar.xz create mode 100644 fence-agents-4.0.6.tar.xz diff --git a/fence-agents-4.0.5.tar.xz b/fence-agents-4.0.5.tar.xz deleted file mode 100644 index c8145db..0000000 --- a/fence-agents-4.0.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5efe07addf819c558e582a2dfbbf339360e0f006ce1c6998a6b597d385f52344 -size 613444 diff --git a/fence-agents-4.0.6.tar.xz b/fence-agents-4.0.6.tar.xz new file mode 100644 index 0000000..2d4323f --- /dev/null +++ b/fence-agents-4.0.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b146a3850ad557b9f2179b3e03cedb658342f578c75ff5b6d27798f1abab86e6 +size 607724 diff --git a/fence-agents.changes b/fence-agents.changes index 5344e60..9b904d4 100644 --- a/fence-agents.changes +++ b/fence-agents.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Jan 11 13:48:04 UTC 2014 - kgronlund@suse.com + +- Update to version 4.0.6 + + + support for Dell Drac MC was added to fence_drac5 + + + support for Tripplite PDU was added to fence_apc + (thanks to Bogdan Dobrelya) + + + support for AMT was added as new fence agent fence_amt + (thanks to Ondrej Mular) + + + support for identification of virtual machine using UUID was + added to fence_virsh (thanks to Bogdan) + + + fence_ipmilan was ported from C to Python using standard + fencing library (thanks to Ondrej) + ------------------------------------------------------------------- Thu Oct 31 13:55:12 UTC 2013 - kgronlund@suse.com diff --git a/fence-agents.spec b/fence-agents.spec index 15d21a0..dce6f3d 100644 --- a/fence-agents.spec +++ b/fence-agents.spec @@ -1,7 +1,7 @@ # # spec file for package fence-agents # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ Name: fence-agents Summary: Fence Agents for Pacemaker from RHCS License: GPL-2.0 and LGPL-2.1 Group: Productivity/Clustering/HA -Version: 4.0.5 +Version: 4.0.6 Release: 0 Url: http://git.fedorahosted.org/git/fence-agents.git Source0: https://fedorahosted.org/releases/f/e/fence-agents/%{name}-%{version}.tar.xz