From 77e9fd2b2c1c67829d1e32b9488a8f51fcc682c8b36249b5248f40ff226f3be1 Mon Sep 17 00:00:00 2001 From: Kristoffer Gronlund Date: Thu, 31 Oct 2013 19:06:59 +0000 Subject: [PATCH] Accepting request 205386 from home:KGronlund:branches:network:ha-clustering:Factory Upgrade to 4.0.5 OBS-URL: https://build.opensuse.org/request/show/205386 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=5 --- fence-agents-4.0.3.tar.xz | 3 --- fence-agents-4.0.5.tar.xz | 3 +++ fence-agents.changes | 19 +++++++++++++++++++ fence-agents.spec | 30 ++++++++++++++++++------------ 4 files changed, 40 insertions(+), 15 deletions(-) delete mode 100644 fence-agents-4.0.3.tar.xz create mode 100644 fence-agents-4.0.5.tar.xz diff --git a/fence-agents-4.0.3.tar.xz b/fence-agents-4.0.3.tar.xz deleted file mode 100644 index 39b94d3..0000000 --- a/fence-agents-4.0.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bda8a5a7c869a8ab4a5fd24a7265d2325d42107c7f2b3ff0f136a9e39b6cecde -size 600388 diff --git a/fence-agents-4.0.5.tar.xz b/fence-agents-4.0.5.tar.xz new file mode 100644 index 0000000..c8145db --- /dev/null +++ b/fence-agents-4.0.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efe07addf819c558e582a2dfbbf339360e0f006ce1c6998a6b597d385f52344 +size 613444 diff --git a/fence-agents.changes b/fence-agents.changes index 67f18dc..5344e60 100644 --- a/fence-agents.changes +++ b/fence-agents.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Oct 31 13:55:12 UTC 2013 - kgronlund@suse.com + +- Update to version 4.0.5 + + + fence agent for RSB now works correctly also with newer + firmware + + + fence agent for WTI now supports not only port numbers but also + named port groups + + + fence agent for VMWare SOAP now report if user does not have + enough privileges + + + add a Relax NG for XML metadata of fence agents and require + them to be correct in order to build a fence agent + + + fix problems found thanks to previous Relax NG + ------------------------------------------------------------------- Mon Sep 9 08:37:08 UTC 2013 - ygao@suse.com diff --git a/fence-agents.spec b/fence-agents.spec index e0eae98..15d21a0 100644 --- a/fence-agents.spec +++ b/fence-agents.spec @@ -1,7 +1,7 @@ # # spec file for package fence-agents # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -20,39 +20,45 @@ Name: fence-agents Summary: Fence Agents for Pacemaker from RHCS -Version: 4.0.3 -Release: 0 License: GPL-2.0 and LGPL-2.1 Group: Productivity/Clustering/HA +Version: 4.0.5 +Release: 0 Url: http://git.fedorahosted.org/git/fence-agents.git Source0: https://fedorahosted.org/releases/f/e/fence-agents/%{name}-%{version}.tar.xz Patch1: fence-agents-add-longdesc.patch -Requires: python-pexpect Requires: python-curl Requires: python-openssl +Requires: python-pexpect BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: perl BuildRequires: glibc-devel +BuildRequires: libxml2-tools BuildRequires: libxslt -BuildRequires: python python-curl python-suds -BuildRequires: pkg-config python-xml xz -BuildRequires: mozilla-nspr-devel mozilla-nss-devel -BuildRequires: python-pexpect +BuildRequires: mozilla-nspr-devel +BuildRequires: mozilla-nss-devel +BuildRequires: perl BuildRequires: perl-Net-Telnet +BuildRequires: pkg-config +BuildRequires: python +BuildRequires: python-curl +BuildRequires: python-pexpect +BuildRequires: python-suds +BuildRequires: python-xml +BuildRequires: xz %package -n fence-agents-unsupported Summary: Fence Agents for Pacemaker from RHCS -License: GPL-2.0 and LGPL-2.1 Group: Productivity/Clustering/HA Requires: %{name} = %{version}-%{release} # These are requirements of specific fencing agents; when moving the # agent over to the supported main package, make sure to also shift the # Requires if needed -Requires: sg3_utils telnet Requires: net-snmp -Requires: perl-Net-Telnet Requires: openssh +Requires: perl-Net-Telnet +Requires: sg3_utils +Requires: telnet # for fence_vmware_soap: Requires: python-suds # This is required by fence_virsh. Per discussion on fedora-devel