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
This commit is contained in:
parent
919be29b6c
commit
77e9fd2b2c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bda8a5a7c869a8ab4a5fd24a7265d2325d42107c7f2b3ff0f136a9e39b6cecde
|
||||
size 600388
|
3
fence-agents-4.0.5.tar.xz
Normal file
3
fence-agents-4.0.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5efe07addf819c558e582a2dfbbf339360e0f006ce1c6998a6b597d385f52344
|
||||
size 613444
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user