|
|
d67cb5 |
###############################################################################
|
|
|
d67cb5 |
###############################################################################
|
|
|
d67cb5 |
##
|
|
|
d67cb5 |
## Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved.
|
|
|
d67cb5 |
##
|
|
|
d67cb5 |
## This copyrighted material is made available to anyone wishing to use,
|
|
|
d67cb5 |
## modify, copy, or redistribute it subject to the terms and conditions
|
|
|
d67cb5 |
## of the GNU General Public License v.2.
|
|
|
d67cb5 |
##
|
|
|
d67cb5 |
###############################################################################
|
|
|
d67cb5 |
###############################################################################
|
|
|
d67cb5 |
|
|
|
d67cb5 |
# keep around ready for later user
|
|
|
d67cb5 |
## global alphatag git0a6184070
|
|
|
d67cb5 |
|
|
|
554a6e |
%global bundled_lib_dir bundled
|
|
|
554a6e |
|
|
|
554a6e |
# google cloud
|
|
|
554a6e |
# python-google-api-client bundle
|
|
|
554a6e |
%global googleapiclient google-api-python-client
|
|
|
554a6e |
%global googleapiclient_version 1.6.3
|
|
|
554a6e |
%global googleapiclient_dir %{bundled_lib_dir}/gce/%{googleapiclient}
|
|
|
554a6e |
# python-oauth2client bundle
|
|
|
554a6e |
%global oauth2client oauth2client
|
|
|
554a6e |
%global oauth2client_version 4.0.0
|
|
|
554a6e |
%global oauth2client_dir %{bundled_lib_dir}/gce/%{oauth2client}
|
|
|
554a6e |
# python-httplib2 bundle
|
|
|
554a6e |
%global httplib2 httplib2
|
|
|
554a6e |
%global httplib2_version 0.9.1
|
|
|
554a6e |
%global httplib2_dir %{bundled_lib_dir}/gce/%{httplib2}
|
|
|
554a6e |
# python-fasteners bundle
|
|
|
554a6e |
%global fasteners fasteners
|
|
|
554a6e |
%global fasteners_version 0.9.0
|
|
|
554a6e |
%global fasteners_dir %{bundled_lib_dir}/gce/%{fasteners}
|
|
|
554a6e |
# python-keyring bundle
|
|
|
554a6e |
%global keyring keyring
|
|
|
554a6e |
%global keyring_version 5.0
|
|
|
554a6e |
%global keyring_dir %{bundled_lib_dir}/gce/%{keyring}
|
|
|
554a6e |
# python-gflags bundle
|
|
|
554a6e |
%global gflags gflags
|
|
|
554a6e |
%global gflags_version 2.0
|
|
|
554a6e |
%global gflags_dir %{bundled_lib_dir}/gce/%{gflags}
|
|
|
554a6e |
# python-uritemplate bundle
|
|
|
554a6e |
%global uritemplate uritemplate
|
|
|
554a6e |
%global uritemplate_version 3.0.0
|
|
|
554a6e |
%global uritemplate_dir %{bundled_lib_dir}/gce/%{uritemplate}
|
|
|
554a6e |
|
|
|
554a6e |
# alibaba
|
|
|
554a6e |
# python-pycryptodome bundle
|
|
|
554a6e |
%global pycryptodome pycryptodome
|
|
|
554a6e |
%global pycryptodome_version 3.6.4
|
|
|
554a6e |
%global pycryptodome_dir %{bundled_lib_dir}/aliyun/%{pycryptodome}
|
|
|
554a6e |
# python-aliyun-sdk-core bundle
|
|
|
554a6e |
%global aliyunsdkcore aliyun-python-sdk-core
|
|
|
554a6e |
%global aliyunsdkcore_version 2.8.5
|
|
|
554a6e |
%global aliyunsdkcore_dir %{bundled_lib_dir}/aliyun/%{aliyunsdkcore}
|
|
|
554a6e |
# python-aliyun-sdk-ecs bundle
|
|
|
554a6e |
%global aliyunsdkecs aliyun-python-sdk-ecs
|
|
|
554a6e |
%global aliyunsdkecs_version 4.9.3
|
|
|
554a6e |
%global aliyunsdkecs_dir %{bundled_lib_dir}/aliyun/%{aliyunsdkecs}
|
|
|
554a6e |
# python-aliyun-sdk-vpc bundle
|
|
|
554a6e |
%global aliyunsdkvpc aliyun-python-sdk-vpc
|
|
|
554a6e |
%global aliyunsdkvpc_version 3.0.2
|
|
|
554a6e |
%global aliyunsdkvpc_dir %{bundled_lib_dir}/aliyun/%{aliyunsdkvpc}
|
|
|
554a6e |
|
|
|
d67cb5 |
Name: fence-agents
|
|
|
d67cb5 |
Summary: Fence Agents for Red Hat Cluster
|
|
|
554a6e |
Version: 4.2.1
|
|
|
bbedc2 |
Release: 11%{?alphatag:.%{alphatag}}%{?dist}.7
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
035a21 |
URL: https://github.com/ClusterLabs/fence-agents
|
|
|
554a6e |
Source0: https://fedorahosted.org/releases/f/e/fence-agents/%{name}-%{version}.tar.gz
|
|
|
554a6e |
Source1: https://pypi.python.org/packages/16/00/a6913a2e6eb3d5b1cc3538c3492ccd2b39a6d79367432d46cea1ec74170d/%{googleapiclient}-%{googleapiclient_version}.tar.gz
|
|
|
554a6e |
Source2: https://github.com/google/%{oauth2client}/archive/v%{oauth2client_version}.tar.gz#/%{oauth2client}-%{oauth2client_version}.tar.gz
|
|
|
554a6e |
Source3: https://pypi.python.org/packages/source/h/%{httplib2}/%{httplib2}-%{httplib2_version}.tar.gz
|
|
|
554a6e |
Source4: https://codeload.github.com/harlowja/fasteners/tar.gz/%{fasteners_version}#/%{fasteners}-%{fasteners_version}.tar.gz
|
|
|
554a6e |
Source5: http://pypi.python.org/packages/source/k/keyring/%{keyring}-%{keyring_version}.zip
|
|
|
554a6e |
Source6: https://github.com/gflags/python-gflags/archive/python-%{gflags}-%{gflags_version}.tar.gz#/python-%{gflags}-%{gflags_version}.tar.gz
|
|
|
554a6e |
Source7: https://github.com/sigmavirus24/%{uritemplate}/archive/%{uritemplate_version}/%{uritemplate}-%{uritemplate_version}.tar.gz
|
|
|
554a6e |
Source8: %{pycryptodome}-%{pycryptodome_version}.tar.gz
|
|
|
554a6e |
Source9: %{aliyunsdkcore}-%{aliyunsdkcore_version}.tar.gz
|
|
|
554a6e |
Source10: %{aliyunsdkecs}-%{aliyunsdkecs_version}.tar.gz
|
|
|
554a6e |
Source11: %{aliyunsdkvpc}-%{aliyunsdkvpc_version}.tar.gz
|
|
|
554a6e |
Patch0: bz1579391-fence_impilan-fence_ilo_ssh-add-ilo5-support.patch
|
|
|
554a6e |
Patch1: bz1504202-fence_mpath-watchdog-support.patch
|
|
|
554a6e |
Patch2: bz1236395-1-fence_scsi-fence_scsi_check.pl-link.patch
|
|
|
554a6e |
Patch3: bz1236395-2-fence_ilo3-fence_ipmilan-show-correct-default-method.patch
|
|
|
554a6e |
Patch4: bz1549699-1-fence_evacuate-fix-evacuable-tag-mix-issue.patch
|
|
|
554a6e |
Patch5: bz1549699-2-fence_compute-fence_evacuate-fix-compute-domain.patch
|
|
|
554a6e |
Patch6: bz1568753-1-fence_gce-stackdriver-logging-default-method-cycle.patch
|
|
|
554a6e |
Patch7: bz1568753-2-fence_gce-filter-aggregatedlist.patch
|
|
|
554a6e |
Patch8: bz1568753-3-fence_gce-stackdriver-logging-note.patch
|
|
|
554a6e |
Patch9: bz1568742-1-fence_aliyun.patch
|
|
|
554a6e |
Patch10: bz1568742-2-fence_aliyun.patch
|
|
|
554a6e |
Patch11: bz1568742-3-fence_aliyun-logging.patch
|
|
|
554a6e |
Patch12: bz1568742-4-fence_aliyun-bundled.patch
|
|
|
554a6e |
Patch13: bz1236395-3-fix-version.patch
|
|
|
554a6e |
Patch14: bz1622229-1-fence_aliyun-list-instance-names.patch
|
|
|
554a6e |
Patch15: bz1622229-2-fence_aliyun-correct-help-indentation.patch
|
|
|
554a6e |
Patch16: bz1625164-fence_cisco_ucs-encode-POSTFIELDS.patch
|
|
|
a6b410 |
Patch17: bz1647522-fence_scsi-fix-incorrect-SCSI-key-node-ID-10-or-higher.patch
|
|
|
bbedc2 |
Patch18: bz1654172-1-fence_scsi-watchdog-retry-support.patch
|
|
|
bbedc2 |
Patch19: bz1654172-2-build-fix-check_used_options.patch
|
|
|
bbedc2 |
Patch20: bz1652115-fence_hpblade-fix-log_expect-syntax.patch
|
|
|
bbedc2 |
Patch21: bz1666848-1-fence_redfish.patch
|
|
|
bbedc2 |
Patch22: bz1666848-2-fence_redfish-fail-invalid-cert.patch
|
|
|
554a6e |
# bundle patches
|
|
|
554a6e |
Patch1000: bz1568753-4-fence_gce-bundled-libs.patch
|
|
|
554a6e |
Patch1001: bz1568753-5-%{oauth2client}-docs-build-fix.patch
|
|
|
554a6e |
Patch1002: bz1568753-6-%{oauth2client}-python-rsa-to-cryptography.patch
|
|
|
554a6e |
Patch1003: python-%{httplib2}.certfile.patch
|
|
|
554a6e |
Patch1004: python-%{httplib2}.getCertHost.patch
|
|
|
554a6e |
Patch1005: python-%{httplib2}.rfc2459.patch
|
|
|
554a6e |
Patch1006: python-%{httplib2}-0.9-proxy-http.patch
|
|
|
554a6e |
Patch1007: python-%{httplib2}-0.9-cve-2013-2037.patch
|
|
|
554a6e |
Patch1008: bz1568753-7-%{keyring}-fix-gnome-version-warning.patch
|
|
|
d67cb5 |
|
|
|
d67cb5 |
%if 0%{?rhel}
|
|
|
bbedc2 |
%global supportedagents amt_ws apc apc_snmp bladecenter brocade cisco_mds cisco_ucs compute drac5 eaton_snmp emerson eps evacuate hpblade ibmblade ifmib ilo ilo_moonshot ilo_mp ilo_ssh intelmodular ipdu ipmilan mpath kdump redfish rhevm rsa rsb sbd scsi vmware_rest vmware_soap wti
|
|
|
554a6e |
%ifarch x86_64
|
|
|
554a6e |
%global testagents virsh heuristics_ping aliyun aws azure_arm gce
|
|
|
554a6e |
%endif
|
|
|
217e50 |
%ifarch ppc64le
|
|
|
035a21 |
%global testagents virsh lpar heuristics_ping
|
|
|
217e50 |
%endif
|
|
|
3340af |
%ifarch s390x
|
|
|
035a21 |
%global testagents virsh zvm heuristics_ping
|
|
|
217e50 |
%endif
|
|
|
554a6e |
%ifnarch x86_64 ppc64le s390x
|
|
|
035a21 |
%global testagents virsh heuristics_ping
|
|
|
3340af |
%endif
|
|
|
554a6e |
|
|
|
bbedc2 |
%global allfenceagents fence-agents-amt-ws fence-agents-apc fence-agents-apc-snmp fence-agents-bladecenter fence-agents-brocade fence-agents-cisco-mds fence-agents-cisco-ucs fence-agents-compute fence-agents-drac5 fence-agents-eaton-snmp fence-agents-emerson fence-agents-eps fence-agents-heuristics-ping fence-agents-hpblade fence-agents-ibmblade fence-agents-ifmib fence-agents-ilo2 fence-agents-ilo-moonshot fence-agents-ilo-mp fence-agents-ilo-ssh fence-agents-intelmodular fence-agents-ipdu fence-agents-ipmilan fence-agents-mpath fence-agents-kdump fence-agents-redfish fence-agents-rhevm fence-agents-rsa fence-agents-rsb fence-agents-sbd fence-agents-scsi fence-agents-vmware-rest fence-agents-vmware-soap fence-agents-wti
|
|
|
d67cb5 |
%endif
|
|
|
d67cb5 |
|
|
|
d67cb5 |
## Setup/build bits
|
|
|
d67cb5 |
|
|
|
d67cb5 |
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|
|
d67cb5 |
|
|
|
d67cb5 |
# Build dependencies
|
|
|
d67cb5 |
BuildRequires: glibc-devel
|
|
|
182b9e |
BuildRequires: gnutls-utils
|
|
|
d67cb5 |
BuildRequires: libxslt
|
|
|
554a6e |
BuildRequires: python pexpect python-pycurl python-suds python-requests python-boto3
|
|
|
3340af |
BuildRequires: net-snmp-utils
|
|
|
3340af |
BuildRequires: autoconf automake libtool
|
|
|
035a21 |
BuildRequires: iputils
|
|
|
d67cb5 |
|
|
|
554a6e |
# python-google-api-client bundle
|
|
|
554a6e |
BuildRequires: python-devel >= 2.7
|
|
|
554a6e |
BuildRequires: python-setuptools
|
|
|
554a6e |
BuildRequires: python-six >= 1.6.1
|
|
|
554a6e |
|
|
|
d67cb5 |
%prep
|
|
|
d67cb5 |
%setup -q -n %{name}-%{version}
|
|
|
554a6e |
%patch0 -p1
|
|
|
554a6e |
%patch1 -p1
|
|
|
554a6e |
%patch2 -p1 -F2
|
|
|
554a6e |
%patch3 -p1
|
|
|
554a6e |
%patch4 -p1
|
|
|
554a6e |
%patch5 -p1
|
|
|
554a6e |
%patch6 -p1
|
|
|
554a6e |
%patch7 -p1
|
|
|
554a6e |
%patch8 -p1
|
|
|
554a6e |
%patch9 -p1
|
|
|
554a6e |
%patch10 -p1
|
|
|
554a6e |
%patch11 -p1
|
|
|
554a6e |
%patch12 -p1
|
|
|
554a6e |
%patch13 -p1
|
|
|
554a6e |
%patch14 -p1
|
|
|
554a6e |
%patch15 -p1
|
|
|
554a6e |
%patch16 -p1
|
|
|
a6b410 |
%patch17 -p1
|
|
|
bbedc2 |
%patch18 -p1
|
|
|
bbedc2 |
%patch19 -p1
|
|
|
bbedc2 |
%patch20 -p1
|
|
|
bbedc2 |
%patch21 -p1
|
|
|
bbedc2 |
%patch22 -p1
|
|
|
554a6e |
|
|
|
554a6e |
%ifarch x86_64
|
|
|
554a6e |
# bundles
|
|
|
554a6e |
mkdir -p %{bundled_lib_dir}/aliyun
|
|
|
554a6e |
mkdir -p %{bundled_lib_dir}/gce
|
|
|
554a6e |
|
|
|
554a6e |
# python-google-api-client bundle
|
|
|
554a6e |
tar -xzf %SOURCE1 -C %{bundled_lib_dir}
|
|
|
554a6e |
mv %{bundled_lib_dir}/%{googleapiclient}-%{googleapiclient_version} %{googleapiclient_dir}
|
|
|
554a6e |
cp %{googleapiclient_dir}/LICENSE %{googleapiclient}_LICENSE
|
|
|
554a6e |
|
|
|
554a6e |
# python-oauth2client bundle
|
|
|
554a6e |
tar -xzf %SOURCE2 -C %{bundled_lib_dir}
|
|
|
554a6e |
mv %{bundled_lib_dir}/%{oauth2client}-%{oauth2client_version} %{oauth2client_dir}
|
|
|
554a6e |
cp %{oauth2client_dir}/LICENSE %{oauth2client}_LICENSE
|
|
|
554a6e |
cp %{oauth2client_dir}/README.md %{oauth2client}_README.md
|
|
|
554a6e |
|
|
|
554a6e |
# python-httplib2 bundle
|
|
|
554a6e |
tar -xzf %SOURCE3 -C %{bundled_lib_dir}
|
|
|
554a6e |
mv %{bundled_lib_dir}/%{httplib2}-%{httplib2_version} %{httplib2_dir}
|
|
|
554a6e |
|
|
|
554a6e |
# python-fasteners bundle
|
|
|
554a6e |
tar -xzf %SOURCE4 -C %{bundled_lib_dir}
|
|
|
554a6e |
mv %{bundled_lib_dir}/%{fasteners}-%{fasteners_version} %{fasteners_dir}
|
|
|
554a6e |
cp %{fasteners_dir}/LICENSE %{fasteners}_LICENSE
|
|
|
554a6e |
cp %{fasteners_dir}/README.rst %{fasteners}_README.rst
|
|
|
554a6e |
|
|
|
554a6e |
# python-keyring bundle
|
|
|
554a6e |
unzip %SOURCE5 -d %{bundled_lib_dir}
|
|
|
554a6e |
mv %{bundled_lib_dir}/%{keyring}-%{keyring_version} %{keyring_dir}
|
|
|
554a6e |
cp %{keyring_dir}/README.rst %{keyring}_README.rst
|
|
|
554a6e |
|
|
|
554a6e |
# python-gflags bundle
|
|
|
554a6e |
tar -xzf %SOURCE6 -C %{bundled_lib_dir}
|
|
|
554a6e |
mv %{bundled_lib_dir}/python-%{gflags}-%{gflags_version} %{gflags_dir}
|
|
|
554a6e |
cp %{gflags_dir}/README %{gflags}_README
|
|
|
554a6e |
|
|
|
554a6e |
# python-uritemplate bundle
|
|
|
554a6e |
tar -xzf %SOURCE7 -C %{bundled_lib_dir}
|
|
|
554a6e |
mv %{bundled_lib_dir}/%{uritemplate}-%{uritemplate_version} %{uritemplate_dir}
|
|
|
554a6e |
cp %{uritemplate_dir}/LICENSE %{uritemplate}_LICENSE
|
|
|
554a6e |
cp %{uritemplate_dir}/LICENSE.APACHE %{uritemplate}_LICENSE.APACHE
|
|
|
554a6e |
cp %{uritemplate_dir}/LICENSE.BSD %{uritemplate}_LICENSE.BSD
|
|
|
554a6e |
cp %{uritemplate_dir}/README.rst %{uritemplate}_README.rst
|
|
|
554a6e |
|
|
|
554a6e |
# python-pycryptodome bundle
|
|
|
554a6e |
tar -xzf %SOURCE8 -C %{bundled_lib_dir}
|
|
|
554a6e |
mv %{bundled_lib_dir}/%{pycryptodome}-%{pycryptodome_version} %{pycryptodome_dir}
|
|
|
554a6e |
cp %{pycryptodome_dir}/README.rst %{pycryptodome}_README.rst
|
|
|
554a6e |
cp %{pycryptodome_dir}/LICENSE.rst %{pycryptodome}_LICENSE.rst
|
|
|
554a6e |
|
|
|
554a6e |
# python-aliyun-sdk-core bundle
|
|
|
554a6e |
tar -xzf %SOURCE9 -C %{bundled_lib_dir}
|
|
|
554a6e |
mv %{bundled_lib_dir}/%{aliyunsdkcore}-%{aliyunsdkcore_version} %{aliyunsdkcore_dir}
|
|
|
554a6e |
cp %{aliyunsdkcore_dir}/README.rst %{aliyunsdkcore}_README.rst
|
|
|
554a6e |
|
|
|
554a6e |
# python-aliyun-sdk-ecs bundle
|
|
|
554a6e |
tar -xzf %SOURCE10 -C %{bundled_lib_dir}
|
|
|
554a6e |
mv %{bundled_lib_dir}/%{aliyunsdkecs}-%{aliyunsdkecs_version} %{aliyunsdkecs_dir}
|
|
|
554a6e |
cp %{aliyunsdkecs_dir}/README.rst %{aliyunsdkecs}_README.rst
|
|
|
554a6e |
|
|
|
554a6e |
# python-aliyun-sdk-vpc bundle
|
|
|
554a6e |
tar -xzf %SOURCE11 -C %{bundled_lib_dir}
|
|
|
554a6e |
mv %{bundled_lib_dir}/%{aliyunsdkvpc}-%{aliyunsdkvpc_version} %{aliyunsdkvpc_dir}
|
|
|
554a6e |
cp %{aliyunsdkvpc_dir}/README.rst %{aliyunsdkvpc}_README.rst
|
|
|
554a6e |
|
|
|
554a6e |
# fence_gce: append bundled-directory to search path
|
|
|
554a6e |
%patch1000 -p1
|
|
|
554a6e |
|
|
|
554a6e |
# python-google-api-client bundle
|
|
|
554a6e |
pushd %{googleapiclient_dir}
|
|
|
554a6e |
# remove egg info
|
|
|
554a6e |
rm -rf google_api_python_client.egg-info
|
|
|
554a6e |
# remove shebang without touching timestamp
|
|
|
554a6e |
for lib in googleapiclient/*.py; do
|
|
|
554a6e |
sed '1{\@^#!/usr/bin/python@d}' $lib > $lib.new &&
|
|
|
554a6e |
touch -r $lib $lib.new &&
|
|
|
554a6e |
mv $lib.new $lib
|
|
|
554a6e |
done
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-oauth2client bundle
|
|
|
554a6e |
pushd %{oauth2client_dir}
|
|
|
554a6e |
%patch1001 -p1 -b .doc
|
|
|
554a6e |
# replace python-rsa with python-cryptography
|
|
|
554a6e |
%patch1002 -p1
|
|
|
554a6e |
|
|
|
554a6e |
# Remove the version constraint on httplib2. From reading upstream's git log,
|
|
|
554a6e |
# it seems the only reason they require a new version is to force python3
|
|
|
554a6e |
# support. That doesn't affect us on EPEL7, so we can loosen the constraint.
|
|
|
554a6e |
sed -i 's/httplib2>=0.9.1/httplib2/' setup.py
|
|
|
554a6e |
|
|
|
554a6e |
# We do not have the package for google.appengine support
|
|
|
554a6e |
# This is removed because it breaks the docs build otherwise
|
|
|
554a6e |
rm -f docs/source/oauth2client.contrib.appengine.rst oauth2client/appengine.py
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-httplib2 bundle
|
|
|
554a6e |
pushd %{httplib2_dir}
|
|
|
554a6e |
%patch1003 -p1
|
|
|
554a6e |
%patch1004 -p1
|
|
|
554a6e |
%patch1005 -p1
|
|
|
554a6e |
%patch1006 -p1
|
|
|
554a6e |
%patch1007 -p1
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-keyring bundle
|
|
|
554a6e |
pushd %{keyring_dir}
|
|
|
554a6e |
%patch1008 -p1
|
|
|
554a6e |
rm -frv keyring.egg-info
|
|
|
554a6e |
# Drop redundant shebangs.
|
|
|
554a6e |
sed -i '1{\@^#!/usr/bin/env python@d}' keyring/cli.py
|
|
|
554a6e |
# Drop slags from upstream of using his own versioning system.
|
|
|
554a6e |
sed -i -e "\@use_vcs_version@s/^.*$/\tversion = \"%{version}\",/g" \
|
|
|
554a6e |
-e "/'hgtools'/d" setup.py
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-gflags bundle
|
|
|
554a6e |
pushd %{gflags_dir}
|
|
|
554a6e |
sed -i '1s|^#!/usr/bin/env python$|#!%{__python2}|' gflags2man.py
|
|
|
554a6e |
sed -i '/^#!\/usr\/bin\/env python$/,+1 d' gflags*.py
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-uritemplate bundle
|
|
|
554a6e |
pushd %{uritemplate_dir}
|
|
|
554a6e |
# remove egg info
|
|
|
554a6e |
rm -rf uritemplate.egg-info
|
|
|
554a6e |
popd
|
|
|
554a6e |
%endif
|
|
|
d67cb5 |
|
|
|
d67cb5 |
%build
|
|
|
3340af |
./autogen.sh
|
|
|
d67cb5 |
%{configure} --with-agents='%{supportedagents} %{testagents}'
|
|
|
d67cb5 |
CFLAGS="$(echo '%{optflags}')" make %{_smp_mflags}
|
|
|
d67cb5 |
|
|
|
554a6e |
%ifarch x86_64
|
|
|
554a6e |
# python-google-api-client bundle
|
|
|
554a6e |
pushd %{googleapiclient_dir}
|
|
|
554a6e |
%{__python2} setup.py build
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-oauth2client bundle
|
|
|
554a6e |
pushd %{oauth2client_dir}
|
|
|
554a6e |
%{__python2} setup.py build
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-httplib2 bundle
|
|
|
554a6e |
pushd %{httplib2_dir}
|
|
|
554a6e |
%{__python2} setup.py build
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-fasteners bundle
|
|
|
554a6e |
pushd %{fasteners_dir}
|
|
|
554a6e |
%{__python2} setup.py build
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-keyring bundle
|
|
|
554a6e |
pushd %{keyring_dir}
|
|
|
554a6e |
%{__python2} setup.py build
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-gflags bundle
|
|
|
554a6e |
pushd %{gflags_dir}
|
|
|
554a6e |
%{__python2} setup.py build
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-uritemplate bundle
|
|
|
554a6e |
pushd %{uritemplate_dir}
|
|
|
554a6e |
%{__python2} setup.py build
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-pycryptodome bundle
|
|
|
554a6e |
pushd %{pycryptodome_dir}
|
|
|
554a6e |
%{__python2} setup.py build
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-aliyun-sdk-core bundle
|
|
|
554a6e |
pushd %{aliyunsdkcore_dir}
|
|
|
554a6e |
%{__python2} setup.py build
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-aliyun-sdk-ecs bundle
|
|
|
554a6e |
pushd %{aliyunsdkecs_dir}
|
|
|
554a6e |
%{__python2} setup.py build
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-aliyun-sdk-vpc bundle
|
|
|
554a6e |
pushd %{aliyunsdkvpc_dir}
|
|
|
554a6e |
%{__python2} setup.py build
|
|
|
554a6e |
popd
|
|
|
554a6e |
%endif
|
|
|
554a6e |
|
|
|
d67cb5 |
%install
|
|
|
d67cb5 |
rm -rf %{buildroot}
|
|
|
d67cb5 |
make install DESTDIR=%{buildroot}
|
|
|
d67cb5 |
|
|
|
554a6e |
%ifarch x86_64
|
|
|
554a6e |
# python-google-api-client bundle
|
|
|
554a6e |
pushd %{googleapiclient_dir}
|
|
|
554a6e |
%{__python2} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/fence-agents/%{bundled_lib_dir}/gce
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-oauth2client bundle
|
|
|
554a6e |
pushd %{oauth2client_dir}
|
|
|
554a6e |
%{__python2} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/fence-agents/%{bundled_lib_dir}/gce
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-httplib2 bundle
|
|
|
554a6e |
pushd %{httplib2_dir}
|
|
|
554a6e |
%{__python2} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/fence-agents/%{bundled_lib_dir}/gce
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-fasteners bundle
|
|
|
554a6e |
pushd %{fasteners_dir}
|
|
|
554a6e |
%{__python2} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/fence-agents/%{bundled_lib_dir}/gce
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-keyring bundle
|
|
|
554a6e |
pushd %{keyring_dir}
|
|
|
554a6e |
%{__python2} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/fence-agents/%{bundled_lib_dir}/gce
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-gflags bundle
|
|
|
554a6e |
pushd %{gflags_dir}
|
|
|
554a6e |
%{__python2} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/fence-agents/%{bundled_lib_dir}/gce
|
|
|
554a6e |
mv %{buildroot}%{_bindir}/gflags2man.py %{buildroot}%{_bindir}/gflags2man
|
|
|
554a6e |
chmod +x %{buildroot}%{_bindir}/gflags2man
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-uritemplate bundle
|
|
|
554a6e |
pushd %{uritemplate_dir}
|
|
|
554a6e |
%{__python2} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/fence-agents/%{bundled_lib_dir}/gce
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-pycryptodome bundle
|
|
|
554a6e |
pushd %{pycryptodome_dir}
|
|
|
554a6e |
%{__python2} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/fence-agents/%{bundled_lib_dir}/aliyun
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-aliyun-sdk-core bundle
|
|
|
554a6e |
pushd %{aliyunsdkcore_dir}
|
|
|
554a6e |
%{__python2} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/fence-agents/%{bundled_lib_dir}/aliyun
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-aliyun-sdk-ecs bundle
|
|
|
554a6e |
pushd %{aliyunsdkecs_dir}
|
|
|
554a6e |
%{__python2} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/fence-agents/%{bundled_lib_dir}/aliyun
|
|
|
554a6e |
popd
|
|
|
554a6e |
|
|
|
554a6e |
# python-aliyun-sdk-vpc bundle
|
|
|
554a6e |
pushd %{aliyunsdkvpc_dir}
|
|
|
554a6e |
%{__python2} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/fence-agents/%{bundled_lib_dir}/aliyun
|
|
|
554a6e |
popd
|
|
|
554a6e |
%endif
|
|
|
554a6e |
|
|
|
d67cb5 |
## tree fix up
|
|
|
d67cb5 |
# remove docs
|
|
|
d67cb5 |
rm -rf %{buildroot}/usr/share/doc/fence-agents
|
|
|
d67cb5 |
|
|
|
d67cb5 |
%clean
|
|
|
d67cb5 |
rm -rf %{buildroot}
|
|
|
d67cb5 |
|
|
|
d67cb5 |
%description
|
|
|
d67cb5 |
Red Hat Fence Agents is a collection of scripts to handle remote
|
|
|
d67cb5 |
power management for several devices.
|
|
|
d67cb5 |
|
|
|
d67cb5 |
%package common
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Common utilities for fence agents
|
|
|
035a21 |
Requires: python pexpect python-pycurl policycoreutils-python selinux-policy-targeted
|
|
|
d67cb5 |
%description common
|
|
|
d67cb5 |
Red Hat Fence Agents is a collection of scripts and libraries to handle remote power management for various devices.
|
|
|
217e50 |
%post common
|
|
|
217e50 |
/usr/sbin/semanage boolean -S targeted -N -m --on fenced_can_ssh
|
|
|
217e50 |
/usr/sbin/semanage boolean -S targeted -N -m --on fenced_can_network_connect
|
|
|
d67cb5 |
%files common
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%doc doc/COPYING.* doc/COPYRIGHT doc/README.licence
|
|
|
d67cb5 |
%{_datadir}/fence
|
|
|
d67cb5 |
%{_datadir}/cluster
|
|
|
554a6e |
%exclude %{_datadir}/cluster/fence_mpath_check*
|
|
|
035a21 |
%exclude %{_datadir}/cluster/fence_scsi_check*
|
|
|
554a6e |
%exclude %{_sbindir}/fence_tripplite_snmp
|
|
|
554a6e |
%exclude %{_mandir}/man8/fence_tripplite_snmp.8.gz
|
|
|
d67cb5 |
|
|
|
d67cb5 |
%package all
|
|
|
554a6e |
License: GPLv2+ and LGPLv2+ and ASL 2.0
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agents
|
|
|
035a21 |
Requires: %(echo "%{allfenceagents}" | sed "s/\( \|$\)/ >= %{version}-%{release}\1/g")
|
|
|
182b9e |
%ifarch i686 x86_64
|
|
|
182b9e |
Requires: fence-virt
|
|
|
182b9e |
%endif
|
|
|
217e50 |
%ifarch ppc64le
|
|
|
035a21 |
Requires: fence-agents-lpar >= %{version}-%{release}
|
|
|
217e50 |
%endif
|
|
|
217e50 |
%ifarch s390x
|
|
|
035a21 |
Requires: fence-agents-zvm >= %{version}-%{release}
|
|
|
217e50 |
%endif
|
|
|
d67cb5 |
Provides: fence-agents = %{version}-%{release}
|
|
|
d67cb5 |
Obsoletes: fence-agents < 3.1.13
|
|
|
d67cb5 |
%description all
|
|
|
d67cb5 |
Red Hat Fence Agents is a collection of all supported fence agents.
|
|
|
d67cb5 |
%files all
|
|
|
d67cb5 |
|
|
|
554a6e |
%ifarch x86_64
|
|
|
554a6e |
%package aliyun
|
|
|
554a6e |
License: GPLv2+ and LGPLv2+ and ASL 2.0 and BSD and MIT
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
554a6e |
Summary: Fence agent for Alibaba Cloud (Aliyun)
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
554a6e |
# python-pycryptodome bundle
|
|
|
554a6e |
Provides: bundled(python-%{pycryptodome}) = %{pycryptodome_version}
|
|
|
554a6e |
# python-aliyun-sdk-core bundle
|
|
|
554a6e |
Provides: bundled(python-aliyun-sdk-core) = %{aliyunsdkcore_version}
|
|
|
554a6e |
# python-aliyun-sdk-ecs bundle
|
|
|
554a6e |
Provides: bundled(python-aliyun-sdk-ecs) = %{aliyunsdkecs_version}
|
|
|
554a6e |
# python-aliyun-sdk-vpc bundle
|
|
|
554a6e |
Provides: bundled(python-aliyun-sdk-vpc) = %{aliyunsdkvpc_version}
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
554a6e |
%description aliyun
|
|
|
554a6e |
The fence-agents-aliyun package contains a fence agent for Alibaba Cloud (Aliyun) instances.
|
|
|
554a6e |
%files aliyun
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
554a6e |
# bundled libraries
|
|
|
554a6e |
%doc pycryptodome_README.rst aliyun*_README*
|
|
|
554a6e |
%license pycryptodome_LICENSE.rst
|
|
|
554a6e |
%{_sbindir}/fence_aliyun
|
|
|
554a6e |
%{_mandir}/man8/fence_aliyun.8*
|
|
|
554a6e |
# bundled libraries
|
|
|
554a6e |
/usr/lib/fence-agents/%{bundled_lib_dir}/aliyun
|
|
|
d67cb5 |
%endif
|
|
|
d67cb5 |
|
|
|
035a21 |
%package amt-ws
|
|
|
035a21 |
License: ASL 2.0
|
|
|
035a21 |
Group: System Environment/Base
|
|
|
035a21 |
Summary: Fence agent for AMT (WS-Man) devices
|
|
|
035a21 |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
035a21 |
Requires: openwsman-python >= 2.6.3-1.git4391e5c.el7
|
|
|
035a21 |
Obsoletes: fence-agents
|
|
|
035a21 |
%description amt-ws
|
|
|
035a21 |
The fence-agents-amt-ws package contains a fence agent for AMT (WS-Man) devices.
|
|
|
035a21 |
%files amt-ws
|
|
|
035a21 |
%defattr(-,root,root,-)
|
|
|
035a21 |
%{_sbindir}/fence_amt_ws
|
|
|
035a21 |
%{_mandir}/man8/fence_amt_ws.8*
|
|
|
035a21 |
|
|
|
d67cb5 |
%package apc
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for APC devices
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
182b9e |
Requires: telnet openssh-clients
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description apc
|
|
|
d67cb5 |
The fence-agents-apc package contains a fence agent for APC devices that are accessed via telnet or SSH.
|
|
|
d67cb5 |
%files apc
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_apc
|
|
|
d67cb5 |
%{_mandir}/man8/fence_apc.8*
|
|
|
d67cb5 |
|
|
|
d67cb5 |
%package apc-snmp
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for APC devices (SNMP)
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
182b9e |
Requires: net-snmp-utils
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description apc-snmp
|
|
|
d67cb5 |
The fence-agents-apc-snmp package contains a fence agent for APC devices that are accessed via the SNMP protocol.
|
|
|
d67cb5 |
%files apc-snmp
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_apc_snmp
|
|
|
d67cb5 |
%{_mandir}/man8/fence_apc_snmp.8*
|
|
|
d67cb5 |
|
|
|
554a6e |
%ifarch x86_64
|
|
|
035a21 |
%package aws
|
|
|
035a21 |
License: GPLv2+ and LGPLv2+
|
|
|
035a21 |
Group: System Environment/Base
|
|
|
035a21 |
Summary: Fence agent for Amazon AWS
|
|
|
035a21 |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
035a21 |
Requires: python-boto3
|
|
|
035a21 |
Obsoletes: fence-agents
|
|
|
035a21 |
%description aws
|
|
|
035a21 |
The fence-agents-aws package contains a fence agent for Amazon AWS instances.
|
|
|
035a21 |
%files aws
|
|
|
035a21 |
%defattr(-,root,root,-)
|
|
|
035a21 |
%{_sbindir}/fence_aws
|
|
|
035a21 |
%{_mandir}/man8/fence_aws.8*
|
|
|
554a6e |
%endif
|
|
|
035a21 |
|
|
|
554a6e |
%ifarch x86_64
|
|
|
035a21 |
%package azure-arm
|
|
|
035a21 |
License: GPLv2+ and LGPLv2+
|
|
|
035a21 |
Group: System Environment/Base
|
|
|
035a21 |
Summary: Fence agent for Azure Resource Manager
|
|
|
035a21 |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
035a21 |
Requires: python-azure-sdk
|
|
|
035a21 |
Obsoletes: fence-agents
|
|
|
035a21 |
%description azure-arm
|
|
|
035a21 |
The fence-agents-azure-arm package contains a fence agent for Azure instances.
|
|
|
035a21 |
%files azure-arm
|
|
|
035a21 |
%defattr(-,root,root,-)
|
|
|
035a21 |
%{_sbindir}/fence_azure_arm
|
|
|
035a21 |
%{_mandir}/man8/fence_azure_arm.8*
|
|
|
3fe01d |
%{_datadir}/fence/azure_fence.py
|
|
|
554a6e |
%endif
|
|
|
035a21 |
|
|
|
d67cb5 |
%package bladecenter
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for IBM BladeCenter
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
182b9e |
Requires: telnet openssh-clients
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description bladecenter
|
|
|
d67cb5 |
The fence-agents-bladecenter package contains a fence agent for IBM BladeCenter devices that are accessed via telnet or SSH.
|
|
|
d67cb5 |
%files bladecenter
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_bladecenter
|
|
|
d67cb5 |
%{_mandir}/man8/fence_bladecenter.8*
|
|
|
d67cb5 |
|
|
|
d67cb5 |
%package brocade
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for HP Brocade
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
182b9e |
Requires: telnet openssh-clients
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description brocade
|
|
|
d67cb5 |
The fence-agents-brocade package contains a fence agent for HP Brocade devices that are accessed via telnet or SSH.
|
|
|
d67cb5 |
%files brocade
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_brocade
|
|
|
d67cb5 |
%{_mandir}/man8/fence_brocade.8*
|
|
|
d67cb5 |
|
|
|
d67cb5 |
%package cisco-mds
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for Cisco MDS 9000 series
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
182b9e |
Requires: net-snmp-utils
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description cisco-mds
|
|
|
d67cb5 |
The fence-agents-cisco-mds package contains a fence agent for Cisco MDS 9000 series devices that are accessed via the SNMP protocol.
|
|
|
d67cb5 |
%files cisco-mds
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_cisco_mds
|
|
|
d67cb5 |
%{_mandir}/man8/fence_cisco_mds.8*
|
|
|
d67cb5 |
|
|
|
d67cb5 |
%package cisco-ucs
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for Cisco UCS series
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description cisco-ucs
|
|
|
d67cb5 |
The fence-agents-cisco-ucs package contains a fence agent for Cisco UCS series devices that are accessed via the SNMP protocol.
|
|
|
d67cb5 |
%files cisco-ucs
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_cisco_ucs
|
|
|
d67cb5 |
%{_mandir}/man8/fence_cisco_ucs.8*
|
|
|
d67cb5 |
|
|
|
02611b |
%package compute
|
|
|
02611b |
License: GPLv2+ and LGPLv2+
|
|
|
02611b |
Group: System Environment/Base
|
|
|
02611b |
Summary: Fence agent for Nova compute nodes
|
|
|
02611b |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
02611b |
Requires: python-requests
|
|
|
02611b |
Obsoletes: fence-agents
|
|
|
02611b |
%description compute
|
|
|
02611b |
The fence-agents-compute package contains a fence agent for Nova compute nodes.
|
|
|
02611b |
%files compute
|
|
|
02611b |
%defattr(-,root,root,-)
|
|
|
02611b |
%{_sbindir}/fence_compute
|
|
|
08923a |
%{_sbindir}/fence_evacuate
|
|
|
02611b |
%{_mandir}/man8/fence_compute.8*
|
|
|
08923a |
%{_mandir}/man8/fence_evacuate.8*
|
|
|
02611b |
|
|
|
d67cb5 |
%package drac5
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for Dell DRAC 5
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
182b9e |
Requires: telnet openssh-clients
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description drac5
|
|
|
d67cb5 |
The fence-agents-drac5 package contains a fence agent for Dell DRAC 5 series devices that are accessed via telnet or SSH.
|
|
|
d67cb5 |
%files drac5
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_drac5
|
|
|
d67cb5 |
%{_mandir}/man8/fence_drac5.8*
|
|
|
d67cb5 |
|
|
|
d67cb5 |
%package eaton-snmp
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for Eaton network power switches
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
182b9e |
Requires: net-snmp-utils
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description eaton-snmp
|
|
|
d67cb5 |
The fence-agents-eaton-snmp package contains a fence agent for Eaton network power switches that are accessed via the SNMP protocol.
|
|
|
d67cb5 |
%files eaton-snmp
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_eaton_snmp
|
|
|
d67cb5 |
%{_mandir}/man8/fence_eaton_snmp.8*
|
|
|
d67cb5 |
|
|
|
44709c |
%package emerson
|
|
|
44709c |
License: GPLv2+ and LGPLv2+
|
|
|
44709c |
Group: System Environment/Base
|
|
|
44709c |
Summary: Fence agent for Emerson devices (SNMP)
|
|
|
44709c |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
44709c |
Obsoletes: fence-agents
|
|
|
44709c |
%description emerson
|
|
|
44709c |
The fence-agents-emerson package contains a fence agent for Emerson devices that are accessed via the SNMP protocol.
|
|
|
44709c |
%files emerson
|
|
|
44709c |
%defattr(-,root,root,-)
|
|
|
44709c |
%{_sbindir}/fence_emerson
|
|
|
44709c |
%{_mandir}/man8/fence_emerson.8*
|
|
|
44709c |
|
|
|
d67cb5 |
%package eps
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for ePowerSwitch 8M+ power switches
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description eps
|
|
|
d67cb5 |
The fence-agents-eps package contains a fence agent for ePowerSwitch 8M+ power switches that are accessed via the HTTP(s) protocol.
|
|
|
d67cb5 |
%files eps
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_eps
|
|
|
d67cb5 |
%{_mandir}/man8/fence_eps.8*
|
|
|
d67cb5 |
|
|
|
554a6e |
%ifarch x86_64
|
|
|
554a6e |
%package gce
|
|
|
554a6e |
License: GPLv2+ and LGPLv2+ and ASL 2.0 and BSD and MIT
|
|
|
554a6e |
Group: System Environment/Base
|
|
|
554a6e |
Summary: Fence agent for GCE (Google Cloud Engine)
|
|
|
554a6e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
554a6e |
Requires: python-cryptography >= 1.7.2
|
|
|
554a6e |
# python-google-api-client bundle
|
|
|
554a6e |
Provides: bundled(python-google-api-client) = %{googleapiclient_version}
|
|
|
554a6e |
# python-oauth2client bundle
|
|
|
554a6e |
Provides: bundled(python-%{oauth2client}) = %{oauth2client_version}
|
|
|
554a6e |
# python-httplib2 bundle
|
|
|
554a6e |
Provides: bundled(python-%{httplib2}) = %{httplib2_version}
|
|
|
554a6e |
# python-fasteners bundle
|
|
|
554a6e |
Provides: bundled(python-%{fasteners}) = %{fasteners_version}
|
|
|
554a6e |
# python-keyring bundle
|
|
|
554a6e |
Provides: bundled(python-%{keyring}) = %{keyring_version}
|
|
|
554a6e |
# python-uritemplate bundle
|
|
|
554a6e |
Provides: bundled(python-%{uritemplate}) = %{uritemplate_version}
|
|
|
554a6e |
Obsoletes: fence-agents
|
|
|
554a6e |
%description gce
|
|
|
554a6e |
The fence-agents-gce package contains a fence agent for GCE (Google Cloud Engine) instances.
|
|
|
554a6e |
%files gce
|
|
|
554a6e |
%defattr(-,root,root,-)
|
|
|
554a6e |
# bundled libraries
|
|
|
554a6e |
%doc %{oauth2client}_README.md %{fasteners}_README.rst %{keyring}_README.rst %{gflags}_README %{uritemplate}_README.rst
|
|
|
554a6e |
%license %{googleapiclient}_LICENSE %{oauth2client}_LICENSE %{fasteners}_LICENSE %{uritemplate}_LICENSE*
|
|
|
554a6e |
%{_sbindir}/fence_gce
|
|
|
554a6e |
%{_mandir}/man8/fence_gce.8*
|
|
|
554a6e |
# bundled libraries
|
|
|
554a6e |
/usr/lib/fence-agents/%{bundled_lib_dir}/gce
|
|
|
554a6e |
%exclude %{_bindir}/keyring
|
|
|
554a6e |
%exclude %{_bindir}/gflags2man
|
|
|
554a6e |
%endif
|
|
|
554a6e |
|
|
|
035a21 |
%package heuristics-ping
|
|
|
035a21 |
License: GPLv2+ and LGPLv2+
|
|
|
035a21 |
Group: System Environment/Base
|
|
|
035a21 |
Summary: Fence agent used to control other fence agents based on ping-heuristics
|
|
|
035a21 |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
035a21 |
Obsoletes: fence-agents
|
|
|
035a21 |
%description heuristics-ping
|
|
|
035a21 |
|
|
|
035a21 |
The fence-agents-heuristics-ping package contains fence agent used to control other fence agents based on ping-heuristics
|
|
|
035a21 |
%files heuristics-ping
|
|
|
035a21 |
%defattr(-,root,root,-)
|
|
|
035a21 |
%{_sbindir}/fence_heuristics_ping
|
|
|
035a21 |
%{_mandir}/man8/fence_heuristics_ping.8*
|
|
|
035a21 |
|
|
|
d67cb5 |
%package hpblade
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for HP BladeSystem devices
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
182b9e |
Requires: telnet openssh-clients
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description hpblade
|
|
|
d67cb5 |
The fence-agents-hpblade package contains a fence agent for HP BladeSystem devices that are accessed via telnet or SSH.
|
|
|
d67cb5 |
%files hpblade
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_hpblade
|
|
|
d67cb5 |
%{_mandir}/man8/fence_hpblade.8*
|
|
|
d67cb5 |
|
|
|
d67cb5 |
%package ibmblade
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for IBM BladeCenter
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
182b9e |
Requires: net-snmp-utils
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description ibmblade
|
|
|
d67cb5 |
The fence-agents-ibmblade package contains a fence agent for IBM BladeCenter devices that are accessed via the SNMP protocol.
|
|
|
d67cb5 |
%files ibmblade
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_ibmblade
|
|
|
d67cb5 |
%{_mandir}/man8/fence_ibmblade.8*
|
|
|
d67cb5 |
|
|
|
d67cb5 |
%package ifmib
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for devices with IF-MIB interfaces
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
182b9e |
Requires: net-snmp-utils
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description ifmib
|
|
|
d67cb5 |
The fence-agents-ifmib package contains a fence agent for IF-MIB interfaces that are accessed via the SNMP protocol.
|
|
|
d67cb5 |
%files ifmib
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_ifmib
|
|
|
d67cb5 |
%{_mandir}/man8/fence_ifmib.8*
|
|
|
d67cb5 |
|
|
|
d67cb5 |
%package ilo2
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for HP iLO2 devices
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
182b9e |
Requires: gnutls-utils
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description ilo2
|
|
|
d67cb5 |
The fence-agents-ilo2 package contains a fence agent for HP iLO2 devices that are accessed via the HTTP(s) protocol.
|
|
|
d67cb5 |
%files ilo2
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_ilo
|
|
|
d67cb5 |
%{_sbindir}/fence_ilo2
|
|
|
d67cb5 |
%{_mandir}/man8/fence_ilo.8*
|
|
|
d67cb5 |
%{_mandir}/man8/fence_ilo2.8*
|
|
|
d67cb5 |
|
|
|
44709c |
%package ilo-moonshot
|
|
|
44709c |
License: GPLv2+ and LGPLv2+
|
|
|
44709c |
Group: System Environment/Base
|
|
|
44709c |
Summary: Fence agent for HP iLO Moonshot devices
|
|
|
44709c |
Requires: telnet openssh-clients
|
|
|
44709c |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
44709c |
Obsoletes: fence-agents
|
|
|
44709c |
%description ilo-moonshot
|
|
|
44709c |
The fence-agents-ilo-moonshot package contains a fence agent for HP iLO Moonshot devices that are accessed via telnet or SSH.
|
|
|
44709c |
%files ilo-moonshot
|
|
|
44709c |
%defattr(-,root,root,-)
|
|
|
44709c |
%{_sbindir}/fence_ilo_moonshot
|
|
|
44709c |
%{_mandir}/man8/fence_ilo_moonshot.8*
|
|
|
44709c |
|
|
|
d67cb5 |
%package ilo-mp
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for HP iLO MP devices
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
182b9e |
Requires: telnet openssh-clients
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description ilo-mp
|
|
|
d67cb5 |
The fence-agents-ilo-mp package contains a fence agent for HP iLO MP devices that are accessed via telnet or SSH.
|
|
|
d67cb5 |
%files ilo-mp
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_ilo_mp
|
|
|
d67cb5 |
%{_mandir}/man8/fence_ilo_mp.8*
|
|
|
d67cb5 |
|
|
|
3340af |
%package ilo-ssh
|
|
|
3340af |
License: GPLv2+ and LGPLv2+
|
|
|
3340af |
Group: System Environment/Base
|
|
|
3340af |
Summary: Fence agent for HP iLO devices via SSH
|
|
|
3340af |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
3340af |
Requires: telnet openssh-clients
|
|
|
3340af |
Obsoletes: fence-agents
|
|
|
3340af |
%description ilo-ssh
|
|
|
3340af |
The fence-agents-ilo-ssh package contains a fence agent for HP iLO devices that are accessed via SSH.
|
|
|
3340af |
%files ilo-ssh
|
|
|
3340af |
%defattr(-,root,root,-)
|
|
|
3340af |
%{_sbindir}/fence_ilo_ssh
|
|
|
3340af |
%{_mandir}/man8/fence_ilo_ssh.8*
|
|
|
3340af |
%{_sbindir}/fence_ilo3_ssh
|
|
|
3340af |
%{_mandir}/man8/fence_ilo3_ssh.8*
|
|
|
3340af |
%{_sbindir}/fence_ilo4_ssh
|
|
|
3340af |
%{_mandir}/man8/fence_ilo4_ssh.8*
|
|
|
554a6e |
%{_sbindir}/fence_ilo5_ssh
|
|
|
554a6e |
%{_mandir}/man8/fence_ilo5_ssh.8*
|
|
|
3340af |
|
|
|
d67cb5 |
%package intelmodular
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for devices with Intel Modular interfaces
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
182b9e |
Requires: net-snmp-utils
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description intelmodular
|
|
|
d67cb5 |
The fence-agents-intelmodular package contains a fence agent for Intel Modular interfaces that are accessed via the SNMP protocol.
|
|
|
d67cb5 |
%files intelmodular
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_intelmodular
|
|
|
d67cb5 |
%{_mandir}/man8/fence_intelmodular.8*
|
|
|
d67cb5 |
|
|
|
d67cb5 |
%package ipdu
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for IBM iPDU network power switches
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
182b9e |
Requires: net-snmp-utils
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description ipdu
|
|
|
d67cb5 |
The fence-agents-ipdu package contains a fence agent for IBM iPDU network power switches that are accessed via the SNMP protocol.
|
|
|
d67cb5 |
%files ipdu
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_ipdu
|
|
|
d67cb5 |
%{_mandir}/man8/fence_ipdu.8*
|
|
|
d67cb5 |
|
|
|
d67cb5 |
%package ipmilan
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for devices with IPMI interface
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
182b9e |
Requires: /usr/bin/ipmitool
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description ipmilan
|
|
|
d67cb5 |
The fence-agents-ipmilan package contains a fence agent for devices with IPMI interface.
|
|
|
d67cb5 |
%files ipmilan
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_ipmilan
|
|
|
d67cb5 |
%{_mandir}/man8/fence_ipmilan.8*
|
|
|
d67cb5 |
%{_sbindir}/fence_idrac
|
|
|
d67cb5 |
%{_mandir}/man8/fence_idrac.8*
|
|
|
d67cb5 |
%{_sbindir}/fence_ilo3
|
|
|
d67cb5 |
%{_mandir}/man8/fence_ilo3.8*
|
|
|
d67cb5 |
%{_sbindir}/fence_ilo4
|
|
|
d67cb5 |
%{_mandir}/man8/fence_ilo4.8*
|
|
|
554a6e |
%{_sbindir}/fence_ilo5
|
|
|
554a6e |
%{_mandir}/man8/fence_ilo5.8*
|
|
|
d67cb5 |
%{_sbindir}/fence_imm
|
|
|
d67cb5 |
%{_mandir}/man8/fence_imm.8*
|
|
|
d67cb5 |
|
|
|
44709c |
%package mpath
|
|
|
44709c |
License: GPLv2+ and LGPLv2+
|
|
|
44709c |
Group: System Environment/Base
|
|
|
44709c |
Summary: Fence agent for reservations over Device Mapper Multipath
|
|
|
44709c |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
44709c |
Requires: device-mapper-multipath
|
|
|
44709c |
Obsoletes: fence-agents
|
|
|
44709c |
%description mpath
|
|
|
44709c |
The fence-agents-mpath package contains fence agent for SCSI persisent reservation over Device Mapper Multipath
|
|
|
44709c |
%files mpath
|
|
|
44709c |
%defattr(-,root,root,-)
|
|
|
44709c |
%{_sbindir}/fence_mpath
|
|
|
554a6e |
%{_datadir}/cluster/fence_mpath_check*
|
|
|
44709c |
%{_mandir}/man8/fence_mpath.8*
|
|
|
44709c |
|
|
|
d67cb5 |
%package kdump
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for use with kdump crash recovery service
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description kdump
|
|
|
d67cb5 |
The fence-agents-kdump package contains a fence agent for use with kdump crash recovery service.
|
|
|
d67cb5 |
%files kdump
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_kdump
|
|
|
d67cb5 |
%{_libexecdir}/fence_kdump_send
|
|
|
d67cb5 |
%{_mandir}/man8/fence_kdump.8*
|
|
|
d67cb5 |
%{_mandir}/man8/fence_kdump_send.8*
|
|
|
d67cb5 |
|
|
|
217e50 |
%ifarch ppc64le
|
|
|
d67cb5 |
%package lpar
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for IBM LPAR
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
182b9e |
Requires: telnet openssh-clients
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description lpar
|
|
|
d67cb5 |
The fence-agents-lpar package contains a fence agent for IBM LPAR devices that are accessed via telnet or SSH.
|
|
|
d67cb5 |
%files lpar
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_lpar
|
|
|
d67cb5 |
%{_mandir}/man8/fence_lpar.8*
|
|
|
d67cb5 |
%endif
|
|
|
d67cb5 |
|
|
|
bbedc2 |
%package redfish
|
|
|
bbedc2 |
License: GPLv2+ and LGPLv2+
|
|
|
bbedc2 |
Group: System Environment/Base
|
|
|
bbedc2 |
Summary: Fence agent for Redfish
|
|
|
bbedc2 |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
bbedc2 |
Requires: python-requests
|
|
|
bbedc2 |
Obsoletes: fence-agents
|
|
|
bbedc2 |
%description redfish
|
|
|
bbedc2 |
The fence-agents-redfish package contains a fence agent for Redfish
|
|
|
bbedc2 |
%files redfish
|
|
|
bbedc2 |
%defattr(-,root,root,-)
|
|
|
bbedc2 |
%{_sbindir}/fence_redfish
|
|
|
bbedc2 |
%{_mandir}/man8/fence_redfish.8*
|
|
|
bbedc2 |
|
|
|
d67cb5 |
%package rhevm
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for RHEV-M
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description rhevm
|
|
|
d67cb5 |
The fence-agents-rhevm package contains a fence agent for RHEV-M via REST API
|
|
|
d67cb5 |
%files rhevm
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_rhevm
|
|
|
d67cb5 |
%{_mandir}/man8/fence_rhevm.8*
|
|
|
d67cb5 |
|
|
|
d67cb5 |
%package rsa
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for IBM RSA II
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
182b9e |
Requires: telnet openssh-clients
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description rsa
|
|
|
d67cb5 |
The fence-agents-rsa package contains a fence agent for IBM RSA II devices that are accessed via telnet or SSH.
|
|
|
d67cb5 |
%files rsa
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_rsa
|
|
|
d67cb5 |
%{_mandir}/man8/fence_rsa.8*
|
|
|
d67cb5 |
|
|
|
d67cb5 |
%package rsb
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for Fujitsu RSB
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
182b9e |
Requires: telnet openssh-clients
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description rsb
|
|
|
d67cb5 |
The fence-agents-rsb package contains a fence agent for Fujitsu RSB devices that are accessed via telnet or SSH.
|
|
|
d67cb5 |
%files rsb
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_rsb
|
|
|
d67cb5 |
%{_mandir}/man8/fence_rsb.8*
|
|
|
d67cb5 |
|
|
|
d67cb5 |
%if 0
|
|
|
d67cb5 |
%package sanbox2
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for QLogic SANBox2 FC switches
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
182b9e |
Requires: telnet
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description sanbox2
|
|
|
d67cb5 |
The fence-agents-sanbox2 package contains a fence agent for QLogic SANBox2 switches that are accessed via telnet.
|
|
|
d67cb5 |
%files sanbox2
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_sanbox2
|
|
|
d67cb5 |
%{_mandir}/man8/fence_sanbox2.8*
|
|
|
d67cb5 |
%endif
|
|
|
d67cb5 |
|
|
|
217e50 |
%package sbd
|
|
|
217e50 |
License: GPLv2+ and LGPLv2+
|
|
|
217e50 |
Group: System Environment/Base
|
|
|
217e50 |
Summary: Fence agent for SBD (storage-based death)
|
|
|
217e50 |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
217e50 |
Obsoletes: fence-agents
|
|
|
217e50 |
%description sbd
|
|
|
217e50 |
The fence-agents-sbd package contains fence agent for SBD (storage-based death)
|
|
|
217e50 |
%files sbd
|
|
|
217e50 |
%defattr(-,root,root,-)
|
|
|
217e50 |
%{_sbindir}/fence_sbd
|
|
|
217e50 |
%{_mandir}/man8/fence_sbd.8*
|
|
|
217e50 |
|
|
|
d67cb5 |
%package scsi
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for SCSI persisent reservations
|
|
|
3340af |
Requires: sg3_utils fence-agents-common >= %{version}-%{release}
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description scsi
|
|
|
d67cb5 |
The fence-agents-scsi package contains fence agent for SCSI persisent reservations
|
|
|
d67cb5 |
%files scsi
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_scsi
|
|
|
d67cb5 |
%{_datadir}/cluster/fence_scsi_check.pl
|
|
|
d5f3d8 |
%{_datadir}/cluster/fence_scsi_check
|
|
|
d5f3d8 |
%{_datadir}/cluster/fence_scsi_check_hardreboot
|
|
|
d67cb5 |
%{_mandir}/man8/fence_scsi.8*
|
|
|
d67cb5 |
|
|
|
d67cb5 |
%package virsh
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for virtual machines based on libvirt
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
182b9e |
Requires: openssh-clients /usr/bin/virsh
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description virsh
|
|
|
d67cb5 |
The fence-agents-virsh package contains a fence agent for virtual machines that are accessed via SSH.
|
|
|
d67cb5 |
%files virsh
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_virsh
|
|
|
d67cb5 |
%{_mandir}/man8/fence_virsh.8*
|
|
|
d67cb5 |
|
|
|
035a21 |
%package vmware-rest
|
|
|
035a21 |
License: GPLv2+ and LGPLv2+
|
|
|
035a21 |
Group: System Environment/Base
|
|
|
035a21 |
Summary: Fence agent for VMWare with REST API
|
|
|
035a21 |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
035a21 |
Obsoletes: fence-agents
|
|
|
035a21 |
%description vmware-rest
|
|
|
035a21 |
The fence-agents-vmware-rest package contains a fence agent for VMWare with REST API
|
|
|
035a21 |
%files vmware-rest
|
|
|
035a21 |
%defattr(-,root,root,-)
|
|
|
035a21 |
%{_sbindir}/fence_vmware_rest
|
|
|
035a21 |
%{_mandir}/man8/fence_vmware_rest.8*
|
|
|
035a21 |
|
|
|
d67cb5 |
%package vmware-soap
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for VMWare with SOAP API v4.1+
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
182b9e |
Requires: python-suds python-requests
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description vmware-soap
|
|
|
d67cb5 |
The fence-agents-vmware-soap package contains a fence agent for VMWare with SOAP API v4.1+
|
|
|
d67cb5 |
%files vmware-soap
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_vmware_soap
|
|
|
d67cb5 |
%{_mandir}/man8/fence_vmware_soap.8*
|
|
|
d67cb5 |
|
|
|
d67cb5 |
%package wti
|
|
|
d67cb5 |
License: GPLv2+ and LGPLv2+
|
|
|
d67cb5 |
Group: System Environment/Base
|
|
|
d67cb5 |
Summary: Fence agent for WTI Network power switches
|
|
|
182b9e |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
182b9e |
Requires: telnet openssh-clients
|
|
|
d67cb5 |
Obsoletes: fence-agents
|
|
|
d67cb5 |
%description wti
|
|
|
d67cb5 |
The fence-agents-wti package contains a fence agent for WTI network power switches that are accessed via telnet or SSH.
|
|
|
d67cb5 |
%files wti
|
|
|
d67cb5 |
%defattr(-,root,root,-)
|
|
|
d67cb5 |
%{_sbindir}/fence_wti
|
|
|
d67cb5 |
%{_mandir}/man8/fence_wti.8*
|
|
|
d67cb5 |
|
|
|
3340af |
%ifarch s390x
|
|
|
3340af |
%package zvm
|
|
|
3340af |
License: GPLv2+ and LGPLv2+
|
|
|
3340af |
Group: System Environment/Base
|
|
|
3340af |
Summary: Fence agent for z/VM hypervisors
|
|
|
3340af |
Requires: fence-agents-common >= %{version}-%{release}
|
|
|
3340af |
Requires: telnet openssh-clients
|
|
|
3340af |
Obsoletes: fence-agents
|
|
|
3340af |
%description zvm
|
|
|
3340af |
The fence-agents-zvm package contains a fence agent for z/VM hypervisors
|
|
|
3340af |
%files zvm
|
|
|
3340af |
%defattr(-,root,root,-)
|
|
|
3340af |
%{_sbindir}/fence_zvmip
|
|
|
3340af |
%{_mandir}/man8/fence_zvmip.8*
|
|
|
554a6e |
%exclude %{_sbindir}/fence_zvm
|
|
|
554a6e |
%exclude %{_mandir}/man8/fence_zvm.8*
|
|
|
3340af |
%endif
|
|
|
3340af |
|
|
|
d67cb5 |
%changelog
|
|
|
bbedc2 |
* Thu Jan 17 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.2.1-11.7
|
|
|
bbedc2 |
- fence_redfish: new fence agent
|
|
|
bbedc2 |
Resolves: rhbz#1666848
|
|
|
bbedc2 |
|
|
|
bbedc2 |
* Thu Dec 6 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.2.1-11.5
|
|
|
bbedc2 |
- fence_scsi: add watchdog retry support
|
|
|
bbedc2 |
Resolves: rhbz#1654172
|
|
|
bbedc2 |
|
|
|
bbedc2 |
* Wed Nov 28 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.2.1-11.4
|
|
|
bbedc2 |
- fence_hpblade: fix log_expect syntax
|
|
|
bbedc2 |
Resolves: rhbz#1652115
|
|
|
bbedc2 |
|
|
|
a6b410 |
* Thu Nov 8 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.2.1-11.1
|
|
|
a6b410 |
- fence_scsi: fix incorrect SCSI-key when node ID is 10 or higher
|
|
|
a6b410 |
Resolves: rhbz#1647522
|
|
|
a6b410 |
|
|
|
554a6e |
* Tue Sep 4 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.2.1-11
|
|
|
554a6e |
- fence_cisco_ucs: fix missing encode for POSTFIELDS
|
|
|
554a6e |
Resolves: rhbz#1625164
|
|
|
554a6e |
|
|
|
554a6e |
* Thu Aug 30 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.2.1-10
|
|
|
554a6e |
- fence_aliyun: show instances names in list-action
|
|
|
554a6e |
Resolves: rhbz#1622229
|
|
|
554a6e |
|
|
|
554a6e |
* Mon Aug 20 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.2.1-9
|
|
|
554a6e |
- Fix --version
|
|
|
554a6e |
Resolves: rhbz#1236395
|
|
|
554a6e |
|
|
|
554a6e |
* Tue Aug 14 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.2.1-8
|
|
|
554a6e |
- fence_aliyun: add logging
|
|
|
554a6e |
Resolves: rhbz#1568742
|
|
|
554a6e |
- fence_gce: add stackdriver-logging support, improve logging and
|
|
|
554a6e |
set default mode to cycle
|
|
|
554a6e |
Resolves: rhbz#1568753
|
|
|
554a6e |
|
|
|
554a6e |
* Tue Jul 24 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.2.1-5
|
|
|
554a6e |
- fence_aliyun: new fence agent
|
|
|
554a6e |
Resolves: rhbz#1568742
|
|
|
554a6e |
|
|
|
554a6e |
* Mon Jul 16 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.2.1-3
|
|
|
67bff5 |
- fence_evacuate: fix evacuable tag mix issue
|
|
|
554a6e |
Resolves: rhbz#1549699
|
|
|
554a6e |
|
|
|
554a6e |
* Thu Jun 28 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.2.1-1
|
|
|
554a6e |
- rebase to v4.2.1
|
|
|
554a6e |
Resolves: rhbz#1236395
|
|
|
554a6e |
- fence_mpath: add watchdog support
|
|
|
554a6e |
Resolves: rhbz#1504202
|
|
|
554a6e |
|
|
|
554a6e |
* Mon Jun 25 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-90
|
|
|
554a6e |
- fence_gce: new fence agent
|
|
|
554a6e |
Resolves: rhbz#1568753
|
|
|
554a6e |
- fence_rhevm: dont require --ssl parameter when using --ssl-insecure
|
|
|
554a6e |
Resolves: rhbz#1544093
|
|
|
554a6e |
- fence_mpath: fix preemptive abort
|
|
|
554a6e |
Resolves: rhbz#1556857
|
|
|
554a6e |
- fence-agents-all: dont show manpage-tags in metadata
|
|
|
554a6e |
Resolves: rhbz#1553908
|
|
|
554a6e |
- fence_scsi: dont write duplicates to .dev-file
|
|
|
554a6e |
Resolves: rhbz#1575973
|
|
|
554a6e |
- fence_impilan: add iLO5-support
|
|
|
554a6e |
Resolves: rhbz#1579391
|
|
|
67bff5 |
|
|
|
554a6e |
* Thu Apr 12 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-88
|
|
|
3fe01d |
- fence_azure_arm: fix subscriptionId from metadata
|
|
|
554a6e |
Resolves: rhbz#1566154
|
|
|
3fe01d |
|
|
|
554a6e |
* Tue Apr 10 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-87
|
|
|
3fe01d |
- fence_azure_arm: add network-fencing
|
|
|
554a6e |
Resolves: rhbz#1553904
|
|
|
3fe01d |
- fence_compute/fence_evacuate: fix parameters
|
|
|
554a6e |
Resolves: rhbz#1559977
|
|
|
3fe01d |
|
|
|
035a21 |
* Wed Feb 7 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-86
|
|
|
035a21 |
- fence-agents-all: remove fence-agents-aws and fence-agents-azure-arm
|
|
|
035a21 |
dependencies
|
|
|
035a21 |
Resolves: rhbz#1476009
|
|
|
035a21 |
|
|
|
035a21 |
* Tue Feb 6 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-85
|
|
|
035a21 |
- fence_aws: add python-boto3 dependency
|
|
|
035a21 |
Resolves: rhbz#1540700
|
|
|
035a21 |
|
|
|
035a21 |
* Mon Jan 22 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-84
|
|
|
035a21 |
- fence_azure_arm: new fence agent
|
|
|
035a21 |
Resolves: rhbz#1476009
|
|
|
035a21 |
|
|
|
035a21 |
* Thu Jan 11 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-83
|
|
|
a892ed |
- fence_compute/fence_evacuate: add support for keystone v3 authentication
|
|
|
035a21 |
Resolves: rhbz#1533170
|
|
|
035a21 |
- fence_ilo3: default to onoff
|
|
|
035a21 |
Resolves: rhbz#1519370
|
|
|
a892ed |
|
|
|
035a21 |
* Tue Nov 28 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-82
|
|
|
035a21 |
- fence_vmware_rest: new fence agent
|
|
|
035a21 |
Resolves: rhbz#1396050
|
|
|
08923a |
|
|
|
035a21 |
* Tue Nov 7 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-81
|
|
|
035a21 |
- common: add selinux-policy-targeted dependency
|
|
|
035a21 |
Resolves: rhbz#1509327
|
|
|
035a21 |
|
|
|
035a21 |
* Fri Nov 3 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-80
|
|
|
035a21 |
- fence_ipmilan: fix default method inconsistency (help/man page)
|
|
|
035a21 |
Resolves: rhbz#1465436
|
|
|
035a21 |
|
|
|
035a21 |
* Wed Nov 1 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-78
|
|
|
035a21 |
- fence_heuristics_ping: new fence agent
|
|
|
035a21 |
Resolves: rhbz#1476401
|
|
|
08923a |
|
|
|
035a21 |
* Thu Oct 26 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-77
|
|
|
035a21 |
- fence_ilo_ssh: fix "hard reset"
|
|
|
035a21 |
Resolves: rhbz#1490475
|
|
|
035a21 |
|
|
|
035a21 |
* Wed Oct 25 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-76
|
|
|
035a21 |
- fence_ipmilan: add support for hexadecimal key authentication
|
|
|
035a21 |
Resolves: rhbz#1449183
|
|
|
035a21 |
|
|
|
035a21 |
* Tue Oct 24 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-75
|
|
|
035a21 |
- fence_aws: new fence agent
|
|
|
035a21 |
Resolves: rhbz#1451776
|
|
|
035a21 |
|
|
|
035a21 |
* Fri Oct 6 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-72
|
|
|
035a21 |
- fence_amt_ws: new fence agent
|
|
|
035a21 |
Resolves: rhbz#1296201
|
|
|
035a21 |
|
|
|
035a21 |
* Fri Sep 29 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-70
|
|
|
035a21 |
- fence-agents-all: require agents to be the same version
|
|
|
035a21 |
Resolves: rhbz#1484128
|
|
|
035a21 |
|
|
|
035a21 |
* Fri Sep 29 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-69
|
|
|
035a21 |
- fence_scsi: add FIPS support
|
|
|
035a21 |
Resolves: rhbz#1455383
|
|
|
035a21 |
|
|
|
035a21 |
* Thu Sep 28 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-68
|
|
|
aeba56 |
- fence_compute/fence_scsi: fix issue with some parameters
|
|
|
035a21 |
Resolves: rhbz#1473860
|
|
|
035a21 |
- fence_compute/fence_evacuate: changes to support Instance HA on OSP12
|
|
|
035a21 |
Resolves: rhbz#1496390
|
|
|
035a21 |
- fence-agents-common: remove fence_scsi_check-files that should only be in
|
|
|
035a21 |
the scsi subpackage
|
|
|
035a21 |
Resolves: rhbz#1484128
|
|
|
035a21 |
|
|
|
035a21 |
* Wed Aug 2 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-67
|
|
|
035a21 |
- Remove "list" when not supported
|
|
|
035a21 |
Resolves: rhbz#1461854
|
|
|
aeba56 |
|
|
|
217e50 |
* Fri Jun 16 2017 Marek Grac <mgrac@redhat.com> - 4.0.11-66
|
|
|
217e50 |
- Set SELinux booleans even when SELinux is disabled
|
|
|
217e50 |
Resolves: rhbz#1457887
|
|
|
0d90ce |
|
|
|
217e50 |
* Thu Jun 15 2017 Marek Grac <mgrac@redhat.com> - 4.0.11-65
|
|
|
217e50 |
- Set SELinux booleans even when SELinux is disabled
|
|
|
217e50 |
Resolves: rhbz#1457887
|
|
|
b6d359 |
|
|
|
217e50 |
* Wed Jun 7 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-64
|
|
|
217e50 |
- fence_vmware_soap: fix for self-signed certificates
|
|
|
217e50 |
Resolves: rhbz#1459199
|
|
|
217e50 |
|
|
|
217e50 |
* Tue May 30 2017 Marek Grac <mgrac@redhat.com> - 4.0.11-63
|
|
|
217e50 |
- Add dependencies on policycoreutils
|
|
|
217e50 |
Resolves: rhbz#1427986
|
|
|
bf1da4 |
|
|
|
217e50 |
* Wed May 17 2017 Marek Grac <mgrac@redhat.com> - 4.0.11-62
|
|
|
217e50 |
- Set SELinux booleans required for fence agent integration with cluster
|
|
|
217e50 |
Resolves: rhbz#1427986
|
|
|
217e50 |
|
|
|
217e50 |
* Thu May 4 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-61
|
|
|
217e50 |
- fence_ipmilan: add target (ipmilan -t <target>) support
|
|
|
217e50 |
Resolves: rhbz#1377389
|
|
|
217e50 |
|
|
|
217e50 |
* Mon Apr 3 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-60
|
|
|
217e50 |
- fence_compute: fix project_id changed to project_name in Nova API
|
|
|
217e50 |
Resolves: rhbz#1426693
|
|
|
217e50 |
|
|
|
217e50 |
* Thu Mar 23 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-58
|
|
|
217e50 |
- CI: dont test paths in metadata
|
|
|
217e50 |
Resolves: rhbz#1377972
|
|
|
217e50 |
|
|
|
217e50 |
* Wed Mar 22 2017 Marek Grac <mgrac@redhat.com> - 4.0.11-57
|
|
|
217e50 |
- Set SELinux booleans required for fence agent integration with cluster
|
|
|
217e50 |
Resolves: rhbz#1427986
|
|
|
217e50 |
- Add consistency of parameters between STDIN and command-line
|
|
|
217e50 |
Resolves: rhbz#1403028
|
|
|
217e50 |
|
|
|
217e50 |
* Tue Mar 21 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-56
|
|
|
217e50 |
- fencing: add validate-all action
|
|
|
217e50 |
Resolves: rhbz#1433948
|
|
|
217e50 |
- fence_rhevm: add "--disable-http-filter" to be able to explicitly
|
|
|
217e50 |
use oVirt API version 3
|
|
|
217e50 |
Resolves: rhbz#1422499
|
|
|
217e50 |
|
|
|
217e50 |
* Wed Mar 01 2017 Marek Grac <mgrac@redhat.com> - 4.0.11-54
|
|
|
217e50 |
- fence_lpar: Fix monitor action on IVM systems
|
|
|
217e50 |
Resolves: rhbz#1376481
|
|
|
217e50 |
|
|
|
217e50 |
* Tue Feb 21 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-53
|
|
|
bf1da4 |
- fence_compute: Improved FQDN and Nova handling
|
|
|
217e50 |
Resolves: rhbz#1387590
|
|
|
217e50 |
|
|
|
217e50 |
* Tue Feb 14 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-52
|
|
|
217e50 |
- fence_compute: fix ConnectionError
|
|
|
217e50 |
Resolves: rhbz#1384073
|
|
|
217e50 |
- fence_lpar: add IVM support and improve error handling
|
|
|
217e50 |
Resolves: rhbz#1376481
|
|
|
217e50 |
- fence_vmware_soap: suppress warning for --ssl-insecure
|
|
|
217e50 |
Resolves: rhbz#1393962
|
|
|
217e50 |
- Add support for "s" for seconds for delay, *_timeout, *_wait parameters
|
|
|
217e50 |
Resolves: rhbz#1377928
|
|
|
217e50 |
- fence-agents-zvm: add to fence-agents-all dependencies for s390x
|
|
|
217e50 |
Resolves: rhbz#1255700
|
|
|
217e50 |
- Build for ppc64le
|
|
|
217e50 |
Resolves: rhbz#1402566
|
|
|
217e50 |
|
|
|
217e50 |
* Mon Jan 23 2017 Marek Grac <mgrac@redhat.com>
|
|
|
217e50 |
- fence_cisco_ucs: Change commands send to UCS
|
|
|
217e50 |
Resolves: rhbz#1410881
|
|
|
217e50 |
|
|
|
217e50 |
* Wed Jan 11 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-50
|
|
|
217e50 |
- fence_sbd: new fence agent
|
|
|
217e50 |
Resolves: rhbz#1337236
|
|
|
217e50 |
|
|
|
217e50 |
* Wed Nov 23 2016 Marek Grac <mgrac@redhat.com> - 4.0.11-49
|
|
|
217e50 |
- fencing: Fix 'monitor' action for devices with --port-as-ip
|
|
|
217e50 |
Resolves: rhbz#1390915
|
|
|
bf1da4 |
|
|
|
09283b |
* Wed Aug 31 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-47
|
|
|
09283b |
- fence_rhevm: fix issues on RHEV 4
|
|
|
09283b |
Resolves: rhbz#1287059
|
|
|
09283b |
|
|
|
09283b |
* Thu Aug 25 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-46
|
|
|
09283b |
Resolves: rhbz#1298430
|
|
|
09283b |
|
|
|
09283b |
* Thu Aug 25 2016 Marek Grac <mgrac@redhat.com> - 4.0.11-45
|
|
|
09283b |
- fence_cisco_ucs: Change method for obtaining status
|
|
|
09283b |
Resolves: rhbz#1298430
|
|
|
09283b |
|
|
|
09283b |
* Wed Aug 17 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-44
|
|
|
09283b |
- fence_mpath: update info to say unique key per node instead of per
|
|
|
09283b |
node/device
|
|
|
09283b |
Resolves: rhbz#1280151
|
|
|
09283b |
|
|
|
09283b |
* Tue Jul 12 2016 Marek Grac <mgrac@redhat.com> - 4.0.11-43
|
|
|
09283b |
- change in spec file
|
|
|
09283b |
Resolves: rhbz#1353221
|
|
|
09283b |
|
|
|
09283b |
* Thu Jul 7 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-42
|
|
|
09283b |
- fence-agents-common: add dependency on python-pycurl
|
|
|
09283b |
Resolves: rhbz#1353221
|
|
|
09283b |
|
|
|
09283b |
* Wed Jul 6 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-41
|
|
|
09283b |
- fence_compute: perform real status operation in record-only mode
|
|
|
09283b |
Resolves: rhbz#1287311
|
|
|
09283b |
|
|
|
09283b |
* Mon Jul 4 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-40
|
|
|
09283b |
- fence_compute: improved FQDN handling
|
|
|
09283b |
Resolves: rhbz#1334162
|
|
|
09283b |
|
|
|
09283b |
* Wed Jun 22 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-39
|
|
|
09283b |
- fence_apc: fix "Connection timed out" issue
|
|
|
09283b |
Resolves: rhbz#1342584
|
|
|
09283b |
|
|
|
09283b |
* Wed Jun 15 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-38
|
|
|
09283b |
- fence_compute: advertise as fabric device
|
|
|
09283b |
Resolves: rhbz#1287301
|
|
|
09283b |
|
|
|
09283b |
* Tue Jun 14 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-37
|
|
|
09283b |
- fence_compute: add taggable instance support
|
|
|
09283b |
Resolves: rhbz#1285523
|
|
|
09283b |
|
|
|
09283b |
* Tue May 31 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.11-34
|
|
|
09283b |
- fence_virsh: add --missing-as-off
|
|
|
09283b |
Resolves: rhbz#1254821
|
|
|
09283b |
- fence_ipmilan: fix power_wait regression
|
|
|
09283b |
Resolves: rhbz#1275250
|
|
|
09283b |
- fence_ipmilan: add diag action
|
|
|
09283b |
Resolves: rhbz#1286045
|
|
|
09283b |
- fence_ipmilan: warn that cycle method can report success before node
|
|
|
09283b |
is powered off
|
|
|
09283b |
Resolves: rhbz#1271780
|
|
|
09283b |
- fence_scsi: fix persistentl typo in short desc
|
|
|
09283b |
Resolves: rhbz#1280139
|
|
|
09283b |
- fence_scsi: remove /dev/dm-X reference
|
|
|
09283b |
Resolves: rhbz#1280151
|
|
|
09283b |
- fence_rhevm: add Filter header
|
|
|
09283b |
Resolves: rhbz#1287059
|
|
|
09283b |
- fence_compute: fix to locate all instances to be evacuated
|
|
|
217e50 |
Resolves: rhbz#1313561
|
|
|
09283b |
|
|
|
09283b |
* Mon Feb 22 2016 Marek Grac <mgrac@redhat.com> - 4.0.11-33
|
|
|
09283b |
- fence_cisco_ucs: Obtain status from different attribute
|
|
|
09283b |
Resolves: rhbz#1298430
|
|
|
09283b |
|
|
|
09283b |
* Tue Feb 09 2016 Marek Grac <mgrac@redhat.com> - 4.0.11-32
|
|
|
09283b |
- fence_cisco_ucs: Obtain status from different endpoint
|
|
|
09283b |
Resolves: rhbz#1298430
|
|
|
09283b |
|
|
|
09283b |
* Mon Feb 01 2016 Marek Grac <mgrac@redhat.com> - 4.0.11-31
|
|
|
09283b |
- fence_cisco_ucs: Obtain status from different endpoint
|
|
|
09283b |
Resolves: rhbz#1298430
|
|
|
d5f3d8 |
|
|
|
d5f3d8 |
* Wed Jan 20 2016 Marek Grac <mgrac@redhat.com> - 4.0.11-30
|
|
|
d5f3d8 |
- fence_compute: Replace with current implementation
|
|
|
09283b |
Resolves: rhbz#1283084
|
|
|
d5f3d8 |
|
|
|
09283b |
* Wed Dec 16 2015 Marek Grac <mgrac@redhat.com> - 4.0.11-28
|
|
|
d5f3d8 |
- fence_scsi: Add fence_scsi_check_hardreboot
|
|
|
09283b |
Resolves: rhbz#bz1265426
|
|
|
d5f3d8 |
|
|
|
44709c |
* Mon Oct 26 2015 Marek Grac <mgrac@redhat.com> - 4.0.11-27
|
|
|
44709c |
- fence_brocade: Fix return status in get_power_status
|
|
|
44709c |
Resolves: rhbz#1274431
|
|
|
44709c |
|
|
|
44709c |
* Thu Sep 17 2015 Marek Grac <mgrac@redhat.com> - 4.0.11-26
|
|
|
44709c |
- fence_ipmilan: Fix -i attribute
|
|
|
44709c |
Resolves: rhbz#1257137
|
|
|
44709c |
|
|
|
44709c |
* Mon Sep 14 2015 Marek Grac <mgrac@redhat.com> - 4.0.11-25
|
|
|
44709c |
- fence_apc: Support for v6.x
|
|
|
44709c |
Resolves: rhbz#1259319
|
|
|
44709c |
|
|
|
44709c |
* Wed Sep 02 2015 Marek Grac <mgrac@redhat.com> - 4.0.11-24
|
|
|
44709c |
- fence_ipmilan: Add removed attributes -i & timeout
|
|
|
44709c |
Resolves: rhbz#1257137
|
|
|
44709c |
- fence_ipmilan: Do not print password in verbose mode
|
|
|
44709c |
Resolves: rhbz#1241648
|
|
|
44709c |
- fence_ilo: Negotiation of TLS1.0 is more automatic
|
|
|
44709c |
Resolves: rhbz#1256908
|
|
|
44709c |
|
|
|
44709c |
* Mon Aug 17 2015 Marek Grac <mgrac@redhat.com> - 4.0.11-23
|
|
|
44709c |
- fence_scsi: Fix watchdog script broken by more strict 'monitor'
|
|
|
44709c |
Resolves: 1243485
|
|
|
44709c |
|
|
|
44709c |
* Wed Aug 12 2015 Marek Grac <mgrac@redhat.com> - 4.0.11-21
|
|
|
44709c |
- fence_mpath: Fix unfencing after non-cluster reboot
|
|
|
44709c |
Resolves: 1102727
|
|
|
44709c |
- manual pages now describe 'list-status' properly
|
|
|
44709c |
|
|
|
09283b |
bz1102727-3-fence_mpath.patch bz1250586-2-list_status.patch
|
|
|
44709c |
* Tue Aug 11 2015 Marek Grac <mgrac@redhat.com> - 4.0.11-20
|
|
|
44709c |
- fencing: Fix place where --plug + --port-as-ip are tested
|
|
|
44709c |
Resolves: rhbz#1214522
|
|
|
44709c |
|
|
|
44709c |
* Mon Aug 10 2015 Marek Grac <mgrac@redhat.com> - 4.0.11-19
|
|
|
44709c |
- fencing: do not fail when state is None
|
|
|
44709c |
Resolves: rhbz#1251491
|
|
|
44709c |
|
|
|
44709c |
* Wed Aug 05 2015 Marek Grac <mgrac@redhat.com> - 4.0.11-18
|
|
|
44709c |
- fence_rsa: Fix login issue
|
|
|
44709c |
Resolves: rhbz#1185329
|
|
|
44709c |
- fencing: support for list-status
|
|
|
44709c |
Resolves: rhbz#1250586
|
|
|
44709c |
- fencing: Fix support for --port-as-ip
|
|
|
44709c |
Resolves: rhbz#1214522
|
|
|
44709c |
|
|
|
44709c |
* Thu Jul 16 2015 Marek Grac <mgrac@redhat.com> - 4.0.11-17
|
|
|
44709c |
- fence_scsi: Improve monitoring and add option to force ON
|
|
|
44709c |
Resolves: rhbz#1243485
|
|
|
44709c |
|
|
|
44709c |
* Mon Jun 29 2015 Marek Grac <mgrac@redhat.com> - 4.0.11-16
|
|
|
44709c |
- fence_compute: Agent cleanup
|
|
|
44709c |
Resolves: rhbz#1214359
|
|
|
44709c |
- fence_hpblade: Add support for HP Integrity Superdome
|
|
|
44709c |
Resolves: rhbz#1216997
|
|
|
44709c |
- fence_zvmip: Add --missing-as-off and change monitor/status actions
|
|
|
44709c |
Resolves: rhbz#1188750
|
|
|
44709c |
- fence_mpath: new fence agent
|
|
|
44709c |
Resolves: rhbz#1102727
|
|
|
44709c |
- fencing: Option --port-as-ip
|
|
|
44709c |
Resolves: rhbz#1214522
|
|
|
44709c |
|
|
|
44709c |
* Mon Jun 22 2015 Marek Grac <mgrac@redhat.com> - 4.0.11-15
|
|
|
44709c |
- fence_zvmip: Connection timeout issues
|
|
|
44709c |
Resolves: rhbz#1188750
|
|
|
44709c |
|
|
|
44709c |
* Thu Jun 18 2015 Marek Grac <mgrac@redhat.com> - 4.0.11-14
|
|
|
44709c |
- fence_rhevm: Add authentication via cookies
|
|
|
44709c |
Resolves: rhbz#1145769
|
|
|
44709c |
- fence_ilo_moonshot: New fence agent
|
|
|
44709c |
Resolves: rhbz#1152917
|
|
|
44709c |
- fence_emerson: New fence agent
|
|
|
44709c |
Resolves: rhbz#1171732
|
|
|
44709c |
- fence_rsa: New fence agent
|
|
|
44709c |
Resolves: rhbz#1185329
|
|
|
44709c |
|
|
|
44709c |
* Wed Jun 17 2015 Marek Grac <mgrac@redhat.com> - 4.0.11-13
|
|
|
44709c |
- fence_scsi: Add monitor operation
|
|
|
44709c |
Resolves: rhbz#1213571
|
|
|
44709c |
- fence_scsi: Force unfence if any of paths is off
|
|
|
44709c |
Resolves: rhbz#1214919
|
|
|
44709c |
- fence_cisco_ucs: Fix https:// prefix with --ssl-(in)secure
|
|
|
44709c |
Resolves: rhbz#1165591
|
|
|
44709c |
- fence_kdump: Add monitor operation
|
|
|
44709c |
Resolves: rhbz#1196068
|
|
|
44709c |
- fence2rng: Fix problem with quotes
|
|
|
44709c |
Resolves: rhbz#1207982
|
|
|
44709c |
|
|
|
44709c |
* Mon Jun 08 2015 Marek Grac <mgrac@redhat.com> - 4.0.11-12
|
|
|
02611b |
- New fence agent fence_compute
|
|
|
44709c |
Resolves: rhbz#1214359
|
|
|
02611b |
|
|
|
42c953 |
* Wed Mar 25 2015 Marek Grac <mgrac@redhat.com> - 4.0.11-11
|
|
|
42c953 |
- fence_ipmilan: Unset default cipher
|
|
|
44709c |
Resolves: rhbz#1203877
|
|
|
42c953 |
- fence_ilo2: Add --tls1.0
|
|
|
44709c |
Resolves: rhbz#1199970
|
|
|
42c953 |
- update scripts so 'make check' is working again
|
|
|
42c953 |
|
|
|
3340af |
* Mon Jan 05 2015 Marek Grac <mgrac@redhat.com> - 4.0.11-10
|
|
|
3340af |
- fence_zvmip: Add fence_zvmip ported to fencing library
|
|
|
3340af |
Resolves: rhbz#1173178
|
|
|
3340af |
|
|
|
3340af |
* Mon Dec 01 2014 Marek Grac <mgrac@redhat.com> - 4.0.11-9
|
|
|
3340af |
- fence_ilo_ssh: Fix EOL issue, syslog problem and add fence_ilo_[34]_ssh symlink
|
|
|
3340af |
Resolves: rhbz#1121122
|
|
|
3340af |
|
|
|
3340af |
* Wed Nov 12 2014 Marek Grac <mgrac@redhat.com> - 4.0.11-8
|
|
|
3340af |
- fence_zvm: Add 'monitor' support for fence_zvmip
|
|
|
3340af |
Resolves: rhbz#1140921
|
|
|
3340af |
|
|
|
3340af |
* Mon Nov 10 2014 Marek Grac <mgrac@redhat.com> - 4.0.11-7
|
|
|
3340af |
- HTTPS connection do not validate certificate (introduced with rebase)
|
|
|
3340af |
Resolves: rhbz#1162092
|
|
|
3340af |
|
|
|
3340af |
* Thu Oct 16 2014 Marek Grac <mgrac@redhat.com> - 4.0.11-6
|
|
|
3340af |
- fence_cisco_ucs and fence_vmware_soap should logout even in case of failure
|
|
|
3340af |
Resolves: rhbz#1111599
|
|
|
3340af |
- fence_vmware_soap: Fix issue with import of fail_usage
|
|
|
3340af |
Resolves: rhbz#1153059
|
|
|
3340af |
|
|
|
3340af |
* Thu Oct 02 2014 Marek Grac <mgrac@redhat.com> - 4.0.11-5
|
|
|
3340af |
- fence_wti: Fix problem with EOL introduced by rebase
|
|
|
3340af |
Resolves: rhbz#1148762
|
|
|
3340af |
- fence_rsb: Fix issue with new firmware
|
|
|
3340af |
Resolves: rhbz#1111597
|
|
|
3340af |
|
|
|
3340af |
* Sat Sep 20 2014 Fabio M. Di Nitto <fdinitto@redhat.com> - 4.0.11-4
|
|
|
3340af |
- add initial support for IBM z/VM
|
|
|
3340af |
Resolves: rhbz#1140921
|
|
|
3340af |
|
|
|
3340af |
* Mon Sep 15 2014 Marek Grac <mgrac@redhat.com> - 4.0.11-3
|
|
|
3340af |
- temporary removes fence-agents-amt because amtterm is missing
|
|
|
3340af |
|
|
|
3340af |
* Wed Sep 03 2014 Marek Grac <mgrac@redhat.com> - 4.0.11-2
|
|
|
3340af |
- add a fence agents for AMT and iLO-ssh
|
|
|
3340af |
Resolves: rhbz#1121122 rhbz#1107439
|
|
|
3340af |
|
|
|
3340af |
* Wed Sep 03 2014 Marek Grac <mgrac@redhat.com> - 4.0.11-1
|
|
|
3340af |
- rebase of fence agents
|
|
|
3340af |
Resolves: rhbz#1120682
|
|
|
3340af |
- INFO: fence_scsi_check.pl is now a python script
|
|
|
3340af |
|
|
|
182b9e |
* Wed Mar 19 2014 Marek Grac <mgrac@redhat.com> - 4.0.2-21
|
|
|
182b9e |
- fencing: Add --ssl-secure and --ssl-insecure for fence_vmware_soap
|
|
|
182b9e |
Resolves: rhbz#1072564
|
|
|
182b9e |
|
|
|
182b9e |
* Fri Mar 07 2014 Marek Grac <mgrac@redhat.com> - 4.0.2-20
|
|
|
182b9e |
- fencing: Add --ssl-secure and --ssl-insecure for fence_vmware_soap
|
|
|
182b9e |
Resolves: rhbz#1072564
|
|
|
182b9e |
|
|
|
182b9e |
* Wed Mar 05 2014 Marek Grac <mgrac@redhat.com> - 4.0.2-19
|
|
|
182b9e |
- fencing: Add --ssl-secure and --ssl-insecure
|
|
|
182b9e |
Resolves: rhbz#1072564
|
|
|
182b9e |
|
|
|
182b9e |
* Thu Feb 27 2014 Fabio M. Di Nitto <fdinitto@redhat.com> - 4.0.2-18
|
|
|
182b9e |
- fence_vmware_soap: fix short/long option parsing traceback
|
|
|
182b9e |
Resolves: rhbz#1018780
|
|
|
182b9e |
|
|
|
182b9e |
* Wed Feb 26 2014 Fabio M. Di Nitto <fdinitto@redhat.com> - 4.0.2-17
|
|
|
182b9e |
- Fix fence-agents-* Requires on proper fence-agents-common and silence
|
|
|
182b9e |
suds error
|
|
|
182b9e |
Resolves: rhbz#1018780
|
|
|
182b9e |
|
|
|
182b9e |
* Thu Feb 20 2014 Fabio M. Di Nitto <fdinitto@redhat.com> - 4.0.2-16
|
|
|
182b9e |
- Allow ssl connections to disable TLS negotiation with "notls" option.
|
|
|
182b9e |
Resolves: rhbz#990539
|
|
|
182b9e |
|
|
|
182b9e |
* Wed Feb 19 2014 Marek Grac <mgrac@redhat.com> - 4.0.2-15
|
|
|
182b9e |
- Fix dependencies issues
|
|
|
182b9e |
|
|
|
182b9e |
* Mon Feb 17 2014 Marek Grac <mgrac@redhat.com> - 4.0.2-14
|
|
|
182b9e |
- fence_vmware_soap: Fix unexpected exception
|
|
|
182b9e |
Resolves: rhbz#1018780
|
|
|
182b9e |
- nss_wrapper was replaced by gnutls-cli
|
|
|
182b9e |
Resolves: rhbz#990539
|
|
|
182b9e |
|
|
|
182b9e |
* Wed Jan 29 2014 Marek Grac <mgrac@redhat.com> - 4.0.2-13
|
|
|
182b9e |
- fencing: Do not use public key if identity file is not defined
|
|
|
182b9e |
Resolves: rhbz#1048843
|
|
|
182b9e |
- fence_vmware_soap: Add support for --delay option
|
|
|
182b9e |
Resolves: rhbz#1057299
|
|
|
182b9e |
- fence_wti: Add support for named groups (also for firmware 1.43)
|
|
|
182b9e |
Resolves: rhbz#1022536
|
|
|
182b9e |
|
|
|
182b9e |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 4.0.2-12
|
|
|
182b9e |
- Mass rebuild 2014-01-24
|
|
|
182b9e |
|
|
|
182b9e |
* Thu Jan 23 2014 Marek Grac <mgrac@redhat.com> - 4.0.2-11
|
|
|
182b9e |
- fencing: Ensure validity of XML metadata using Relax NG
|
|
|
182b9e |
Resolves: rhbz#1022529
|
|
|
182b9e |
|
|
|
182b9e |
* Thu Jan 23 2014 Marek Grac <mgrac@redhat.com> - 4.0.2-10
|
|
|
182b9e |
- fix default action for fabric fencing agents
|
|
|
182b9e |
Resolves: rhbz#1021392
|
|
|
182b9e |
- modify key generation in fence_scsi to support pacemaker/corosync cluster
|
|
|
182b9e |
Resolves: rhbz#994466
|
|
|
182b9e |
|
|
|
182b9e |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 4.0.2-9
|
|
|
182b9e |
- Mass rebuild 2013-12-27
|
|
|
182b9e |
|
|
|
182b9e |
* Wed Nov 20 2013 Marek Grac <mgrac@redhat.com> - 4.0.2-8
|
|
|
182b9e |
- fence-agents-all now includes fence-virt which is not available everywhere
|
|
|
182b9e |
Resolves: rhbz#1028940
|
|
|
182b9e |
|
|
|
182b9e |
* Tue Nov 12 2013 Marek Grac <mgrac@redhat.com> - 4.0.2-7
|
|
|
182b9e |
- fence-agents-all now includes fence-virt
|
|
|
182b9e |
Resolves: rhbz#1028940
|
|
|
182b9e |
|
|
|
d67cb5 |
* Mon Nov 04 2013 Marek Grac <mgrac@redhat.com> - 4.0.2-6
|
|
|
d67cb5 |
- fencing: Ensure validity of XML metadata using Relax NG
|
|
|
d67cb5 |
Resolves: rhbz#1022529
|
|
|
d67cb5 |
- fencing: Fix invalid use of options[".."]
|
|
|
d67cb5 |
Resolves: rhbz#1022533
|
|
|
d67cb5 |
- fence_brocade: Add fence agent
|
|
|
d67cb5 |
Resolves: rhbz#1021392
|
|
|
d67cb5 |
|
|
|
d67cb5 |
* Mon Nov 04 2013 Marek Grac <mgrac@redhat.com> - 4.0.2-5
|
|
|
d67cb5 |
- fence_vmware_soap: Report if user privileges are not enough for given operation
|
|
|
d67cb5 |
Resolves: rhbz#1018780
|
|
|
d67cb5 |
- fence_wti: Add support for named groups
|
|
|
d67cb5 |
Resolves: rhbz#1022536
|
|
|
d67cb5 |
- fence_rsb: Update regular expression to match newer firmware version
|
|
|
d67cb5 |
Resolves: rhbz#1022538
|
|
|
d67cb5 |
|
|
|
d67cb5 |
* Mon Nov 04 2013 Marek Grac <mgrac@redhat.com> - 4.0.2-4
|
|
|
d67cb5 |
- fence_vmware_soap: Disable cache in SUDS library to resolve SELinux problems
|
|
|
d67cb5 |
Resolves: rhbz#1022528
|
|
|
d67cb5 |
- fencing: Add information that operation 'unfence' should be run automatically after start of the cluster
|
|
|
d67cb5 |
Resolves: rhbz#1012994
|
|
|
d67cb5 |
- Aligned to upstream 4.0.4
|
|
|
d67cb5 |
|
|
|
d67cb5 |
* Mon Sep 02 2013 Marek Grac <mgrac@redhat.com> - 4.0.2-3
|
|
|
d67cb5 |
- fence_bladecenter: Fix telnet login failure
|
|
|
d67cb5 |
- fence_brocade: Rewrite to fencing library
|
|
|
d67cb5 |
- fencing_snmp: Fix 'KeyError --a'
|
|
|
d67cb5 |
- fence_scsi: Fix XML metadata
|
|
|
d67cb5 |
- fence_scsi: Add a documentation of "delay"
|
|
|
d67cb5 |
- fence_ilo2: Unable to login when password contains "
|
|
|
d67cb5 |
|
|
|
d67cb5 |
* Tue Jul 30 2013 Marek Grac <mgrac@redhat.com> - 4.0.2-2
|
|
|
d67cb5 |
- new upstream release
|
|
|
d67cb5 |
|
|
|
d67cb5 |
* Tue Jul 09 2013 Marek Grac <mgrac@redhat.com> - 4.0.1-1
|
|
|
d67cb5 |
- new upstream release
|
|
|
d67cb5 |
|
|
|
d67cb5 |
* Mon Jun 24 2013 Marek Grac <mgrac@redhat.com> - 4.0.0-5
|
|
|
d67cb5 |
- fence-agents-all should provide fence-agent for clean update path
|
|
|
d67cb5 |
|
|
|
d67cb5 |
* Wed Apr 03 2013 Marek Grac <mgrac@redhat.com> - 4.0.0-4
|
|
|
d67cb5 |
- minor changes in spec file
|
|
|
d67cb5 |
|
|
|
d67cb5 |
* Thu Mar 21 2013 Marek Grac <mgrac@redhat.com> - 4.0.0-3
|
|
|
d67cb5 |
- minor changes in spec file
|
|
|
d67cb5 |
|
|
|
d67cb5 |
* Mon Mar 18 2013 Marek Grac <mgrac@redhat.com> - 4.0.0-2
|
|
|
d67cb5 |
- minor changes in spec file
|
|
|
d67cb5 |
|
|
|
d67cb5 |
* Mon Mar 11 2013 Marek Grac <mgrac@redhat.com> - 4.0.0-1
|
|
|
d67cb5 |
- new upstream release
|
|
|
d67cb5 |
- introducing subpackages
|
|
|
d67cb5 |
|
|
|
d67cb5 |
|