05afe3
#
05afe3
# All modifications and additions to the file contributed by third parties
05afe3
# remain the property of their copyright owners, unless otherwise agreed
05afe3
# upon. The license for this file, and modifications and additions to the
05afe3
# file, is the same license as for the pristine package itself (unless the
05afe3
# license for the pristine package is not an Open Source License, in which
05afe3
# case the license is the MIT License). An "Open Source License" is a
05afe3
# license that conforms to the Open Source Definition (Version 1.9)
05afe3
# published by the Open Source Initiative.
05afe3
#
05afe3
05afe3
# Below is the script used to generate a new source file
05afe3
# from the resource-agent upstream git repo.
05afe3
#
05afe3
# TAG=$(git log --pretty="format:%h" -n 1)
05afe3
# distdir="ClusterLabs-resource-agents-${TAG}"
05afe3
# TARFILE="${distdir}.tar.gz"
05afe3
# rm -rf $TARFILE $distdir
05afe3
# git archive --prefix=$distdir/ HEAD | gzip > $TARFILE
05afe3
#
05afe3
05afe3
%global upstream_prefix ClusterLabs-resource-agents
e87a70
%global upstream_version 55a4e2c9
05afe3
05afe3
# bundles
05afe3
%global bundled_lib_dir		bundled
05afe3
## google cloud
05afe3
# google-cloud-sdk bundle
05afe3
%global googlecloudsdk		google-cloud-sdk
3efa9f
%global googlecloudsdk_version	360.0.0
05afe3
%global googlecloudsdk_dir	%{bundled_lib_dir}/gcp/%{googlecloudsdk}
05afe3
# python-pyroute2 bundle
05afe3
%global pyroute2		pyroute2
05afe3
%global pyroute2_version	0.4.13
05afe3
%global pyroute2_dir		%{bundled_lib_dir}/gcp/%{pyroute2}
f065e8
# python-httplib2 bundle
f065e8
%global httplib2		httplib2
f065e8
%global httplib2_version	0.20.4
05afe3
## alibaba cloud
05afe3
# python-colorama bundle
05afe3
%global colorama		colorama
05afe3
%global colorama_version	0.3.3
05afe3
%global colorama_dir		%{bundled_lib_dir}/aliyun/%{colorama}
05afe3
# python-pycryptodome bundle
05afe3
%global pycryptodome		pycryptodome
05afe3
%global pycryptodome_version	3.6.4
05afe3
%global pycryptodome_dir	%{bundled_lib_dir}/aliyun/%{pycryptodome}
05afe3
# python-aliyun-sdk-core bundle
05afe3
%global aliyunsdkcore		aliyun-python-sdk-core
4d1913
%global aliyunsdkcore_version	2.13.1
05afe3
%global aliyunsdkcore_dir	%{bundled_lib_dir}/aliyun/%{aliyunsdkcore}
05afe3
# python-aliyun-sdk-ecs bundle
05afe3
%global aliyunsdkecs		aliyun-python-sdk-ecs
05afe3
%global aliyunsdkecs_version	4.9.3
05afe3
%global aliyunsdkecs_dir	%{bundled_lib_dir}/aliyun/%{aliyunsdkecs}
05afe3
# python-aliyun-sdk-vpc bundle
05afe3
%global aliyunsdkvpc		aliyun-python-sdk-vpc
05afe3
%global aliyunsdkvpc_version	3.0.2
05afe3
%global aliyunsdkvpc_dir	%{bundled_lib_dir}/aliyun/%{aliyunsdkvpc}
05afe3
# aliyuncli bundle
05afe3
%global aliyuncli		aliyun-cli
05afe3
%global aliyuncli_version	2.1.10
05afe3
%global aliyuncli_dir		%{bundled_lib_dir}/aliyun/%{aliyuncli}
05afe3
05afe3
# determine the ras-set to process based on configure invokation
05afe3
%bcond_with rgmanager
05afe3
%bcond_without linuxha
05afe3
05afe3
Name:		resource-agents
05afe3
Summary:	Open Source HA Reusable Cluster Resource Scripts
e87a70
Version:	4.9.0
28ec26
Release:	40%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
05afe3
License:	GPLv2+ and LGPLv2+
05afe3
URL:		https://github.com/ClusterLabs/resource-agents
05afe3
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
05afe3
Group:		System Environment/Base
05afe3
%else
05afe3
Group:		Productivity/Clustering/HA
05afe3
%endif
05afe3
Source0:	%{upstream_prefix}-%{upstream_version}.tar.gz
914f09
Source1:	%{googlecloudsdk}-%{googlecloudsdk_version}-linux-x86_64.tar.gz
3efa9f
Source2:	%{pyroute2}-%{pyroute2_version}.tar.gz
f065e8
Source3:	pyparsing-2.4.7-py2.py3-none-any.whl
f065e8
Source4:	%{httplib2}-%{httplib2_version}.tar.gz
f065e8
Source5:	%{colorama}-%{colorama_version}.tar.gz
f065e8
Source6:	%{pycryptodome}-%{pycryptodome_version}.tar.gz
f065e8
Source7:	%{aliyunsdkcore}-%{aliyunsdkcore_version}.tar.gz
f065e8
Source8:	%{aliyunsdkecs}-%{aliyunsdkecs_version}.tar.gz
f065e8
Source9:	%{aliyunsdkvpc}-%{aliyunsdkvpc_version}.tar.gz
f065e8
Source10:	%{aliyuncli}-%{aliyuncli_version}.tar.gz
e87a70
Patch0: 	nova-compute-wait-NovaEvacuate.patch
e87a70
Patch1: 	bz1872754-pgsqlms-new-ra.patch
e87a70
Patch2: 	bz1995178-storage-mon-fix-typo.patch
e87a70
Patch3: 	bz2008333-gcp-pd-move-gcp-vpc-move-route-dont-fail-due-to-incorrect-rc.patch
e87a70
Patch4: 	bz2003117-all-agents-set-correct-agent-ocf-version.patch
e87a70
Patch5: 	bz2014415-nfsserver-add-nfs_server_scope-parameter.patch
e87a70
Patch6: 	bz2015789-gcp-ilb-1-fix-log_enable.patch
e87a70
Patch7: 	bz2015789-gcp-ilb-2-only-check-log_cmd-if-log-enabled.patch
e87a70
Patch8: 	bz2015789-gcp-ilb-3-use-bundled-gcloud.patch
e87a70
Patch9: 	bz2027591-nfsnotify-fix-notify_args-default.patch
e87a70
Patch10:	bz2012057-Route-return-OCF_NOT_RUNNING-missing-route.patch
e87a70
Patch11:	bz2029706-1-db2-crm_attribute-use-forever.patch
e87a70
Patch12:	bz2029706-2-db2-fixes.patch
e87a70
Patch13:	bz1992661-mysql-use-ssl-mode.patch
f065e8
Patch14:	bz2064342-1-IPsrcaddr-dhcp-warning.patch
f065e8
Patch15:	bz2064342-2-IPsrcaddr-error-message-route-not-found.patch
f065e8
Patch16:	bz2064342-3-IPsrcaddr-fix-indentation.patch
f065e8
Patch17:	bz2064342-4-IPsrcaddr-fixes.patch
f065e8
Patch18:	bz1908146-bz1908147-bz1908148-bz1949114-update-openstack-agents.patch
f065e8
Patch19:	bz2072043-LVM-activate-fix-fence-issue.patch
f065e8
Patch20:	bz2049414-Filesystem-1-fix-uuid-label-device-whitespace.patch
f065e8
Patch21:	bz2049414-Filesystem-2-improve-uuid-label-device-logic.patch
f065e8
Patch22:	bz2086889-lvmlockd-fail-when-use_lvmlockd-not-set.patch
f065e8
Patch23:	bz2093214-aws-vpc-move-ip-add-interface-label-support.patch
f065e8
Patch24:	bz1908148-openstack-info-fix-bashism.patch
f065e8
Patch25:	bz1908146-bz1908147-bz1949114-openstack-agents-fixes.patch
f065e8
Patch26:	bz1908146-bz1908147-bz1908148-bz1949114-openstack-agents-warn-when-openstackcli-slow.patch
f065e8
Patch27:	bz2103370-ocf-tester-1-update.patch
f065e8
Patch28:	bz2103370-ocf-tester-2-remove-deprecated-lrmd-lrmadmin-code.patch
f065e8
Patch29:	bz1908146-bz1908147-bz1908148-bz1949114-openstack-agents-set-domain-parameters-default.patch
f065e8
Patch30:	bz2090370-CTDB-move-process-to-root-cgroup-if-rt-enabled.patch
f065e8
Patch31:	bz2116941-ethmonitor-ovsmonitor-pgsql-fix-attrd_updater-q.patch
28ec26
Patch32:	bz2109159-storage_mon-1-exit-after-help.patch
28ec26
Patch33:	bz2109159-storage_mon-2-fix-specified-scores-count.patch
28ec26
Patch34:	bz2109159-storage_mon-3-fix-child-process-exit.patch
28ec26
Patch35:	bz2109159-storage_mon-4-fix-possible-false-negatives.patch
28ec26
Patch36:	bz1905820-LVM-activate-fix-return-codes.patch
28ec26
Patch37:	bz1977012-azure-events-az-new-ra.patch
28ec26
Patch38:	bz2133682-IPsrcaddr-proto-metric-scope-default-route-fixes.patch
28ec26
Patch39:	bz2141836-vdo-vol-dont-fail-probe-action.patch
28ec26
Patch40:	bz2049319-Filesystem-add-support-for-Amazon-EFS.patch
28ec26
Patch41:	bz2127117-nfsserver-nfsv4_only-parameter.patch
28ec26
Patch42:	bz2139131-mysql-common-return-error-if-kill-fails.patch
28ec26
Patch43:	bz2157873-1-all-ras-validate-all-OCF_CHECK_LEVEL-10.patch
28ec26
Patch44:	bz2157873-2-Filesystem-CTDB-validate-all-improvements.patch
28ec26
Patch45:	bz2157873-3-pgsqlms-validate-all-OCF_CHECK_LEVEL-10.patch
28ec26
Patch46:	bz2157873-4-exportfs-pgsql-validate-all-fixes.patch
28ec26
Patch47:	bz2157873-5-pgsqlms-alidate-all-OCF_CHECK_LEVEL-10.patch
9cf66a
05afe3
# bundle patches
05afe3
Patch1000:	7-gcp-bundled.patch
3efa9f
Patch1001:	9-google-cloud-sdk-oauth2client-python-rsa-to-cryptography.patch
3efa9f
Patch1002:	10-gcloud-support-info.patch
e87a70
Patch1003:	gcp-configure-skip-bundled-lib-checks.patch
e87a70
Patch1004:	bz1691456-gcloud-dont-detect-python2.patch
e87a70
Patch1005:	aliyun-vpc-move-ip-4-bundled.patch
e87a70
Patch1006:	python3-syntax-fixes.patch
e87a70
Patch1007:	aliyuncli-python3-fixes.patch
e87a70
Patch1008:	bz1935422-python-pygments-fix-CVE-2021-20270.patch
e87a70
Patch1009:	bz1943464-python-pygments-fix-CVE-2021-27291.patch
05afe3
05afe3
Obsoletes:	heartbeat-resources <= %{version}
05afe3
Provides:	heartbeat-resources = %{version}
05afe3
05afe3
# Build dependencies
05afe3
BuildRequires: automake autoconf gcc
4d1913
BuildRequires: perl-interpreter python3-devel
05afe3
BuildRequires: libxslt glib2-devel
05afe3
BuildRequires: systemd
05afe3
BuildRequires: which
05afe3
f065e8
%ifarch x86_64
f065e8
BuildRequires: python3-pip
f065e8
%endif
f065e8
05afe3
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
05afe3
#BuildRequires: cluster-glue-libs-devel
05afe3
BuildRequires: docbook-style-xsl docbook-dtds
05afe3
%if 0%{?rhel} == 0
05afe3
BuildRequires: libnet-devel
05afe3
%endif
05afe3
%endif
05afe3
05afe3
## Runtime deps
05afe3
# system tools shared by several agents
05afe3
Requires: /bin/bash /usr/bin/grep /bin/sed /bin/gawk
05afe3
Requires: /bin/ps /usr/bin/pkill /usr/bin/hostname /usr/bin/netstat
05afe3
Requires: /usr/sbin/fuser /bin/mount
05afe3
05afe3
# Filesystem / fs.sh / netfs.sh
05afe3
Requires: /sbin/fsck
05afe3
Requires: /usr/sbin/fsck.ext2 /usr/sbin/fsck.ext3 /usr/sbin/fsck.ext4
05afe3
Requires: /usr/sbin/fsck.xfs
030326
Requires: /sbin/mount.nfs /sbin/mount.nfs4
030326
%if 0%{?fedora} < 33 || (0%{?rhel} && 0%{?rhel} < 9) || (0%{?centos} && 0%{?centos} < 9) || 0%{?suse_version}
030326
%if (0%{?rhel} && 0%{?rhel} < 8) || (0%{?centos} && 0%{?centos} < 8)
030326
Requires: /usr/sbin/mount.cifs
030326
%else
030326
Recommends: /usr/sbin/mount.cifs
030326
%endif
030326
%endif
05afe3
05afe3
# IPaddr2
05afe3
Requires: /sbin/ip
05afe3
05afe3
# LVM / lvm.sh
05afe3
Requires: /usr/sbin/lvm
05afe3
05afe3
# nfsserver / netfs.sh
05afe3
Requires: /usr/sbin/rpc.nfsd /sbin/rpc.statd /usr/sbin/rpc.mountd
05afe3
914f09
# ocf.py
914f09
Requires: python3
914f09
05afe3
# rgmanager
05afe3
%if %{with rgmanager}
05afe3
# ip.sh
05afe3
Requires: /usr/sbin/ethtool
05afe3
Requires: /sbin/rdisc /usr/sbin/arping /bin/ping /bin/ping6
05afe3
05afe3
# nfsexport.sh
05afe3
Requires: /sbin/findfs
05afe3
Requires: /sbin/quotaon /sbin/quotacheck
05afe3
%endif
05afe3
05afe3
%description
05afe3
A set of scripts to interface with several services to operate in a
05afe3
High Availability environment for both Pacemaker and rgmanager
05afe3
service managers.
05afe3
05afe3
%ifarch x86_64
05afe3
%package aliyun
05afe3
License:	GPLv2+ and LGPLv2+ and ASL 2.0 and BSD and MIT
05afe3
Summary:	Alibaba Cloud (Aliyun) resource agents
05afe3
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
05afe3
Group:		System Environment/Base
05afe3
%else
05afe3
Group:		Productivity/Clustering/HA
05afe3
%endif
05afe3
Requires:	%{name} = %{version}-%{release}
4d1913
Requires:	python3-jmespath >= 0.9.0
4d1913
Requires:	python3-urllib3
05afe3
# python-colorama bundle
05afe3
Provides:	bundled(python-%{colorama}) = %{colorama_version}
05afe3
# python-pycryptodome bundle
05afe3
Provides:	bundled(python-%{pycryptodome}) = %{pycryptodome_version}
05afe3
# python-aliyun-sdk-core bundle
05afe3
Provides:	bundled(python-aliyun-sdk-core) = %{aliyunsdkcore_version}
05afe3
# python-aliyun-sdk-ecs bundle
05afe3
Provides:	bundled(python-aliyun-sdk-ecs) = %{aliyunsdkecs_version}
05afe3
# python-aliyun-sdk-vpc bundle
05afe3
Provides:	bundled(python-aliyun-sdk-vpc) = %{aliyunsdkvpc_version}
05afe3
# aliyuncli bundle
05afe3
Provides:	bundled(aliyuncli) = %{aliyuncli_version}
05afe3
05afe3
%description aliyun
05afe3
Alibaba Cloud (Aliyun) resource agents allows Alibaba Cloud
05afe3
(Aliyun) instances to be managed in a cluster environment.
05afe3
%endif
05afe3
05afe3
%ifarch x86_64
05afe3
%package gcp
05afe3
License:	GPLv2+ and LGPLv2+ and BSD and ASL 2.0 and MIT and Python
05afe3
Summary:	Google Cloud Platform resource agents
05afe3
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
05afe3
Group:		System Environment/Base
05afe3
%else
05afe3
Group:		Productivity/Clustering/HA
05afe3
%endif
05afe3
Requires:	%{name} = %{version}-%{release}
4d1913
Requires:	python3-google-api-client
e87a70
Requires:	socat
05afe3
# google-cloud-sdk bundle
05afe3
Requires:	python3-cryptography >= 1.7.2
05afe3
Requires:	python3-dateutil >= 2.6.0
05afe3
Provides:	bundled(%{googlecloudsdk}) = %{googlecloudsdk_version}
05afe3
Provides:	bundled(python-antlr3) = 3.1.1
05afe3
Provides:	bundled(python-appdirs) = 1.4.0
05afe3
Provides:	bundled(python-argparse) = 1.2.1
05afe3
Provides:	bundled(python-chardet) = 2.3.0
05afe3
Provides:	bundled(python-dulwich) = 0.10.2
05afe3
Provides:	bundled(python-ipaddress) = 1.0.16
05afe3
Provides:	bundled(python-ipaddr) = 2.1.11
05afe3
Provides:	bundled(python-mako) = 1.0.7
05afe3
Provides:	bundled(python-oauth2client) = 3.0.0
05afe3
Provides:	bundled(python-prompt_toolkit) = 1.0.13
05afe3
Provides:	bundled(python-pyasn1) = 0.4.2
05afe3
Provides:	bundled(python-pyasn1_modules) = 0.2.1
05afe3
Provides:	bundled(python-pygments) = 2.2.0
05afe3
Provides:	bundled(python-pyparsing) = 2.1.10
05afe3
Provides:	bundled(python-requests) = 2.10.0
05afe3
Provides:	bundled(python-six) = 1.11.0
05afe3
Provides:	bundled(python-uritemplate) = 3.0.0
05afe3
Provides:	bundled(python-urllib3) = 1.15.1
05afe3
Provides:	bundled(python-websocket) = 0.47.0
05afe3
Provides:	bundled(python-yaml) = 3.12
05afe3
# python-pyroute2 bundle
05afe3
Provides:	bundled(%{pyroute2}) = %{pyroute2_version}
f065e8
# python-httplib2 bundle
f065e8
Provides:	bundled(%{httplib2}) = %{httplib2_version}
05afe3
05afe3
%description gcp
05afe3
The Google Cloud Platform resource agents allows Google Cloud
05afe3
Platform instances to be managed in a cluster environment.
05afe3
%endif
05afe3
27b8ba
%package paf
27b8ba
License:	PostgreSQL
27b8ba
Summary:	PostgreSQL Automatic Failover (PAF) resource agent
27b8ba
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
27b8ba
Group:		System Environment/Base
27b8ba
%else
27b8ba
Group:		Productivity/Clustering/HA
27b8ba
%endif
27b8ba
Requires:	%{name} = %{version}-%{release}
27b8ba
Requires:	perl-interpreter
27b8ba
27b8ba
%description paf
27b8ba
PostgreSQL Automatic Failover (PAF) resource agents allows PostgreSQL
27b8ba
databases to be managed in a cluster environment.
27b8ba
05afe3
%prep
05afe3
%if 0%{?suse_version} == 0 && 0%{?fedora} == 0 && 0%{?centos_version} == 0 && 0%{?rhel} == 0
05afe3
%{error:Unable to determine the distribution/version. This is generally caused by missing /etc/rpm/macros.dist. Please install the correct build packages or define the required macros manually.}
05afe3
exit 1
05afe3
%endif
05afe3
%setup -q -n %{upstream_prefix}-%{upstream_version}
05afe3
%patch0 -p1
05afe3
%patch1 -p1
05afe3
%patch2 -p1
05afe3
%patch3 -p1
05afe3
%patch4 -p1
05afe3
%patch5 -p1
05afe3
%patch6 -p1
05afe3
%patch7 -p1
05afe3
%patch8 -p1
05afe3
%patch9 -p1
05afe3
%patch10 -p1
05afe3
%patch11 -p1
05afe3
%patch12 -p1
05afe3
%patch13 -p1
05afe3
%patch14 -p1
05afe3
%patch15 -p1
05afe3
%patch16 -p1
05afe3
%patch17 -p1
930c25
%patch18 -p1
4491bb
%patch19 -p1
f065e8
%patch20 -p1
f065e8
%patch21 -p1
f065e8
%patch22 -p1
f065e8
%patch23 -p1
f065e8
%patch24 -p1
f065e8
%patch25 -p1
f065e8
%patch26 -p1
f065e8
%patch27 -p1
f065e8
%patch28 -p1
f065e8
%patch29 -p1
f065e8
%patch30 -p1
f065e8
%patch31 -p1
a893af
%patch32 -p1
a893af
%patch33 -p1
ea17ca
%patch34 -p1
28ec26
%patch35 -p1
28ec26
%patch36 -p1
28ec26
%patch37 -p1
28ec26
%patch38 -p1
28ec26
%patch39 -p1
28ec26
%patch40 -p1
28ec26
%patch41 -p1
28ec26
%patch42 -p1
28ec26
%patch43 -p1
28ec26
%patch44 -p1
28ec26
%patch45 -p1
28ec26
%patch46 -p1
28ec26
%patch47 -p1
05afe3
05afe3
chmod 755 heartbeat/nova-compute-wait
05afe3
chmod 755 heartbeat/NovaEvacuate
27b8ba
chmod 755 heartbeat/pgsqlms
05afe3
05afe3
# bundles
05afe3
mkdir -p %{bundled_lib_dir}/gcp
05afe3
mkdir -p %{bundled_lib_dir}/aliyun
05afe3
05afe3
# google-cloud-sdk bundle
05afe3
%ifarch x86_64
914f09
tar -xzf %SOURCE1 -C %{bundled_lib_dir}/gcp
05afe3
# gcp*: append bundled-directory to search path, gcloud-ra
f065e8
%patch1000 -p1
05afe3
# replace python-rsa with python-cryptography
3efa9f
%patch1001 -p1
05afe3
# gcloud support info
3efa9f
%patch1002 -p1
e87a70
# configure: skip bundled gcp lib checks
a893af
%patch1003 -p1 -F1
e87a70
# gcloud remove python 2 detection
e87a70
%patch1004 -p1
05afe3
# rename gcloud
05afe3
mv %{googlecloudsdk_dir}/bin/gcloud %{googlecloudsdk_dir}/bin/gcloud-ra
05afe3
# keep googleapiclient
05afe3
mv %{googlecloudsdk_dir}/platform/bq/third_party/googleapiclient %{googlecloudsdk_dir}/lib/third_party
05afe3
# only keep gcloud
3efa9f
rm -rf %{googlecloudsdk_dir}/bin/{anthoscli,bootstrapping,bq,dev_appserver.py,docker-credential-gcloud,endpointscfg.py,git-credential-gcloud.sh,gsutil,java_dev_appserver.sh} %{googlecloudsdk_dir}/{completion.*,deb,install.*,path.*,platform,properties,RELEASE_NOTES,rpm,VERSION}
4d1913
# remove Python 2 code
4d1913
rm -rf %{googlecloudsdk_dir}/lib/third_party/*/python2
05afe3
# remove python-rsa
05afe3
rm -rf %{googlecloudsdk_dir}/lib/third_party/rsa
05afe3
# remove grpc
05afe3
rm -rf %{googlecloudsdk_dir}/lib/third_party/grpc
05afe3
# remove dateutil
05afe3
rm -rf %{googlecloudsdk_dir}/lib/third_party/dateutil
05afe3
# docs/licenses
05afe3
cp %{googlecloudsdk_dir}/README %{googlecloudsdk}_README
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/argparse/README.txt %{googlecloudsdk}_argparse_README.txt
05afe3
cp %{googlecloudsdk_dir}/LICENSE %{googlecloudsdk}_LICENSE
3efa9f
cp %{googlecloudsdk_dir}/lib/third_party/httplib2/LICENSE %{googlecloudsdk}_httplib2_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/contextlib2/LICENSE %{googlecloudsdk}_contextlib2_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/concurrent/LICENSE %{googlecloudsdk}_concurrent_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/yaml/LICENSE %{googlecloudsdk}_yaml_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/pyu2f/LICENSE %{googlecloudsdk}_pyu2f_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/ml_sdk/LICENSE %{googlecloudsdk}_ml_sdk_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/ml_sdk/pkg/LICENSE %{googlecloudsdk}_pkg_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/ipaddr/LICENSE %{googlecloudsdk}_ipaddr_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/urllib3/LICENSE %{googlecloudsdk}_urllib3_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/ipaddress/LICENSE %{googlecloudsdk}_ipaddress_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/requests/LICENSE %{googlecloudsdk}_requests_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/docker/LICENSE %{googlecloudsdk}_docker_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/monotonic/LICENSE %{googlecloudsdk}_monotonic_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/websocket/LICENSE %{googlecloudsdk}_websocket_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/fasteners/LICENSE %{googlecloudsdk}_fasteners_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/wcwidth/LICENSE %{googlecloudsdk}_wcwidth_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/pygments/LICENSE %{googlecloudsdk}_pygments_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/oauth2client/LICENSE %{googlecloudsdk}_oauth2client_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/uritemplate/LICENSE %{googlecloudsdk}_uritemplate_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/dulwich/LICENSE %{googlecloudsdk}_dulwich_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/mako/LICENSE %{googlecloudsdk}_mako_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/packaging/LICENSE %{googlecloudsdk}_packaging_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/socks/LICENSE %{googlecloudsdk}_socks_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/antlr3/LICENSE %{googlecloudsdk}_antlr3_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/argparse/LICENSE.txt %{googlecloudsdk}_argparse_LICENSE.txt
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/chardet/LICENSE %{googlecloudsdk}_chardet_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/ruamel/LICENSE %{googlecloudsdk}_ruamel_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/appdirs/LICENSE %{googlecloudsdk}_appdirs_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/argcomplete/LICENSE %{googlecloudsdk}_argcomplete_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/pyasn1_modules/LICENSE %{googlecloudsdk}_pyasn1_modules_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/setuptools/LICENSE %{googlecloudsdk}_setuptools_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/google/LICENSE %{googlecloudsdk}_google_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/google/protobuf/LICENSE %{googlecloudsdk}_protobuf_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/six/LICENSE %{googlecloudsdk}_six_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/dns/LICENSE %{googlecloudsdk}_dns_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/enum/LICENSE %{googlecloudsdk}_enum_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/gae_ext_runtime/LICENSE %{googlecloudsdk}_gae_ext_runtime_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/fancy_urllib/LICENSE %{googlecloudsdk}_fancy_urllib_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/pyasn1/LICENSE %{googlecloudsdk}_pyasn1_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/apitools/LICENSE %{googlecloudsdk}_apitools_LICENSE
05afe3
cp %{googlecloudsdk_dir}/lib/third_party/containerregistry/LICENSE %{googlecloudsdk}_containerregistry_LICENSE
05afe3
05afe3
# python-pyroute2 bundle
3efa9f
tar -xzf %SOURCE2 -C %{bundled_lib_dir}/gcp
05afe3
mv %{bundled_lib_dir}/gcp/%{pyroute2}-%{pyroute2_version} %{pyroute2_dir}
05afe3
cp %{pyroute2_dir}/README.md %{pyroute2}_README.md
05afe3
cp %{pyroute2_dir}/README.license.md %{pyroute2}_README.license.md
05afe3
cp %{pyroute2_dir}/LICENSE.Apache.v2 %{pyroute2}_LICENSE.Apache.v2
05afe3
cp %{pyroute2_dir}/LICENSE.GPL.v2 %{pyroute2}_LICENSE.GPL.v2
05afe3
05afe3
# python-colorama bundle
f065e8
tar -xzf %SOURCE5 -C %{bundled_lib_dir}/aliyun
05afe3
mv %{bundled_lib_dir}/aliyun/%{colorama}-%{colorama_version} %{colorama_dir}
05afe3
cp %{colorama_dir}/LICENSE.txt %{colorama}_LICENSE.txt
05afe3
cp %{colorama_dir}/README.rst %{colorama}_README.rst
05afe3
05afe3
pushd %{colorama_dir}
05afe3
# remove bundled egg-info
05afe3
rm -rf *.egg-info
05afe3
popd
05afe3
05afe3
# python-pycryptodome bundle
f065e8
tar -xzf %SOURCE6 -C %{bundled_lib_dir}/aliyun
05afe3
mv %{bundled_lib_dir}/aliyun/%{pycryptodome}-%{pycryptodome_version} %{pycryptodome_dir}
05afe3
cp %{pycryptodome_dir}/README.rst %{pycryptodome}_README.rst
05afe3
cp %{pycryptodome_dir}/LICENSE.rst %{pycryptodome}_LICENSE.rst
05afe3
05afe3
# python-aliyun-sdk-core bundle
f065e8
tar -xzf %SOURCE7 -C %{bundled_lib_dir}/aliyun
05afe3
mv %{bundled_lib_dir}/aliyun/%{aliyunsdkcore}-%{aliyunsdkcore_version} %{aliyunsdkcore_dir}
05afe3
cp %{aliyunsdkcore_dir}/README.rst %{aliyunsdkcore}_README.rst
05afe3
05afe3
# python-aliyun-sdk-ecs bundle
f065e8
tar -xzf %SOURCE8 -C %{bundled_lib_dir}/aliyun
05afe3
mv %{bundled_lib_dir}/aliyun/%{aliyunsdkecs}-%{aliyunsdkecs_version} %{aliyunsdkecs_dir}
05afe3
cp %{aliyunsdkecs_dir}/README.rst %{aliyunsdkecs}_README.rst
05afe3
05afe3
# python-aliyun-sdk-vpc bundle
f065e8
tar -xzf %SOURCE9 -C %{bundled_lib_dir}/aliyun
05afe3
mv %{bundled_lib_dir}/aliyun/%{aliyunsdkvpc}-%{aliyunsdkvpc_version} %{aliyunsdkvpc_dir}
05afe3
cp %{aliyunsdkvpc_dir}/README.rst %{aliyunsdkvpc}_README.rst
05afe3
05afe3
# aliyuncli bundle
f065e8
tar -xzf %SOURCE10 -C %{bundled_lib_dir}/aliyun
05afe3
mv %{bundled_lib_dir}/aliyun/%{aliyuncli}-%{aliyuncli_version} %{aliyuncli_dir}
05afe3
cp %{aliyuncli_dir}/README.rst %{aliyuncli}_README.rst
05afe3
cp %{aliyuncli_dir}/LICENSE %{aliyuncli}_LICENSE
05afe3
# aliyun*: use bundled libraries
e87a70
%patch1005 -p1
05afe3
05afe3
# aliyun Python 3 fixes
4d1913
%patch1006 -p1
e87a70
%patch1007 -p1
27b8ba
27b8ba
# fix CVE's in python-pygments
27b8ba
pushd %{googlecloudsdk_dir}/lib/third_party
27b8ba
%patch1008 -p1 -F2
e87a70
%patch1009 -p1 -F2
27b8ba
popd
05afe3
%endif
05afe3
05afe3
%build
05afe3
if [ ! -f configure ]; then
05afe3
	./autogen.sh
05afe3
fi
05afe3
05afe3
%if 0%{?fedora} >= 11 || 0%{?centos_version} > 5 || 0%{?rhel} > 5
05afe3
CFLAGS="$(echo '%{optflags}')"
05afe3
%global conf_opt_fatal "--enable-fatal-warnings=no"
05afe3
%else
05afe3
CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}"
05afe3
%global conf_opt_fatal "--enable-fatal-warnings=yes"
05afe3
%endif
05afe3
05afe3
%if %{with rgmanager}
05afe3
%global rasset rgmanager
05afe3
%endif
05afe3
%if %{with linuxha}
05afe3
%global rasset linux-ha
05afe3
%endif
05afe3
%if %{with rgmanager} && %{with linuxha}
05afe3
%global rasset all
05afe3
%endif
05afe3
05afe3
export CFLAGS
05afe3
05afe3
%configure BASH_SHELL="/bin/bash" \
05afe3
	PYTHON="%{__python3}" \
05afe3
	%{conf_opt_fatal} \
05afe3
%if %{defined _unitdir}
e87a70
    SYSTEMD_UNIT_DIR=%{_unitdir} \
05afe3
%endif
05afe3
%if %{defined _tmpfilesdir}
e87a70
    SYSTEMD_TMPFILES_DIR=%{_tmpfilesdir} \
05afe3
    --with-rsctmpdir=/run/resource-agents \
05afe3
%endif
05afe3
	--with-pkg-name=%{name} \
05afe3
	--with-ras-set=%{rasset}
05afe3
05afe3
%if %{defined jobs}
05afe3
JFLAGS="$(echo '-j%{jobs}')"
05afe3
%else
05afe3
JFLAGS="$(echo '%{_smp_mflags}')"
05afe3
%endif
05afe3
05afe3
make $JFLAGS
05afe3
05afe3
%ifarch x86_64
02ddf4
# python-pyroute2 bundle
05afe3
pushd %{pyroute2_dir}
05afe3
%{__python3} setup.py build
05afe3
popd
05afe3
05afe3
# python-colorama bundle
05afe3
pushd %{colorama_dir}
05afe3
%{__python3} setup.py build
05afe3
popd
05afe3
05afe3
# python-pycryptodome bundle
05afe3
pushd %{pycryptodome_dir}
05afe3
%{__python3} setup.py build
05afe3
popd
05afe3
05afe3
# python-aliyun-sdk-core bundle
05afe3
pushd %{aliyunsdkcore_dir}
05afe3
%{__python3} setup.py build
05afe3
popd
05afe3
05afe3
# python-aliyun-sdk-ecs bundle
05afe3
pushd %{aliyunsdkecs_dir}
05afe3
%{__python3} setup.py build
05afe3
popd
05afe3
05afe3
# python-aliyun-sdk-vpc bundle
05afe3
pushd %{aliyunsdkvpc_dir}
05afe3
%{__python3} setup.py build
05afe3
popd
05afe3
05afe3
# aliyuncli bundle
05afe3
pushd %{aliyuncli_dir}
05afe3
%{__python3} setup.py build
05afe3
popd
05afe3
%endif
05afe3
05afe3
%install
05afe3
rm -rf %{buildroot}
05afe3
make install DESTDIR=%{buildroot}
05afe3
4d1913
# byte compile ocf.py
4d1913
%py_byte_compile %{__python3} %{buildroot}%{_usr}/lib/ocf/lib/heartbeat
4d1913
05afe3
# google-cloud-sdk bundle
05afe3
%ifarch x86_64
05afe3
pushd %{googlecloudsdk_dir}
05afe3
mkdir -p %{buildroot}/usr/lib/%{name}/%{googlecloudsdk_dir}
05afe3
cp -a bin data lib %{buildroot}/usr/lib/%{name}/%{googlecloudsdk_dir}
05afe3
mkdir %{buildroot}/%{_bindir}
05afe3
ln -s /usr/lib/%{name}/%{googlecloudsdk_dir}/bin/gcloud-ra %{buildroot}/%{_bindir}
05afe3
popd
05afe3
05afe3
# python-pyroute2 bundle
05afe3
pushd %{pyroute2_dir}
05afe3
%{__python3} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}/gcp
05afe3
popd
05afe3
f065e8
# python-httplib2 bundle
f065e8
%{__python3} -m pip install --user --no-index --find-links %{_sourcedir} pyparsing
f065e8
%{__python3} -m pip install --target %{buildroot}/usr/lib/%{name}/%{bundled_lib_dir}/gcp --no-index --find-links %{_sourcedir} %{httplib2}
f065e8
05afe3
# python-colorama bundle
05afe3
pushd %{colorama_dir}
05afe3
%{__python3} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}/aliyun
05afe3
popd
05afe3
05afe3
# python-pycryptodome bundle
05afe3
pushd %{pycryptodome_dir}
05afe3
%{__python3} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}/aliyun
05afe3
popd
05afe3
05afe3
# python-aliyun-sdk-core bundle
05afe3
pushd %{aliyunsdkcore_dir}
05afe3
%{__python3} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}/aliyun
05afe3
popd
05afe3
05afe3
# python-aliyun-sdk-ecs bundle
05afe3
pushd %{aliyunsdkecs_dir}
05afe3
%{__python3} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}/aliyun
05afe3
popd
05afe3
05afe3
# python-aliyun-sdk-vpc bundle
05afe3
pushd %{aliyunsdkvpc_dir}
05afe3
%{__python3} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}/aliyun
05afe3
popd
05afe3
05afe3
# aliyuncli bundle
05afe3
pushd %{aliyuncli_dir}
05afe3
%{__python3} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}/aliyun
4d1913
sed -i -e "/^import sys/asys.path.insert(0, '/usr/lib/%{name}/%{bundled_lib_dir}/aliyun')\nsys.path.insert(1, '/usr/lib/%{name}/%{bundled_lib_dir}/aliyun/aliyuncli')" %{buildroot}/%{_bindir}/aliyuncli
05afe3
mv %{buildroot}/%{_bindir}/aliyuncli %{buildroot}/%{_bindir}/aliyuncli-ra
05afe3
# aliyun_completer / aliyun_zsh_complete.sh
05afe3
rm %{buildroot}/%{_bindir}/aliyun_*
05afe3
popd
05afe3
%endif
05afe3
05afe3
## tree fixup
05afe3
# remove docs (there is only one and they should come from doc sections in files)
05afe3
rm -rf %{buildroot}/usr/share/doc/resource-agents
05afe3
05afe3
##
05afe3
# Create symbolic link between IPAddr and IPAddr2
05afe3
##
05afe3
rm -f %{buildroot}/usr/lib/ocf/resource.d/heartbeat/IPaddr
05afe3
ln -s /usr/lib/ocf/resource.d/heartbeat/IPaddr2 %{buildroot}/usr/lib/ocf/resource.d/heartbeat/IPaddr
05afe3
05afe3
%clean
05afe3
rm -rf %{buildroot}
05afe3
05afe3
%files
05afe3
%defattr(-,root,root)
05afe3
%doc AUTHORS COPYING COPYING.GPLv3 COPYING.LGPL ChangeLog
05afe3
%if %{with linuxha}
05afe3
%doc heartbeat/README.galera
05afe3
%doc doc/README.webapps
05afe3
%doc %{_datadir}/%{name}/ra-api-1.dtd
05afe3
%doc %{_datadir}/%{name}/metadata.rng
05afe3
%endif
05afe3
05afe3
%if %{with rgmanager}
05afe3
%{_datadir}/cluster
05afe3
%{_sbindir}/rhev-check.sh
05afe3
%endif
05afe3
05afe3
%if %{with linuxha}
05afe3
%dir %{_usr}/lib/ocf
05afe3
%dir %{_usr}/lib/ocf/resource.d
05afe3
%dir %{_usr}/lib/ocf/lib
05afe3
05afe3
%{_usr}/lib/ocf/lib/heartbeat
05afe3
05afe3
%{_usr}/lib/ocf/resource.d/heartbeat
05afe3
%{_usr}/lib/ocf/resource.d/openstack
05afe3
%if %{with rgmanager}
05afe3
%{_usr}/lib/ocf/resource.d/redhat
05afe3
%endif
05afe3
e87a70
%{_datadir}/pkgconfig/%{name}.pc
e87a70
05afe3
%if %{defined _unitdir}
05afe3
%{_unitdir}/resource-agents-deps.target
05afe3
%endif
05afe3
%if %{defined _tmpfilesdir}
05afe3
%{_tmpfilesdir}/%{name}.conf
05afe3
%endif
05afe3
05afe3
%dir %{_datadir}/%{name}
05afe3
%dir %{_datadir}/%{name}/ocft
05afe3
%{_datadir}/%{name}/ocft/configs
05afe3
%{_datadir}/%{name}/ocft/caselib
05afe3
%{_datadir}/%{name}/ocft/README
05afe3
%{_datadir}/%{name}/ocft/README.zh_CN
05afe3
%{_datadir}/%{name}/ocft/helpers.sh
05afe3
%exclude %{_datadir}/%{name}/ocft/runocft
05afe3
%exclude %{_datadir}/%{name}/ocft/runocft.prereq
05afe3
f065e8
%{_sbindir}/ocf-tester
05afe3
%{_sbindir}/ocft
05afe3
05afe3
%{_includedir}/heartbeat
05afe3
05afe3
%if %{defined _tmpfilesdir}
05afe3
%dir %attr (1755, root, root)	/run/resource-agents
05afe3
%else
05afe3
%dir %attr (1755, root, root)	%{_var}/run/resource-agents
05afe3
%endif
05afe3
05afe3
%{_mandir}/man7/*.7*
f065e8
%{_mandir}/man8/ocf-tester.8*
05afe3
05afe3
###
05afe3
# Supported, but in another sub package
05afe3
###
914f09
%exclude /usr/lib/ocf/resource.d/heartbeat/aliyun-vpc-move-ip*
914f09
%exclude %{_mandir}/man7/*aliyun-vpc-move-ip*
05afe3
%exclude /usr/lib/ocf/resource.d/heartbeat/gcp*
05afe3
%exclude %{_mandir}/man7/*gcp*
05afe3
%exclude /usr/lib/%{name}/%{bundled_lib_dir}
27b8ba
%exclude /usr/lib/ocf/resource.d/heartbeat/pgsqlms
27b8ba
%exclude %{_mandir}/man7/*pgsqlms*
27b8ba
%exclude %{_usr}/lib/ocf/lib/heartbeat/OCF_*.pm
05afe3
05afe3
###
914f09
# Moved to separate packages
914f09
###
914f09
%exclude /usr/lib/ocf/resource.d/heartbeat/SAP*
914f09
%exclude /usr/lib/ocf/lib/heartbeat/sap*
914f09
%exclude %{_mandir}/man7/*SAP*
914f09
914f09
###
05afe3
# Unsupported
05afe3
###
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/AoEtarget
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/AudibleAlarm
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/ClusterMon
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/EvmsSCC
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/Evmsd
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/ICP
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/LVM
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/LinuxSCSI
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/ManageRAID
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/ManageVE
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/Pure-FTPd
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/Raid1
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/ServeRAID
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/SphinxSearchDaemon
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/Stateful
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/SysInfo
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/VIPArip
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/WAS
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/WAS6
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/WinPopup
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/Xen
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/ZFS
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/anything
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/asterisk
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/clvm
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/dnsupdate
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/docker-compose
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/dovecot
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/dummypy
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/eDir88
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/fio
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/ids
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/iface-bridge
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/ipsec
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/iscsi
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/jboss
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/jira
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/kamailio
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/ldirectord
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/lxc
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/lxd-info
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/machine-info
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/mariadb
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/mdraid
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/minio
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/mpathpersist
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/mysql-proxy
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/nvmet-*
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/ovsmonitor
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/pgagent
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/pingd
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/pound
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/proftpd
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/rkt
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/rsyslog
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/scsi2reservation
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/sfex
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/sg_persist
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/smb-share
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/syslog-ng
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/varnish
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/vmware
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/vsftpd
e87a70
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/zabbixserver
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_AoEtarget.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_AudibleAlarm.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_ClusterMon.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_EvmsSCC.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_Evmsd.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_ICP.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_IPaddr.7.gz
e87a70
%exclude %{_mandir}/man7/ocf_heartbeat_LVM.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_LinuxSCSI.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_ManageRAID.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_ManageVE.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_Pure-FTPd.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_Raid1.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_ServeRAID.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_SphinxSearchDaemon.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_Stateful.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_SysInfo.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_VIPArip.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_WAS.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_WAS6.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_WinPopup.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_Xen.7.gz
e87a70
%exclude %{_mandir}/man7/ocf_heartbeat_ZFS.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_anything.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_asterisk.7.gz
e87a70
%exclude %{_mandir}/man7/ocf_heartbeat_clvm.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_dnsupdate.7.gz
e87a70
%exclude %{_mandir}/man7/ocf_heartbeat_docker-compose.7.gz
e87a70
%exclude %{_mandir}/man7/ocf_heartbeat_dovecot.7.gz
e87a70
%exclude %{_mandir}/man7/ocf_heartbeat_dummypy.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_eDir88.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_fio.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_ids.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_iface-bridge.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_ipsec.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_iscsi.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_jboss.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_jira.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_kamailio.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_lxc.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_lxd-info.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_machine-info.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_mariadb.7.gz
e87a70
%exclude %{_mandir}/man7/ocf_heartbeat_mdraid.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_minio.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_mpathpersist.7.gz
e87a70
%exclude %{_mandir}/man7/ocf_heartbeat_mysql-proxy.7.gz
e87a70
%exclude %{_mandir}/man7/ocf_heartbeat_nvmet-*.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_ovsmonitor.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_pgagent.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_pingd.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_pound.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_proftpd.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_rkt.7.gz
e87a70
%exclude %{_mandir}/man7/ocf_heartbeat_rsyslog.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_scsi2reservation.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_sfex.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_sg_persist.7.gz
e87a70
%exclude %{_mandir}/man7/ocf_heartbeat_smb-share.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_syslog-ng.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_varnish.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_vmware.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_vsftpd.7.gz
05afe3
%exclude %{_mandir}/man7/ocf_heartbeat_zabbixserver.7.gz
05afe3
05afe3
###
05afe3
# Other excluded files.
05afe3
###
05afe3
# ldirectord is not supported
05afe3
%exclude /etc/ha.d/resource.d/ldirectord
05afe3
%exclude /etc/init.d/ldirectord
05afe3
%exclude %{_unitdir}/ldirectord.service
05afe3
%exclude /etc/logrotate.d/ldirectord
05afe3
%exclude /usr/sbin/ldirectord
05afe3
%exclude %{_mandir}/man8/ldirectord.8.gz
05afe3
05afe3
# For compatability with pre-existing agents
05afe3
%dir %{_sysconfdir}/ha.d
05afe3
%{_sysconfdir}/ha.d/shellfuncs
05afe3
05afe3
%{_libexecdir}/heartbeat
05afe3
%endif
05afe3
05afe3
%if %{with rgmanager}
05afe3
%post -n resource-agents
05afe3
ccs_update_schema > /dev/null 2>&1 ||:
05afe3
%endif
05afe3
05afe3
%ifarch x86_64
05afe3
%files aliyun
9cf66a
%doc aliyun*_README* %{colorama}_README.rst %{pycryptodome}_README.rst
4d1913
%license %{aliyuncli}_LICENSE %{colorama}_LICENSE.txt %{pycryptodome}_LICENSE.rst
05afe3
%defattr(-,root,root)
05afe3
/usr/lib/ocf/resource.d/heartbeat/aliyun-vpc-move-ip*
05afe3
%{_mandir}/man7/*aliyun-vpc-move-ip*
05afe3
# bundle
05afe3
%{_bindir}/aliyuncli-ra
05afe3
%dir /usr/lib/%{name}
05afe3
/usr/lib/%{name}/%{bundled_lib_dir}/aliyun
05afe3
%endif
05afe3
05afe3
%ifarch x86_64
05afe3
%files gcp
05afe3
%doc %{googlecloudsdk}_*README*
05afe3
%license %{googlecloudsdk}_*LICENSE*
05afe3
%doc %{pyroute2}_README*
05afe3
%license %{pyroute2}_LICENSE*
05afe3
%defattr(-,root,root)
e87a70
/usr/lib/ocf/resource.d/heartbeat/gcp-ilb
e87a70
%{_mandir}/man7/*gcp-ilb*
05afe3
/usr/lib/ocf/resource.d/heartbeat/gcp-vpc-move-vip*
05afe3
%{_mandir}/man7/*gcp-vpc-move-vip*
05afe3
/usr/lib/ocf/resource.d/heartbeat/gcp-vpc-move-route*
05afe3
%{_mandir}/man7/*gcp-vpc-move-route*
02ddf4
/usr/lib/ocf/resource.d/heartbeat/gcp-pd-move*
02ddf4
%{_mandir}/man7/*gcp-pd-move*
05afe3
# bundle
05afe3
%{_bindir}/gcloud-ra
05afe3
%dir /usr/lib/%{name}
05afe3
/usr/lib/%{name}/%{bundled_lib_dir}/gcp
05afe3
%endif
05afe3
27b8ba
%files paf
27b8ba
%doc paf_README.md
27b8ba
%license paf_LICENSE
27b8ba
%defattr(-,root,root)
27b8ba
%{_usr}/lib/ocf/resource.d/heartbeat/pgsqlms
27b8ba
%{_mandir}/man7/*pgsqlms*
27b8ba
%{_usr}/lib/ocf/lib/heartbeat/OCF_*.pm
27b8ba
05afe3
%changelog
28ec26
* Tue Jan 17 2023 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-40
28ec26
- all agents: dont check notify/promotable settings during
28ec26
  validate-action
28ec26
28ec26
  Resolves: rhbz#2157873
28ec26
28ec26
* Thu Nov 24 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-35
28ec26
- mysql-common: return error in stop-action if kill fails to stop
28ec26
  the process, so the node can get fenced
28ec26
28ec26
  Resolves: rhbz#2139131
28ec26
28ec26
* Tue Nov 22 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-34
28ec26
- nfsserver: add nfsv4_only parameter to make it run without
28ec26
  rpc-statd/rpcbind services
28ec26
28ec26
  Resolves: rhbz#2127117
28ec26
28ec26
* Mon Nov 14 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-33
28ec26
- Filesystem: add support for Amazon EFS (Elastic File System)
ea17ca
- vdo-vol: dont fail probe action when the underlying device doesnt
ea17ca
  exist
ea17ca
28ec26
  Resolves: rhbz#2049319
28ec26
  Resolves: rhbz#2141836
ea17ca
28ec26
* Fri Oct 14 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-31
a893af
- IPsrcaddr: proto, metric, scope and default route fixes
a893af
28ec26
  Resolves: rhbz#2133682
a893af
28ec26
* Thu Sep  8 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-30
28ec26
- storage_mon: fix specified scores count and possible false negatives
28ec26
- LVM-activate: use correct return codes to fix unexpected behaviour
a893af
- azure-events-az: new resource agent
a893af
28ec26
  Resolves: rhbz#2109159
28ec26
  Resolves: rhbz#1905820
28ec26
  Resolves: rhbz#1977012
a893af
f065e8
* Wed Aug 10 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-29
f065e8
- ethmonitor/pgsql: remove attrd_updater "-q" parameter to solve issue
f065e8
  with Pacemaker 2.1.3+ not ignoring it
4491bb
f065e8
  Resolves: rhbz#2116941
4491bb
f065e8
* Thu Aug  4 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-28
930c25
- CTDB: move process to root cgroup if realtime scheduling is enabled
930c25
f065e8
  Resolves: rhbz#2090370
f065e8
f065e8
* Thu Jul 14 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-27
f065e8
- ocf-tester: add testing tool
f065e8
f065e8
  Resolves: rhbz#2103370
f065e8
f065e8
* Thu Jul 14 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-26
f065e8
- openstack-cinder-volume/openstack-floating-ip/openstack-info/
f065e8
  openstack-virtual-ip: new resource agents
f065e8
f065e8
  Resolves: rhbz#1908146, rhbz#1908147, rhbz#1908148, rhbz#1949114
f065e8
f065e8
* Thu Jun 16 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-22
f065e8
- gcp-vpc-move-route/gcp-vpc-move-vip: upgrade bundled
f065e8
  python-httplib2 to fix SSL issue
f065e8
f065e8
  Resolves: rhbz#2097462
f065e8
f065e8
* Thu Jun  9 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-21
f065e8
- aws-vpc-move-ip: add interface label support
f065e8
f065e8
  Resolves: rhbz#2093214
f065e8
f065e8
* Wed Jun  8 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-20
f065e8
- lvmlockd: fail when use_lvmlockd has not been set
f065e8
f065e8
  Resolves: rhbz#2086889
f065e8
f065e8
* Thu Apr 21 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-19
f065e8
- Filesystem: fix UUID/label device support when there's whitespace
f065e8
  between parameter and UUID/label
f065e8
f065e8
  Resolves: rhbz#2049414
f065e8
f065e8
* Thu Apr  7 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-18
f065e8
- LVM-activate: use correct return code to fence failed node
f065e8
f065e8
  Resolves: rhbz#2072043
930c25
e87a70
* Thu Mar  3 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-16
e87a70
- IPsrcaddr: add warning about possible issues when used with DHCP,
e87a70
  and add error message when matching route not found
e87a70
f065e8
  Resolves: rhbz#2064342
e87a70
e87a70
* Thu Feb 24 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-15
e87a70
- db2: use -l forever to fix crm_attribute issue
e87a70
e87a70
  Resolves: rhbz#2029706
e87a70
e87a70
* Thu Jan 20 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-13
e87a70
- mysql: add support for local SSL connection
e87a70
e87a70
  Resolves: rhbz#1992661
e87a70
e87a70
* Tue Dec  7 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-12
e87a70
- Route: return OCF_NOT_RUNNING for probe action when interface
e87a70
  or route doesnt exist
e87a70
e87a70
  Resolves: rhbz#2012057
e87a70
e87a70
* Tue Nov 30 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-11
e87a70
- nfsnotify: fix default value for "notify_args"
e87a70
e87a70
  Resolves: rhbz#2027591
e87a70
e87a70
* Tue Nov  9 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-10
e87a70
- gcp-ilb: new resource agent
e87a70
e87a70
  Resolves: rhbz#2015789
e87a70
e87a70
* Thu Oct 28 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-6
e87a70
- Route: return NOT_RUNNING if interface doesnt exist
e87a70
e87a70
  Resolves: rhbz#2002764
e87a70
e87a70
* Tue Oct 19 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-5
e87a70
- All agents: set correct agent and OCF version in metadata
e87a70
- nfsserver: add nfs_server_scope parameter
e87a70
e87a70
  Resolves: rhbz#2003117
e87a70
  Resolves: rhbz#2014415
e87a70
e87a70
* Thu Oct 14 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-4
3efa9f
- gcp-vpc-move-route/gcp-vpc-move-vip: add serviceaccount JSON file
3efa9f
  support
e87a70
e87a70
  Resolves: rhbz#1704348
e87a70
e87a70
* Thu Sep 30 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-3
e87a70
- Rebase to resource-agents 4.9.0 upstream release.
3efa9f
- gcp-pd-move/gcp-vpc-move-route: dont fail with configuration rc
3efa9f
  when it might be a network hickup
3efa9f
e87a70
  Resolves: rhbz#1995178, rhbz#2008333
3efa9f
27b8ba
* Mon Aug 30 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-98
27b8ba
- storage-mon: new resource agent
27b8ba
27b8ba
  Resolves: rhbz#1509319
27b8ba
27b8ba
* Thu Jun 17 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-97
27b8ba
- podman: fix possible race during container creation
27b8ba
27b8ba
  Resolves: rhbz#1972743
27b8ba
27b8ba
* Tue Jun 15 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-96
c809f9
- LVM-activate: fix drop-in check to avoid re-creating drop-in
c809f9
27b8ba
  Resolves: rhbz#1972035
c809f9
27b8ba
* Fri Jun 11 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-95
27b8ba
- lvmlockd: remove cmirrord support, as cmirrord is incompatible w/lvmlockd
f3a1df
27b8ba
  Resolves: rhbz#1969968
f3a1df
27b8ba
* Wed May 12 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-94
27b8ba
- gcp-vpc-move-vip: add retry logic
27b8ba
27b8ba
  Resolves: rhbz#1957765
27b8ba
27b8ba
* Wed Apr 28 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-93
27b8ba
- db2: add PRIMARY/REMOTE_CATCHUP_PENDING/CONNECTED status to promote-check
27b8ba
- pgsqlms: new resource agent
27b8ba
- python-pygments: fix CVE-2021-27291 and CVE-2021-20270
fea0d9
27b8ba
  Resolves: rhbz#1872754, rhbz#1934651, rhbz#1935422, rhbz#1943464
fea0d9
27b8ba
* Thu Apr  8 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-91
27b8ba
- ethmonitor: fix vlan regex
27b8ba
- iface-vlan: make vlan parameter not unique
27b8ba
- nfsserver: error-check unmount
27b8ba
- VirtualDomain: fix pid status regex
27b8ba
- podman: return NOT_RUNNING when monitor cmd fails
27b8ba
- awsvip: dont partially match similar IPs during
27b8ba
- aws agents: dont spam log files
fea0d9
- aws-vpc-move-ip: add ENI lookup
fea0d9
27b8ba
  Resolves: rhbz#1891883, rhbz#1902045, rhbz#1924363, rhbz#1932863
27b8ba
  Resolves: rhbz#1920698, rhbz#1939992, rhbz#1940094, rhbz#1939281
fea0d9
030326
* Mon Mar 22 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-90
030326
- galera/rabbitmq-cluster/redis: run crm_mon without validation when
27b8ba
  running in bundle (1940363)
030326
030326
* Thu Mar 11 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-89
27b8ba
- azure-lb: redirect to avoid nc dying with EPIPE error (1937142)
030326
030326
* Thu Feb 25 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-87
030326
- gcp-vpc-move-route, gcp-vpc-move-vip: add project parameter and
030326
  make vpc_network parameter optional
030326
030326
  Resolves: rhbz#1913932
030326
030326
* Thu Dec  3 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-81
030326
- ocf-shellfuncs: fix traceback redirection for Bash 5+
030326
030326
  Resolves: rhbz#1903677
030326
030326
* Tue Dec  1 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-80
030326
- crypt: support symlink devices, and dont run sanity checks for probes
030326
030326
  Resolves: rhbz#1901357
030326
030326
* Mon Nov 30 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-79
030326
- LVM-activate: add drop-in during start-action to avoid getting
030326
  fenced during reboot
030326
030326
  Resolves: rhbz#1902208
030326
030326
* Wed Nov 25 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-77
030326
- NovaEvacuate: set delay_evacuate to 0 when it's not set
030326
030326
  Resolves: rhbz#1899551
151279
030326
* Tue Nov 24 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-76
030326
- podman: recover from killed conmon process
030326
- podman: recover from podman's storage being out of sync
030326
- crypt: make key_file and crypt_type parameters not unique
030326
030326
  Resolves: rhbz#1886262
030326
  Resolves: rhbz#1900015
030326
  Resolves: rhbz#1898690
030326
030326
* Fri Nov 13 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-75
17549d
- AWS agents: add support for IMDSv2
17549d
030326
  Resolves: rhbz#1897570
030326
030326
* Wed Nov 11 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-74
030326
- aws-vpc-move-ip: don't warn for expected scenarios
030326
030326
  Resolves: rhbz#1895811
030326
030326
* Mon Nov  2 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-73
030326
- crypt: new resource agent
030326
030326
  Resolves: rhbz#1471182
030326
030326
* Wed Oct 28 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-72
030326
- sybaseASE: Run verify_all() for start operation only
030326
- sybaseASE: add logfile parameter
030326
- galera: set bootstrap attribute before promote
030326
- galera: recover after network split in a 2-node cluster
030326
030326
  Resolves: rhbz#1848025
030326
  Resolves: rhbz#1861001
030326
  Resolves: rhbz#1891835
030326
  Resolves: rhbz#1891855
030326
030326
* Tue Oct 27 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-71
030326
- redis: parse password correctly based on version
030326
- all agents: fix pcs syntax in manpage for pcs 0.10+
030326
- gcp-pd-move: dont stop partially matched "disk_name"
030326
030326
  Resolves: rhbz#1815013
030326
  Resolves: rhbz#1763249
030326
  Resolves: rhbz#1890068
030326
030326
* Wed Oct  7 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-70
030326
- galera: recover from joining a non existing cluster
030326
030326
  Resolves: rhbz#1881114
030326
030326
* Wed Sep 23 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-69
030326
- pgsql: ignore masters re-promote
030326
- pgsql: add PostgreSQL 12 support
030326
- Make Samba/CIFS dependency weak
030326
- Filesystem: Support whitespace in device or directory name
030326
- aws-vpc-move-ip: add region parameter
030326
030326
  Resolves: rhbz#1640587
030326
  Resolves: rhbz#1795535
030326
  Resolves: rhbz#1828600
030326
  Resolves: rhbz#1858752
030326
  Resolves: rhbz#1872999
17549d
02ddf4
* Thu Aug 20 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-68
02ddf4
- azure-lb: fix redirect issue
02ddf4
02ddf4
  Resolves: rhbz#1850778
02ddf4
02ddf4
* Wed Aug 19 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-67
83967c
- gcp-vpc-move-vip: add support for multiple alias IPs
83967c
02ddf4
  Resolves: rhbz#1846733
02ddf4
02ddf4
* Thu Jul 30 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-65
02ddf4
- azure-events: handle exceptions in urlopen
83967c
02ddf4
  Resolves: rhbz#1845574
02ddf4
02ddf4
* Mon Jul 27 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-64
02ddf4
- nfsserver: fix NFSv4-only support
02ddf4
- azure-events: new resource agent for Azure
02ddf4
02ddf4
  Resolves: rhbz#1818997
02ddf4
  Resolves: rhbz#1819965
02ddf4
02ddf4
* Thu Jun 25 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-60
02ddf4
- Upgrade bundled python-httplib2 to fix CVE-2020-11078
02ddf4
02ddf4
  Resolves: rhbz#1850990
02ddf4
02ddf4
* Wed Jun 17 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-59
02ddf4
- pgsql: support Pacemaker v2.03+ output
02ddf4
02ddf4
  Resolves: rhbz#1836186
02ddf4
02ddf4
* Thu Jun 11 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-56
02ddf4
- Filesystem: set "fast_stop" default to "no" for GFS2 filesystems
02ddf4
02ddf4
  Resolves: rhbz#1814896
02ddf4
02ddf4
* Wed Jun 10 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-55
02ddf4
- nfsserver: dont log error message when /etc/sysconfig/nfs does not exist
02ddf4
- exportfs: describe clientspec format in metadata
02ddf4
02ddf4
  Resolves: rhbz#1845581
02ddf4
  Resolves: rhbz#1845583
02ddf4
02ddf4
* Tue Jun  9 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-54
02ddf4
- exportfs: add symlink support
02ddf4
- aliyun-vpc-move-ip: log output when failing
02ddf4
02ddf4
  Resolves: rhbz#1820523
02ddf4
  Resolves: rhbz#1843999
02ddf4
02ddf4
* Tue Jun  2 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-53
83967c
- podman: force remove container if remove fails
83967c
02ddf4
  Resolves: rhbz#1839721
02ddf4
02ddf4
* Thu May 28 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-52
02ddf4
- gcp-pd-move: new resource agent for Google Cloud
02ddf4
02ddf4
  Resolves: rhbz#1633251
83967c
02ddf4
* Wed May 27 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-51
02ddf4
- NovaEvacuate: suppress expected initial error message
02ddf4
- db2 (HADR): promote standby node when master node disappears
02ddf4
02ddf4
  Resolves: rhbz#1830716
02ddf4
  Resolves: rhbz#1836945
02ddf4
02ddf4
* Thu May  7 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-50
c321fa
- rabbitmq-cluster: increase rabbitmqctl wait timeout during start
c321fa
02ddf4
  Resolves: rhbz#1832321
02ddf4
02ddf4
* Tue Apr 28 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-49
02ddf4
- aws-vpc-route53: new resource agent for AWS
02ddf4
- pgsql: improve checks to prevent incorrect status, and set initial
02ddf4
  score for primary and hot standby
c321fa
02ddf4
  Resolves: rhbz#1759115
02ddf4
  Resolves: rhbz#1744190
02ddf4
02ddf4
* Mon Apr  6 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-47
ca2037
- aws-vpc-move-ip: delete remaining route entries
ca2037
02ddf4
  Resolves: rhbz#1819021
02ddf4
02ddf4
* Fri Mar 27 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-46
02ddf4
- use safe temp file location
02ddf4
- ocf-shellfuncs: ocf_is_clone(): fix to return true when clone-max
02ddf4
  is set to 0
02ddf4
02ddf4
  Resolves: rhbz#1817432
02ddf4
  Resolves: rhbz#1817598
02ddf4
02ddf4
* Wed Mar 18 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-45
02ddf4
- azure-lb: support using socat instead of nc
02ddf4
- aws-vpc-move-ip: add "routing_table_role" parameter
02ddf4
- redis: fix validate-all action and run it during start
02ddf4
02ddf4
  Resolves: rhbz#1804658
02ddf4
  Resolves: rhbz#1810466
02ddf4
  Resolves: rhbz#1792237
ca2037
9cf66a
* Fri Mar  6 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-44
9cf66a
- lvmlockd: automatically remove locking_type from lvm.conf for LVM
9cf66a
  v2.03+
9cf66a
9cf66a
  Resolves: rhbz#1808468
9cf66a
9cf66a
* Tue Jan 28 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-43
9cf66a
- rabbitmq-cluster: delete nodename when stop fails
9cf66a
9cf66a
  Resolves: rhbz#1792196
9cf66a
9cf66a
* Thu Jan 23 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-42
9cf66a
- IPsrcaddr: add destination and table parameters
9cf66a
9cf66a
  Resolves: rhbz#1744224
9cf66a
9cf66a
* Mon Jan 13 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-40
9cf66a
- podman: improve image exist check
9cf66a
- IPaddr2: add CLUSTERIP not supported info to metadata/manpage
9cf66a
- Filesystem: refresh UUID if block device doesnt exist
9cf66a
9cf66a
  Resolves: rhbz#1788889
9cf66a
  Resolves: rhbz#1767916
9cf66a
  Resolves: rhbz#1777381
9cf66a
9cf66a
* Wed Nov 27 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-38
9cf66a
- IPaddr2: add noprefixroute parameter
9cf66a
9cf66a
  Resolves: rhbz#1741042
9cf66a
9cf66a
* Wed Nov 13 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-36
9cf66a
- exportfs: allow multiple exports with same fsid
9cf66a
- mysql/galera: fix incorrect rc
9cf66a
9cf66a
  Resolves: rhbz#1764888
9cf66a
  Resolves: rhbz#1765128
9cf66a
9cf66a
* Mon Oct 14 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-35
9cf66a
- Route: dont fence when parameters not set
9cf66a
- LVM-activate: add partial-activation support
9cf66a
9cf66a
  Resolves: rhbz#1750261
9cf66a
  Resolves: rhbz#1741843
9cf66a
9cf66a
* Wed Oct  2 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-34
9cf66a
- LVM/clvm: remove manpages for excluded agents
9cf66a
- LVM-activate: return NOT_RUNNING when node rejoins cluster
9cf66a
- LVM-activate: detect systemid volume without reboot
9cf66a
- Filesystem: add symlink support
9cf66a
- Filesystem: avoid corrupt mount-list and dont kill incorrect processes
9cf66a
  for bind-mounts
9cf66a
- IPsrcaddr: make proto optional to fix regression when used without
9cf66a
  NetworkManager
9cf66a
- docker: fix stop issues
9cf66a
- rabbitmq-cluster: also restore users in single node mode
9cf66a
- IPaddr2: sanitize compressed IPv6 IPs
9cf66a
- nfsserver: systemd performance improvements
9cf66a
- NovaEvacuate: add "evacuate_delay" parameter
9cf66a
9cf66a
  Resolves: rhbz#1694392
9cf66a
  Resolves: rhbz#1695039
9cf66a
  Resolves: rhbz#1738428
9cf66a
  Resolves: rhbz#1744103
9cf66a
  Resolves: rhbz#1744140
9cf66a
  Resolves: rhbz#1757837
9cf66a
  Resolves: rhbz#1748768
9cf66a
  Resolves: rhbz#1750352
9cf66a
  Resolves: rhbz#1751700
9cf66a
  Resolves: rhbz#1751962
9cf66a
  Resolves: rhbz#1755760
9cf66a
914f09
* Tue Aug 27 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-33
a89620
- rabbitmq-cluster: fail monitor when node is in minority partition,
a89620
  fix stop regression, retry start when cluster join fails, ensure
a89620
  node attributes are removed
a89620
914f09
  Resolves: rhbz#1745713
914f09
914f09
* Mon Aug 12 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-32
914f09
- mysql/galera: use runuser/su to avoid using DAC_OVERRIDE
a89620
914f09
  Resolves: rhbz#1692960
914f09
914f09
* Wed Aug  7 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-31
a89620
- podman: add drop-in dependency support
a89620
914f09
  Resolves: rhbz#1736746
914f09
914f09
* Wed Jul 31 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-30
914f09
- iSCSITarget/iSCSILogicalUnit: only create iqn/acls when it doesnt
914f09
  exist
914f09
914f09
  Resolves: rhbz#1692413
914f09
914f09
* Tue Jul 30 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-29
914f09
- CTDB: add support for v4.9+
914f09
914f09
  Resolves: rhbz#1732867
a89620
914f09
* Tue Jul 23 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-28
a89620
- podman: fixes to avoid bundle resources restarting when probing
a89620
  takes too long
914f09
- LVM-activate: fix monitor to avoid hang caused by validate-all call
914f09
914f09
  Resolves: rhbz#1718219
914f09
  Resolves: rhbz#1730455
914f09
914f09
* Wed Jun 19 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-27
914f09
- ocf_log: do not log debug messages when HA_debug unset
914f09
- Filesystem: remove notify-action from metadata
914f09
- dhcpd keep SELinux context in chroot
914f09
914f09
  Resolves: rhbz#1707969
914f09
  Resolves: rhbz#1717759
914f09
  Resolves: rhbz#1719684
914f09
914f09
* Tue Jun 11 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-26
914f09
- sap/sap-hana: split subpackages into separate packages
a89620
914f09
  Resolves: rhbz#1705767
a89620
914f09
* Wed May 29 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-24
4d1913
- Squid: fix PID file issue
4d1913
914f09
  Resolves: rhbz#1689184
4d1913
914f09
* Tue May 28 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-23
914f09
- Route: make family parameter optional
914f09
- redis: mute password warning
914f09
914f09
  Resolves: rhbz#1669140
914f09
  Resolves: rhbz#1683548
914f09
914f09
* Thu May 23 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-22
4d1913
- aws-vpc-move-ip: add multi route-table support and fix issue
4d1913
  w/multiple NICs
4d1913
914f09
  Resolves: rhbz#1697559
4d1913
914f09
* Fri Apr  5 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-21
914f09
- gcp-vpc-move-route/gcp-vpc-move-vip: fix Python 3 encoding issue
914f09
914f09
  Resolves: rhbz#1695656
914f09
914f09
* Mon Apr  1 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-20
914f09
- aws-vpc-move-ip: use "--query" to avoid a possible race condition
4d1913
- gcloud-ra: fix Python 3 issue and remove Python 2 detection
914f09
914f09
  Resolves: rhbz#1693662
914f09
  Resolves: rhbz#1691456
914f09
914f09
* Thu Mar 21 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-19
914f09
- Add CI gating tests
914f09
- LVM-activate: support LVs from same VG
914f09
- tomcat: use systemd when catalina.sh is unavailable
914f09
- Fixed python-devel/perl build dependencies
914f09
914f09
  Resolves: rhbz#1682136
914f09
  Resolves: rhbz#1667414
914f09
  Resolves: rhbz#1666691
914f09
  Resolves: rhbz#1595854
914f09
914f09
* Thu Mar  7 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-18
914f09
- aliyun-vpc-move-ip: exclude from main package
4d1913
- aliyuncli-ra: upgrade bundled python-aliyun-sdk-core and fix Python 3 issues
914f09
- ocf.py: byte compile
4d1913
914f09
  Resolves: rhbz#1677204
914f09
  Resolves: rhbz#1677981
914f09
  Resolves: rhbz#1678874
4d1913
05afe3
* Tue Feb  5 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-17
05afe3
- LVM-activate: dont require locking_type
05afe3
05afe3
  Resolves: rhbz#1658664
05afe3
05afe3
* Fri Jan 11 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-16
05afe3
- vdo-vol: fix monitor-action
05afe3
- LVM-activate: dont fail initial probe
05afe3
05afe3
  Resolves: rhbz#1662466
05afe3
  Resolves: rhbz#1643307
05afe3
05afe3
* Tue Oct 23 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-15
05afe3
- nfsserver: fix start-issues when nfs_shared_infodir parameter is
05afe3
  changed
05afe3
05afe3
  Resolves: rhbz#1642027
05afe3
05afe3
* Mon Oct  8 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-14
05afe3
- redis: use basename in pidof to avoid issues in containers
05afe3
05afe3
  Resolves: rhbz#1635785
05afe3
05afe3
* Wed Sep 26 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-11
05afe3
- Remove grpc from bundle
05afe3
05afe3
  Resolves: rhbz#1630627
05afe3
05afe3
* Fri Sep 21 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-10
05afe3
- systemd-tmpfiles: change path to /run/resource-agents
05afe3
05afe3
  Resolves: rhbz#1631291
05afe3
05afe3
* Fri Aug 24 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-9
05afe3
- podman: new resource agent
05afe3
05afe3
  Resolves: rhbz#1607607
05afe3
05afe3
* Wed Aug 22 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-8
05afe3
- LVM: fix missing dash in activate_options
05afe3
- LVM-activate: warn about incorrect vg_access_mode
05afe3
- lvmlockd: add cmirrord support
05afe3
05afe3
* Wed Aug  1 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-7
05afe3
- findif: only match lines containing netmasks
05afe3
05afe3
* Mon Jul 30 2018 Florian Weimer <fweimer@redhat.com> - 4.1.1-6
05afe3
- Rebuild with fixed binutils
05afe3
05afe3
* Fri Jul 27 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-5
05afe3
- vdo-vol: new resource agent
05afe3
05afe3
  Resolves: rhbz#1552330
05afe3
05afe3
* Wed Jul  4 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-4
05afe3
- VirtualDomain: add stateless support
05afe3
- Exclude unsupported agents
05afe3
05afe3
* Thu Jun 28 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-3
05afe3
- Added SAPHana and OpenStack agents
05afe3
05afe3
* Fri May 25 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-2
05afe3
- Remove unsupported clvm and LVM agents
05afe3
05afe3
* Tue Mar 13 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-1
05afe3
- Rebase to resource-agents 4.1.1 upstream release.
05afe3
05afe3
* Mon Feb 19 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.0-2
05afe3
- Add gcc to BuildRequires
05afe3
05afe3
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.1.0-1.1
05afe3
- Escape macros in %%changelog
05afe3
05afe3
* Wed Jan 10 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.0-1
05afe3
- Rebase to resource-agents 4.1.0 upstream release.
05afe3
05afe3
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-1.3
05afe3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
05afe3
05afe3
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-1.2
05afe3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
05afe3
05afe3
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-1.1
05afe3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
05afe3
05afe3
* Thu Feb  2 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.1-1
05afe3
- Rebase to resource-agents 4.0.1 upstream release.
05afe3
05afe3
* Wed Feb  1 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.0-2
05afe3
- galera: remove "long SST monitoring" support due to corner-case issues
05afe3
05afe3
* Tue Jan 31 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.0-1
05afe3
- Rebase to resource-agents 4.0.0 upstream release.
05afe3
05afe3
* Thu Dec 15 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.7-6
05afe3
- Add netstat dependency
05afe3
05afe3
* Tue Feb  9 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.7-4
05afe3
- Rebase to resource-agents 3.9.7 upstream release.
05afe3
05afe3
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.6-2.2
05afe3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
05afe3
05afe3
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.6-2.1
05afe3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
05afe3
05afe3
* Mon Apr 20 2015 David Vossel <dvossel@redhat.com> - 3.9.6-2
05afe3
- Rebase to latest upstream code in order to pull in rabbitmq-cluster agent
05afe3
05afe3
* Fri Feb 13 2015 David Vossel <dvossel@redhat.com> - 3.9.6-1
05afe3
- Rebase to resource-agents 3.9.6 upstream release.
05afe3
05afe3
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.5-12.2
05afe3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
05afe3
05afe3
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.5-12.1
05afe3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
05afe3
05afe3
* Wed Apr 30 2014 David Vossel <dvossel@redhat.com> - 3.9.5-12
05afe3
- Sync with latest upstream.
05afe3
05afe3
* Thu Jan 2 2014 David Vossel <dvossel@redhat.com> - 3.9.5-11
05afe3
- Sync with latest upstream.
05afe3
05afe3
* Sun Oct 20 2013 David Vossel <dvossel@redhat.com> - 3.9.5-10
05afe3
- Fix build system for rawhide.
05afe3
05afe3
* Wed Oct 16 2013 David Vossel <dvossel@redhat.com> - 3.9.5-9
05afe3
- Remove rgmanager agents from build. 
05afe3
05afe3
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.5-8
05afe3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
05afe3
05afe3
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 3.9.5-7
05afe3
- Perl 5.18 rebuild
05afe3
05afe3
* Tue Jun 18 2013 David Vossel <dvossel@redhat.com> - 3.9.5-6
05afe3
- Restores rsctmp directory to upstream default.
05afe3
05afe3
* Tue Jun 18 2013 David Vossel <dvossel@redhat.com> - 3.9.5-5
05afe3
- Merges redhat provider into heartbeat provider. Remove
05afe3
  rgmanager's redhat provider.
05afe3
05afe3
  Resolves: rhbz#917681
05afe3
  Resolves: rhbz#928890
05afe3
  Resolves: rhbz#952716
05afe3
  Resolves: rhbz#960555
05afe3
05afe3
* Tue Mar 12 2013 David Vossel <dvossel@redhat.com> - 3.9.5-3
05afe3
- Fixes build system error with conditional logic involving
05afe3
  IPv6addr and updates spec file to build against rhel 7 as
05afe3
  well as fedora 19.
05afe3
05afe3
* Mon Mar 11 2013 David Vossel <dvossel@redhat.com> - 3.9.5-2
05afe3
- Resolves rhbz#915050
05afe3
05afe3
* Mon Mar 11 2013 David Vossel <dvossel@redhat.com> - 3.9.5-1
05afe3
- New upstream release.
05afe3
05afe3
* Fri Jan 25 2013 Kevin Fenzi <kevin@scrye.com> - 3.9.2-5
05afe3
- Fix cifs mount requires
05afe3
05afe3
* Mon Nov 12 2012 Chris Feist <cfeist@redhat.com> - 3.9.2-4
05afe3
- Removed version number after dist
05afe3
05afe3
* Mon Oct 29 2012 Chris Feist <cfeist@redhat.com> - 3.9.2-3.8
05afe3
- Remove cluster-glue-libs-devel
05afe3
- Disable IPv6addr & sfex to fix deps on libplumgpl & libplum (due to
05afe3
  disappearance of cluster-glue in F18)
05afe3
05afe3
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.2-3.5
05afe3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
05afe3
05afe3
* Thu Jul 05 2012 Chris Feist <cfeist@redhat.com> - 3.9.2-3.4
05afe3
- Fix location of lvm (change from /sbin to /usr/sbin)
05afe3
05afe3
* Wed Apr 04 2012 Jon Ciesla <limburgher@gmail.com> - 3.9.2-3.3
05afe3
- Rebuilt to fix rawhide dependency issues (caused by move of fsck from
05afe3
  /sbin to /usr/sbin).
05afe3
05afe3
* Fri Mar 30 2012 Jon Ciesla <limburgher@gmail.com> - 3.9.2-3.1
05afe3
- libnet rebuild.
05afe3
05afe3
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.2-2.1
05afe3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
05afe3
05afe3
* Fri Jul  8 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.9.2-2
05afe3
- add post call to resource-agents to integrate with cluster 3.1.4
05afe3
05afe3
* Thu Jun 30 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.9.2-1
05afe3
- new upstream release
05afe3
- fix 2 regressions from 3.9.1
05afe3
05afe3
* Mon Jun 20 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.9.1-1
05afe3
- new upstream release
05afe3
- import spec file from upstream
05afe3
05afe3
* Tue Mar  1 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.1-1
05afe3
- new upstream release 3.1.1 and 1.0.4
05afe3
05afe3
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.0-2
05afe3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
05afe3
05afe3
* Thu Dec  2 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.0-1
05afe3
- new upstream release
05afe3
- spec file update:
05afe3
  Update upstream URL
05afe3
  Update source URL
05afe3
  use standard configure macro
05afe3
  use standard make invokation
05afe3
05afe3
* Thu Oct  7 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.17-1
05afe3
- new upstream release
05afe3
  Resolves: rhbz#632595, rhbz#633856, rhbz#632385, rhbz#628013
05afe3
  Resolves: rhbz#621313, rhbz#595383, rhbz#580492, rhbz#605733
05afe3
  Resolves: rhbz#636243, rhbz#591003, rhbz#637913, rhbz#634718
05afe3
  Resolves: rhbz#617247, rhbz#617247, rhbz#617234, rhbz#631943
05afe3
  Resolves: rhbz#639018
05afe3
05afe3
* Thu Oct  7 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.16-2
05afe3
- new upstream release of the Pacemaker agents: 71b1377f907c
05afe3
05afe3
* Thu Sep  2 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.16-1
05afe3
- new upstream release
05afe3
  Resolves: rhbz#619096, rhbz#614046, rhbz#620679, rhbz#619680
05afe3
  Resolves: rhbz#621562, rhbz#621694, rhbz#608887, rhbz#622844
05afe3
  Resolves: rhbz#623810, rhbz#617306, rhbz#623816, rhbz#624691
05afe3
  Resolves: rhbz#622576
05afe3
05afe3
* Thu Jul 29 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.14-1
05afe3
- new upstream release
05afe3
  Resolves: rhbz#553383, rhbz#557563, rhbz#578625, rhbz#591003
05afe3
  Resolves: rhbz#593721, rhbz#593726, rhbz#595455, rhbz#595547
05afe3
  Resolves: rhbz#596918, rhbz#601315, rhbz#604298, rhbz#606368
05afe3
  Resolves: rhbz#606470, rhbz#606480, rhbz#606754, rhbz#606989
05afe3
  Resolves: rhbz#607321, rhbz#608154, rhbz#608887, rhbz#609181
05afe3
  Resolves: rhbz#609866, rhbz#609978, rhbz#612097, rhbz#612110
05afe3
  Resolves: rhbz#612165, rhbz#612941, rhbz#614127, rhbz#614356
05afe3
  Resolves: rhbz#614421, rhbz#614457, rhbz#614961, rhbz#615202
05afe3
  Resolves: rhbz#615203, rhbz#615255, rhbz#617163, rhbz#617566
05afe3
  Resolves: rhbz#618534, rhbz#618703, rhbz#618806, rhbz#618814
05afe3
05afe3
* Mon Jun  7 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.13-1
05afe3
- new upstream release
05afe3
  Resolves: rhbz#592103, rhbz#593108, rhbz#578617, rhbz#594626
05afe3
  Resolves: rhbz#594511, rhbz#596046, rhbz#594111, rhbz#597002
05afe3
  Resolves: rhbz#599643
05afe3
05afe3
* Tue May 18 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.12-2
05afe3
- libnet is not available on RHEL
05afe3
- Do not package ldirectord on RHEL
05afe3
  Resolves: rhbz#577264
05afe3
05afe3
* Mon May 10 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.12-1
05afe3
- new upstream release
05afe3
  Resolves: rhbz#585217, rhbz#586100, rhbz#581533, rhbz#582753
05afe3
  Resolves: rhbz#582754, rhbz#585083, rhbz#587079, rhbz#588890
05afe3
  Resolves: rhbz#588925, rhbz#583789, rhbz#589131, rhbz#588010
05afe3
  Resolves: rhbz#576871, rhbz#576871, rhbz#590000, rhbz#589823
05afe3
05afe3
* Mon May 10 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.12-1
05afe3
- New pacemaker agents upstream release: a7c0f35916bf
05afe3
  + High: pgsql: properly implement pghost parameter
05afe3
  + High: RA: mysql: fix syntax error
05afe3
  + High: SAPInstance RA: do not rely on op target rc when monitoring clones (lf#2371)
05afe3
  + High: set the HA_RSCTMP directory to /var/run/resource-agents (lf#2378)
05afe3
  + Medium: IPaddr/IPaddr2: add a description of the assumption in meta-data
05afe3
  + Medium: IPaddr: return the correct code if interface delete failed
05afe3
  + Medium: nfsserver: rpc.statd as the notify cmd does not work with -v (thanks to Carl Lewis)
05afe3
  + Medium: oracle: reduce output from sqlplus to the last line for queries (bnc#567815)
05afe3
  + Medium: pgsql: implement "config" parameter
05afe3
  + Medium: RA: iSCSITarget: follow changed IET access policy
05afe3
05afe3
* Wed Apr 21 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.11-1
05afe3
- new upstream release
05afe3
  Resolves: rhbz#583945, rhbz#581047, rhbz#576330, rhbz#583017
05afe3
  Resolves: rhbz#583019, rhbz#583948, rhbz#584003, rhbz#582017
05afe3
  Resolves: rhbz#555901, rhbz#582754, rhbz#582573, rhbz#581533
05afe3
- Switch to file based Requires.
05afe3
  Also address several other problems related to missing runtime
05afe3
  components in different agents.
05afe3
  With the current Requires: set, we guarantee all basic functionalities
05afe3
  out of the box for lvm/fs/clusterfs/netfs/networking.
05afe3
  Resolves: rhbz#570008
05afe3
05afe3
* Sat Apr 17 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.10-2
05afe3
- New pacemaker agents upstream release
05afe3
  + High: RA: vmware: fix set_environment() invocation (LF 2342)
05afe3
  + High: RA: vmware: update to version 0.2
05afe3
  + Medium: Filesystem: prefer /proc/mounts to /etc/mtab for non-bind mounts (lf#2388)
05afe3
  + Medium: IPaddr2: don't bring the interface down on stop (thanks to Lars Ellenberg)
05afe3
  + Medium: IPsrcaddr: modify the interface route (lf#2367)
05afe3
  + Medium: ldirectord: Allow multiple email addresses (LF 2168)
05afe3
  + Medium: ldirectord: fix setting defaults for configfile and ldirectord (lf#2328)
05afe3
  + Medium: meta-data: improve timeouts in most resource agents
05afe3
  + Medium: nfsserver: use default values (lf#2321)
05afe3
  + Medium: ocf-shellfuncs: don't log but print to stderr if connected to a terminal
05afe3
  + Medium: ocf-shellfuncs: don't output to stderr if using syslog
05afe3
  + Medium: oracle/oralsnr: improve exit codes if the environment isn't valid
05afe3
  + Medium: RA: iSCSILogicalUnit: fix monitor for STGT
05afe3
  + Medium: RA: make sure that OCF_RESKEY_CRM_meta_interval is always defined (LF 2284)
05afe3
  + Medium: RA: ManageRAID: require bash
05afe3
  + Medium: RA: ManageRAID: require bash
05afe3
  + Medium: RA: VirtualDomain: bail out early if config file can't be read during probe (Novell 593988)
05afe3
  + Medium: RA: VirtualDomain: fix incorrect use of __OCF_ACTION
05afe3
  + Medium: RA: VirtualDomain: improve error messages
05afe3
  + Medium: RA: VirtualDomain: spin on define until we definitely have a domain name
05afe3
  + Medium: Route: add route table parameter (lf#2335)
05afe3
  + Medium: sfex: don't use pid file (lf#2363,bnc#585416)
05afe3
  + Medium: sfex: exit with success on stop if sfex has never been started (bnc#585416)
05afe3
05afe3
* Fri Apr  9 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.10-1
05afe3
- New rgmanager resource agents upstream release
05afe3
  Resolves: rhbz#519491, rhbz#570525, rhbz#571806, rhbz#574027
05afe3
  Resolves: rhbz#574215, rhbz#574886, rhbz#576322, rhbz#576335
05afe3
  Resolves: rhbz#575103, rhbz#577856, rhbz#577874, rhbz#578249
05afe3
  Resolves: rhbz#578625, rhbz#578626, rhbz#578628, rhbz#578626
05afe3
  Resolves: rhbz#579621, rhbz#579623, rhbz#579625, rhbz#579626
05afe3
  Resolves: rhbz#579059
05afe3
05afe3
* Wed Mar 24 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.9-2
05afe3
- Resolves: rhbz#572993 - Patched build process to correctly generate ldirectord man page
05afe3
- Resolves: rhbz#574732 - Add libnet-devel as a dependancy to ensure IPaddrv6 is built
05afe3
05afe3
* Mon Mar  1 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.9-1
05afe3
- New rgmanager resource agents upstream release
05afe3
  Resolves: rhbz#455300, rhbz#568446, rhbz#561862, rhbz#536902
05afe3
  Resolves: rhbz#512171, rhbz#519491
05afe3
05afe3
* Mon Feb 22 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.8-1
05afe3
- New rgmanager resource agents upstream release
05afe3
  Resolves: rhbz#548133, rhbz#565907, rhbz#545602, rhbz#555901
05afe3
  Resolves: rhbz#564471, rhbz#515717, rhbz#557128, rhbz#536157
05afe3
  Resolves: rhbz#455300, rhbz#561416, rhbz#562237, rhbz#537201
05afe3
  Resolves: rhbz#536962, rhbz#553383, rhbz#556961, rhbz#555363
05afe3
  Resolves: rhbz#557128, rhbz#455300, rhbz#557167, rhbz#459630
05afe3
  Resolves: rhbz#532808, rhbz#556603, rhbz#554968, rhbz#555047
05afe3
  Resolves: rhbz#554968, rhbz#555047
05afe3
- spec file update:
05afe3
  * update spec file copyright date
05afe3
  * use bz2 tarball
05afe3
05afe3
* Fri Jan 15 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.7-2
05afe3
- Add python as BuildRequires
05afe3
05afe3
* Mon Jan 11 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.7-1
05afe3
- New rgmanager resource agents upstream release
05afe3
  Resolves: rhbz#526286, rhbz#533461
05afe3
05afe3
* Mon Jan 11 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.6-2
05afe3
- Update Pacameker agents to upstream version: c76b4a6eb576
05afe3
  + High: RA: VirtualDomain: fix forceful stop (LF 2283)
05afe3
  + High: apache: monitor operation of depth 10 for web applications (LF 2234)
05afe3
  + Medium: IPaddr2: CLUSTERIP/iptables rule not always inserted on failed monitor (LF 2281)
05afe3
  + Medium: RA: Route: improve validate (LF 2232)
05afe3
  + Medium: mark obsolete RAs as deprecated (LF 2244)
05afe3
  + Medium: mysql: escalate stop to KILL if regular shutdown doesn't work
05afe3
05afe3
* Mon Dec 7 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.6-1
05afe3
- New rgmanager resource agents upstream release
05afe3
- spec file update:
05afe3
  * use global instead of define
05afe3
  * use new Source0 url
05afe3
  * use %%name macro more aggressively
05afe3
05afe3
* Mon Dec 7 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.5-2
05afe3
- Update Pacameker agents to upstream version: bc00c0b065d9
05afe3
  + High: RA: introduce OCF_FUNCTIONS_DIR, allow it to be overridden (LF2239)
05afe3
  + High: doc: add man pages for all RAs (LF2237)
05afe3
  + High: syslog-ng: new RA
05afe3
  + High: vmware: make meta-data work and several cleanups (LF 2212)
05afe3
  + Medium: .ocf-shellfuncs: add ocf_is_probe function
05afe3
  + Medium: Dev: make RAs executable (LF2239)
05afe3
  + Medium: IPv6addr: ifdef out the ip offset hack for libnet v1.1.4 (LF 2034)
05afe3
  + Medium: add mercurial repository version information to .ocf-shellfuncs
05afe3
  + Medium: build: add perl-MailTools runtime dependency to ldirectord package (LF 1469)
05afe3
  + Medium: iSCSITarget, iSCSILogicalUnit: support LIO
05afe3
  + Medium: nfsserver: use check_binary properly in validate (LF 2211)
05afe3
  + Medium: nfsserver: validate should not check if nfs_shared_infodir exists (thanks to eelco@procolix.com) (LF 2219)
05afe3
  + Medium: oracle/oralsnr: export variables properly
05afe3
  + Medium: pgsql: remove the previous backup_label if it exists
05afe3
  + Medium: postfix: fix double stop (thanks to Dinh N. Quoc)
05afe3
  + RA: LVM: Make monitor operation quiet in logs (bnc#546353)
05afe3
  + RA: Xen: Remove instance_attribute "allow_migrate" (bnc#539968)
05afe3
  + ldirectord: OCF agent: overhaul
05afe3
05afe3
* Fri Nov 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.5-1
05afe3
- New rgmanager resource agents upstream release
05afe3
- Allow pacemaker to use rgmanager resource agents
05afe3
05afe3
* Wed Oct 28 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.4-2
05afe3
- Update Pacameker agents to upstream version: e2338892f59f
05afe3
  + High: send_arp - turn on unsolicited mode for compatibilty with the libnet version's exit codes
05afe3
  + High: Trap sigterm for compatibility with the libnet version of send_arp
05afe3
  + Medium: Bug - lf#2147: IPaddr2: behave if the interface is down
05afe3
  + Medium: IPv6addr: recognize network masks properly
05afe3
  + Medium: RA: VirtualDomain: avoid needlessly invoking "virsh define"
05afe3
05afe3
* Wed Oct 21 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.4-1
05afe3
- New rgmanager resource agents upstream release
05afe3
05afe3
* Mon Oct 12 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.3-3
05afe3
- Update Pacameker agents to upstream version: 099c0e5d80db
05afe3
  + Add the ha_parameter function back into .ocf-shellfuncs.
05afe3
  + Bug bnc#534803 - Provide a default for MAILCMD
05afe3
  + Fix use of undefined macro @HA_NOARCHDATAHBDIR@
05afe3
  + High (LF 2138): IPsrcaddr: replace 0/0 with proper ip prefix (thanks to Michael Ricordeau and Michael Schwartzkopff)
05afe3
  + Import shellfuncs from heartbeat as badly written RAs use it
05afe3
  + Medium (LF 2173): nfsserver: exit properly in nfsserver_validate
05afe3
  + Medium: RA: Filesystem: implement monitor operation
05afe3
  + Medium: RA: VirtualDomain: loop on status if libvirtd is unreachable
05afe3
  + Medium: RA: VirtualDomain: loop on status if libvirtd is unreachable (addendum)
05afe3
  + Medium: RA: iSCSILogicalUnit: use a 16-byte default SCSI ID
05afe3
  + Medium: RA: iSCSITarget: be more persistent deleting targets on stop
05afe3
  + Medium: RA: portblock: add per-IP filtering capability
05afe3
  + Medium: mysql-proxy: log_level and keepalive parameters
05afe3
  + Medium: oracle: drop spurious output from sqlplus
05afe3
  + RA: Filesystem: allow configuring smbfs mounts as clones
05afe3
05afe3
* Wed Sep 23 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.3-1
05afe3
- New rgmanager resource agents upstream release
05afe3
05afe3
* Thu Aug 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.1-1
05afe3
- New rgmanager resource agents upstream release
05afe3
05afe3
* Tue Aug 18 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.0-16
05afe3
- Create an ldirectord package
05afe3
- Update Pacameker agents to upstream version: 2198dc90bec4
05afe3
  + Build: Import ldirectord.
05afe3
  + Ensure HA_VARRUNDIR has a value to substitute
05afe3
  + High: Add findif tool (mandatory for IPaddr/IPaddr2)
05afe3
  + High: IPv6addr: new nic and cidr_netmask parameters
05afe3
  + High: postfix: new resource agent
05afe3
  + Include license information
05afe3
  + Low (LF 2159): Squid: make the regexp match more precisely output of netstat
05afe3
  + Low: configure: Fix package name.
05afe3
  + Low: ldirectord: add dependency on $remote_fs.
05afe3
  + Low: ldirectord: add mandatory required header to init script.
05afe3
  + Medium (LF 2165): IPaddr2: remove all colons from the mac address before passing it to send_arp
05afe3
  + Medium: VirtualDomain: destroy domain shortly before timeout expiry
05afe3
  + Medium: shellfuncs: Make the mktemp wrappers work.
05afe3
  + Remove references to Echo function
05afe3
  + Remove references to heartbeat shellfuncs.
05afe3
  + Remove useless path lookups
05afe3
  + findif: actually include the right header. Simplify configure.
05afe3
  + ldirectord: Remove superfluous configure artifact.
05afe3
  + ocf-tester: Fix package reference and path to DTD.
05afe3
05afe3
* Tue Aug 11 2009 Ville Skyttä <ville.skytta@iki.fi> - 3.0.0-15
05afe3
- Use bzipped upstream hg tarball.
05afe3
05afe3
* Wed Jul 29 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-14
05afe3
- Merge Pacemaker cluster resource agents:
05afe3
  * Add Source1.
05afe3
  * Drop noarch. We have real binaries now.
05afe3
  * Update BuildRequires.
05afe3
  * Update all relevant prep/build/install/files/description sections.
05afe3
05afe3
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-13
05afe3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
05afe3
05afe3
* Wed Jul  8 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-12
05afe3
- spec file updates:
05afe3
  * Update copyright header
05afe3
  * final release.. undefine alphatag
05afe3
05afe3
* Thu Jul  2 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-11.rc4
05afe3
- New upstream release.
05afe3
05afe3
* Sat Jun 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-10.rc3
05afe3
- New upstream release.
05afe3
05afe3
* Wed Jun 10 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-9.rc2
05afe3
- New upstream release + git94df30ca63e49afb1e8aeede65df8a3e5bcd0970
05afe3
05afe3
* Tue Mar 24 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-8.rc1
05afe3
- New upstream release.
05afe3
- Update BuildRoot usage to preferred versions/names
05afe3
05afe3
* Mon Mar  9 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-7.beta1
05afe3
- New upstream release.
05afe3
05afe3
* Fri Mar  6 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-6.alpha7
05afe3
- New upstream release.
05afe3
05afe3
* Tue Mar  3 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-5.alpha6
05afe3
- New upstream release.
05afe3
05afe3
* Tue Feb 24 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-4.alpha5
05afe3
- Drop Conflicts with rgmanager.
05afe3
05afe3
* Mon Feb 23 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-3.alpha5
05afe3
- New upstream release.
05afe3
05afe3
* Thu Feb 19 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-2.alpha4
05afe3
- Add comments on how to build this package.
05afe3
05afe3
* Thu Feb  5 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-1.alpha4
05afe3
- New upstream release.
05afe3
- Fix datadir/cluster directory ownership.
05afe3
05afe3
* Tue Jan 27 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-1.alpha3
05afe3
  - Initial packaging