Blame SPECS/resource-agents.spec

b94b9d
#
b94b9d
# All modifications and additions to the file contributed by third parties
b94b9d
# remain the property of their copyright owners, unless otherwise agreed
b94b9d
# upon. The license for this file, and modifications and additions to the
b94b9d
# file, is the same license as for the pristine package itself (unless the
b94b9d
# license for the pristine package is not an Open Source License, in which
b94b9d
# case the license is the MIT License). An "Open Source License" is a
b94b9d
# license that conforms to the Open Source Definition (Version 1.9)
b94b9d
# published by the Open Source Initiative.
b94b9d
#
b94b9d
b94b9d
# Below is the script used to generate a new source file
b94b9d
# from the resource-agent upstream git repo.
b94b9d
#
b94b9d
# TAG=$(git log --pretty="format:%h" -n 1)
b94b9d
# distdir="ClusterLabs-resource-agents-${TAG}"
b94b9d
# TARFILE="${distdir}.tar.gz"
b94b9d
# rm -rf $TARFILE $distdir
b94b9d
# git archive --prefix=$distdir/ HEAD | gzip > $TARFILE
b94b9d
#
b94b9d
b94b9d
%global upstream_prefix ClusterLabs-resource-agents
b94b9d
%global upstream_version e711383f
b94b9d
b94b9d
# bundles
b94b9d
%global bundled_lib_dir		bundled
b94b9d
## google cloud
b94b9d
# google-cloud-sdk bundle
b94b9d
%global googlecloudsdk		google-cloud-sdk
b94b9d
%global googlecloudsdk_version	241.0.0
b94b9d
%global googlecloudsdk_dir	%{bundled_lib_dir}/gcp/%{googlecloudsdk}
b94b9d
# python-pyroute2 bundle
b94b9d
%global pyroute2		pyroute2
b94b9d
%global pyroute2_version	0.4.13
b94b9d
%global pyroute2_dir		%{bundled_lib_dir}/gcp/%{pyroute2}
b94b9d
## alibaba cloud
b94b9d
# python-colorama bundle
b94b9d
%global colorama		colorama
b94b9d
%global colorama_version	0.3.3
b94b9d
%global colorama_dir		%{bundled_lib_dir}/aliyun/%{colorama}
b94b9d
# python-pycryptodome bundle
b94b9d
%global pycryptodome		pycryptodome
b94b9d
%global pycryptodome_version	3.6.4
b94b9d
%global pycryptodome_dir	%{bundled_lib_dir}/aliyun/%{pycryptodome}
b94b9d
# python-aliyun-sdk-core bundle
b94b9d
%global aliyunsdkcore		aliyun-python-sdk-core
b94b9d
%global aliyunsdkcore_version	2.13.1
b94b9d
%global aliyunsdkcore_dir	%{bundled_lib_dir}/aliyun/%{aliyunsdkcore}
b94b9d
# python-aliyun-sdk-ecs bundle
b94b9d
%global aliyunsdkecs		aliyun-python-sdk-ecs
b94b9d
%global aliyunsdkecs_version	4.9.3
b94b9d
%global aliyunsdkecs_dir	%{bundled_lib_dir}/aliyun/%{aliyunsdkecs}
b94b9d
# python-aliyun-sdk-vpc bundle
b94b9d
%global aliyunsdkvpc		aliyun-python-sdk-vpc
b94b9d
%global aliyunsdkvpc_version	3.0.2
b94b9d
%global aliyunsdkvpc_dir	%{bundled_lib_dir}/aliyun/%{aliyunsdkvpc}
b94b9d
# aliyuncli bundle
b94b9d
%global aliyuncli		aliyun-cli
b94b9d
%global aliyuncli_version	2.1.10
b94b9d
%global aliyuncli_dir		%{bundled_lib_dir}/aliyun/%{aliyuncli}
b94b9d
b94b9d
# determine the ras-set to process based on configure invokation
b94b9d
%bcond_with rgmanager
b94b9d
%bcond_without linuxha
b94b9d
b94b9d
Name:		resource-agents
b94b9d
Summary:	Open Source HA Reusable Cluster Resource Scripts
b94b9d
Version:	4.1.1
734564
Release:	39%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
b94b9d
License:	GPLv2+ and LGPLv2+
b94b9d
URL:		https://github.com/ClusterLabs/resource-agents
b94b9d
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
b94b9d
Group:		System Environment/Base
b94b9d
%else
b94b9d
Group:		Productivity/Clustering/HA
b94b9d
%endif
b94b9d
Source0:	%{upstream_prefix}-%{upstream_version}.tar.gz
b94b9d
Source1:	%{googlecloudsdk}-%{googlecloudsdk_version}-linux-x86_64.tar.gz
b94b9d
Source2:	%{pyroute2}-%{pyroute2_version}.tar.gz
b94b9d
Source3:	%{colorama}-%{colorama_version}.tar.gz
b94b9d
Source4:	%{pycryptodome}-%{pycryptodome_version}.tar.gz
b94b9d
Source5:	%{aliyunsdkcore}-%{aliyunsdkcore_version}.tar.gz
b94b9d
Source6:	%{aliyunsdkecs}-%{aliyunsdkecs_version}.tar.gz
b94b9d
Source7:	%{aliyunsdkvpc}-%{aliyunsdkvpc_version}.tar.gz
b94b9d
Source8:	%{aliyuncli}-%{aliyuncli_version}.tar.gz
b94b9d
Patch0:		nova-compute-wait-NovaEvacuate.patch
b94b9d
Patch1:		LVM-volume_group_check_only.patch
b94b9d
Patch2:		bz1552330-vdo-vol.patch
b94b9d
Patch3:		IPaddr2-monitor_retries.patch
b94b9d
Patch4:		VirtualDomain-stateless-support.patch
b94b9d
Patch5:		1-configure-add-python-path-detection.patch
b94b9d
Patch6:		2-ci-skip-python-agents-in-shellcheck.patch
b94b9d
Patch7:		3-gcp-vpc-move-vip.patch
b94b9d
Patch8:		4-gcp-vpc-move-route.patch
b94b9d
Patch9:		5-python-library.patch
b94b9d
Patch10:	dont-use-ocf_attribute_target-for-metadata.patch
b94b9d
Patch11:	LVM-activate-fix-issue-with-dashes.patch
b94b9d
Patch12:	6-gcp-move-vip-filter-aggregatedlist.patch
b94b9d
Patch13:	aliyun-vpc-move-ip-1.patch
b94b9d
Patch14:	aliyun-vpc-move-ip-2-fixes.patch
b94b9d
Patch15:	aliyun-vpc-move-ip-3-fix-manpage.patch
b94b9d
Patch16:	build-add-missing-manpages.patch
b94b9d
Patch17:	findif-only-match-lines-with-netmasks.patch
b94b9d
Patch18:	7-gcp-stackdriver-logging-note.patch
b94b9d
Patch19:	LVM-fix-missing-dash.patch
b94b9d
Patch20:	lvmlockd-add-cmirrord-support.patch
b94b9d
Patch21:	LVM-activate-1-warn-vg_access_mode.patch
b94b9d
Patch22:	bz1607607-podman.patch
b94b9d
Patch23:	aliyun-vpc-move-ip-5-improve-metadata-manpage.patch
b94b9d
Patch24:	aws-vpc-move-ip-1-avoid-false-positive-monitor.patch
b94b9d
Patch25:	aws-vpc-move-ip-2-avoid-false-positive-monitor.patch
b94b9d
Patch26:	LVM-activate-2-parameters-access-mode-fixes.patch
b94b9d
Patch27:	timeout-interval-add-s-suffix.patch
b94b9d
Patch28:	metadata-add-missing-s-suffix.patch
b94b9d
Patch29:	bz1631291-systemd-tmpfiles-configurable-path.patch
b94b9d
Patch30:	nfsserver-mount-rpc_pipefs.patch
b94b9d
Patch31:	bz1635785-redis-pidof-basename.patch
b94b9d
Patch32:	bz1642027-nfsserver-var-lib-nfs-fix.patch
b94b9d
Patch33:	bz1662466-vdo-vol-fix-monitor-action.patch
b94b9d
Patch34:	bz1643307-LVM-activate-dont-fail-initial-probe.patch
b94b9d
Patch35:	bz1658664-LVM-activate-dont-require-locking_type.patch
b94b9d
Patch36:	bz1689184-Squid-1-fix-pidfile-issue.patch
b94b9d
Patch37:	bz1667414-1-LVM-activate-support-LVs-from-same-VG.patch
b94b9d
Patch38:	bz1667414-2-LVM-activate-only-count-volumes.patch
b94b9d
Patch39:	bz1666691-tomcat-use-systemd-when-catalina.sh-unavailable.patch
b94b9d
Patch40:	bz1693662-aws-vpc-move-ip-avoid-possible-race-condition.patch
b94b9d
Patch41:	bz1695656-gcp-vpc-move-route-vip-fix-python3-encoding.patch
b94b9d
Patch42:	bz1697559-aws-vpc-move-ip-1-multi-route-table-support.patch
b94b9d
Patch43:	bz1697559-aws-vpc-move-ip-2-fix-route-update-multi-NICs.patch
b94b9d
Patch44:	bz1669140-Route-make-family-parameter-optional.patch
b94b9d
Patch45:	bz1683548-redis-mute-password-warning.patch
734564
Patch46:	bz1692413-1-iSCSITarget-create-iqn-when-it-doesnt-exist.patch
b94b9d
Patch47:	bz1689184-Squid-2-dont-run-pgrep-without-PID.patch
b94b9d
Patch48:	bz1707969-1-ocf_log-do-not-log-debug-when-HA_debug-unset.patch
b94b9d
Patch49:	bz1707969-2-ocf_is_true-add-True-to-regexp.patch
b94b9d
Patch50:	bz1717759-Filesystem-remove-notify-action-from-metadata.patch
b94b9d
Patch51:	bz1719684-dhcpd-keep-SELinux-context-chroot.patch
734564
Patch52:	bz1718219-podman-1-avoid-double-inspect-call.patch
734564
Patch53:	bz1718219-podman-2-improve-monitor-action.patch
734564
Patch54:	bz1718219-podman-3-remove-docker-remnant.patch
734564
Patch55:	bz1718219-podman-4-use-exec-to-avoid-performance-issues.patch
734564
Patch56:	bz1730455-LVM-activate-fix-monitor-hang.patch
734564
Patch57:	bz1732867-CTDB-1-explicitly-use-bash-shell.patch
734564
Patch58:	bz1732867-CTDB-2-add-ctdb_max_open_files-parameter.patch
734564
Patch59:	bz1732867-CTDB-3-fixes.patch
734564
Patch60:	bz1732867-CTDB-4-add-v4.9-support.patch
734564
Patch61:	bz1692413-2-iSCSILogicalUnit-create-acls-fix.patch
734564
Patch62:	bz1736746-podman-drop-in-support.patch
734564
Patch63:	bz1692960-mysql-galera-runuser-su-to-avoid-dac_override.patch
734564
Patch64:	bz1745713-rabbitmq-cluster-1-monitor-mnesia-status.patch
734564
Patch65:	bz1745713-rabbitmq-cluster-2-fail-when-in-minority-partition.patch
734564
Patch66:	bz1745713-rabbitmq-cluster-3-fix-stop-regression.patch
734564
Patch67:	bz1745713-rabbitmq-cluster-4-retry-start-cluster-join-fails.patch
734564
Patch68:	bz1745713-rabbitmq-cluster-5-ensure-node-attribures-removed.patch
734564
Patch69:	bz1745713-rabbitmq-cluster-6-debug-log-mnesia-query-fails.patch
734564
Patch70:	bz1745713-rabbitmq-cluster-7-suppress-additional-output.patch
734564
Patch71:	bz1695039-LVM-activate-return-NOT_RUNNING-rejoin-cluster.patch
734564
Patch72:	bz1738428-LVM-activate-detect-volume-without-reboot.patch
734564
Patch73:	bz1744103-Filesystem-1-monitor-symlink-support.patch
734564
Patch74:	bz1744103-Filesystem-2-add-symlink-support.patch
734564
Patch75:	bz1744103-Filesystem-3-fix-umount-disk-failure.patch
734564
Patch76:	bz1744103-Filesystem-4-fix-readlink-issue.patch
734564
Patch77:	bz1744140-Filesystem-1-avoid-corrupt-mount-list.patch
734564
Patch78:	bz1744140-Filesystem-2-prevent-killing-bind-mount.patch
734564
Patch79:	bz1744140-Filesystem-3-improved-bind-mount-check.patch
734564
Patch80:	bz1757837-IPsrcaddr-fix-regression-without-NetworkManager.patch
734564
Patch81:	bz1744224-IPsrcaddr-1-add-destination-and-table-parameters.patch
734564
Patch82:	bz1748768-docker-fix-stop-issues.patch
734564
Patch83:	bz1750261-Route-1-dont-fence-when-parameters-not-set.patch
734564
Patch84:	bz1750352-rabbitmq-cluster-restore-users-single-node-mode.patch
734564
Patch85:	bz1751700-IPaddr2-1-sanitize-IPv6-IPs.patch
734564
Patch86:	bz1751700-IPaddr2-2-return-empty-when-sanitation-fails.patch
734564
Patch87:	bz1751949-1-SAPInstance-add-reload-action.patch
734564
Patch88:	bz1751949-2-SAPInstance-improve-profile-detection.patch
734564
Patch89:	bz1751949-3-SAPInstance-metadata-improvements.patch
734564
Patch90:	bz1751962-nfsserver-1-systemd-perf-improvements.patch
734564
Patch91:	bz1751962-nfsserver-2-systemd-use-no-legend.patch
734564
Patch92:	bz1755760-NovaEvacuate-evacuate_delay.patch
734564
Patch93:	bz1750261-Route-2-validate-start-validate-all.patch
734564
Patch94:	bz1741843-LVM-activate-partial-activation.patch
734564
Patch95:	bz1764888-exportfs-allow-same-fsid.patch
734564
Patch96:	bz1765128-mysql-galera-fix-incorrect-rc.patch
734564
Patch97:	bz1741042-IPaddr2-add-noprefixroute-parameter.patch
734564
Patch98:	bz1744224-IPsrcaddr-2-local-rule-destination-fixes.patch
734564
b94b9d
# bundle patches
b94b9d
Patch1000:	7-gcp-bundled.patch
b94b9d
Patch1001:	8-google-cloud-sdk-fixes.patch
b94b9d
Patch1002:	9-google-cloud-sdk-oauth2client-python-rsa-to-cryptography.patch
b94b9d
Patch1003:	10-gcloud-support-info.patch
b94b9d
Patch1004:	bz1691456-gcloud-dont-detect-python2.patch
b94b9d
Patch1005:	aliyun-vpc-move-ip-4-bundled.patch
b94b9d
Patch1006:	python3-syntax-fixes.patch
b94b9d
Patch1007:	aliyuncli-python3-fixes.patch
b94b9d
b94b9d
Obsoletes:	heartbeat-resources <= %{version}
b94b9d
Provides:	heartbeat-resources = %{version}
b94b9d
b94b9d
# Build dependencies
b94b9d
BuildRequires: automake autoconf gcc
b94b9d
BuildRequires: perl-interpreter python3-devel
b94b9d
BuildRequires: libxslt glib2-devel
b94b9d
BuildRequires: systemd
b94b9d
BuildRequires: which
b94b9d
b94b9d
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
b94b9d
#BuildRequires: cluster-glue-libs-devel
b94b9d
BuildRequires: docbook-style-xsl docbook-dtds
b94b9d
%if 0%{?rhel} == 0
b94b9d
BuildRequires: libnet-devel
b94b9d
%endif
b94b9d
%endif
b94b9d
b94b9d
## Runtime deps
b94b9d
# system tools shared by several agents
b94b9d
Requires: /bin/bash /usr/bin/grep /bin/sed /bin/gawk
b94b9d
Requires: /bin/ps /usr/bin/pkill /usr/bin/hostname /usr/bin/netstat
b94b9d
Requires: /usr/sbin/fuser /bin/mount
b94b9d
b94b9d
# Filesystem / fs.sh / netfs.sh
b94b9d
Requires: /sbin/fsck
b94b9d
Requires: /usr/sbin/fsck.ext2 /usr/sbin/fsck.ext3 /usr/sbin/fsck.ext4
b94b9d
Requires: /usr/sbin/fsck.xfs
b94b9d
Requires: /sbin/mount.nfs /sbin/mount.nfs4 /usr/sbin/mount.cifs
b94b9d
b94b9d
# IPaddr2
b94b9d
Requires: /sbin/ip
b94b9d
b94b9d
# LVM / lvm.sh
b94b9d
Requires: /usr/sbin/lvm
b94b9d
b94b9d
# nfsserver / netfs.sh
b94b9d
Requires: /usr/sbin/rpc.nfsd /sbin/rpc.statd /usr/sbin/rpc.mountd
b94b9d
b94b9d
# ocf.py
b94b9d
Requires: python3
b94b9d
b94b9d
# rgmanager
b94b9d
%if %{with rgmanager}
b94b9d
# ip.sh
b94b9d
Requires: /usr/sbin/ethtool
b94b9d
Requires: /sbin/rdisc /usr/sbin/arping /bin/ping /bin/ping6
b94b9d
b94b9d
# nfsexport.sh
b94b9d
Requires: /sbin/findfs
b94b9d
Requires: /sbin/quotaon /sbin/quotacheck
b94b9d
%endif
b94b9d
b94b9d
%description
b94b9d
A set of scripts to interface with several services to operate in a
b94b9d
High Availability environment for both Pacemaker and rgmanager
b94b9d
service managers.
b94b9d
b94b9d
%ifarch x86_64
b94b9d
%package aliyun
b94b9d
License:	GPLv2+ and LGPLv2+ and ASL 2.0 and BSD and MIT
b94b9d
Summary:	Alibaba Cloud (Aliyun) resource agents
b94b9d
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
b94b9d
Group:		System Environment/Base
b94b9d
%else
b94b9d
Group:		Productivity/Clustering/HA
b94b9d
%endif
b94b9d
Requires:	%{name} = %{version}-%{release}
b94b9d
Requires:	python3-jmespath >= 0.9.0
b94b9d
Requires:	python3-urllib3
b94b9d
# python-colorama bundle
b94b9d
Provides:	bundled(python-%{colorama}) = %{colorama_version}
b94b9d
# python-pycryptodome bundle
b94b9d
Provides:	bundled(python-%{pycryptodome}) = %{pycryptodome_version}
b94b9d
# python-aliyun-sdk-core bundle
b94b9d
Provides:	bundled(python-aliyun-sdk-core) = %{aliyunsdkcore_version}
b94b9d
# python-aliyun-sdk-ecs bundle
b94b9d
Provides:	bundled(python-aliyun-sdk-ecs) = %{aliyunsdkecs_version}
b94b9d
# python-aliyun-sdk-vpc bundle
b94b9d
Provides:	bundled(python-aliyun-sdk-vpc) = %{aliyunsdkvpc_version}
b94b9d
# aliyuncli bundle
b94b9d
Provides:	bundled(aliyuncli) = %{aliyuncli_version}
b94b9d
b94b9d
%description aliyun
b94b9d
Alibaba Cloud (Aliyun) resource agents allows Alibaba Cloud
b94b9d
(Aliyun) instances to be managed in a cluster environment.
b94b9d
%endif
b94b9d
b94b9d
%ifarch x86_64
b94b9d
%package gcp
b94b9d
License:	GPLv2+ and LGPLv2+ and BSD and ASL 2.0 and MIT and Python
b94b9d
Summary:	Google Cloud Platform resource agents
b94b9d
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
b94b9d
Group:		System Environment/Base
b94b9d
%else
b94b9d
Group:		Productivity/Clustering/HA
b94b9d
%endif
b94b9d
Requires:	%{name} = %{version}-%{release}
b94b9d
Requires:	python3-google-api-client
b94b9d
# google-cloud-sdk bundle
b94b9d
Requires:	python3-cryptography >= 1.7.2
b94b9d
Requires:	python3-dateutil >= 2.6.0
b94b9d
Provides:	bundled(%{googlecloudsdk}) = %{googlecloudsdk_version}
b94b9d
Provides:	bundled(python-antlr3) = 3.1.1
b94b9d
Provides:	bundled(python-appdirs) = 1.4.0
b94b9d
Provides:	bundled(python-argparse) = 1.2.1
b94b9d
Provides:	bundled(python-chardet) = 2.3.0
b94b9d
Provides:	bundled(python-dulwich) = 0.10.2
b94b9d
Provides:	bundled(python-ipaddress) = 1.0.16
b94b9d
Provides:	bundled(python-ipaddr) = 2.1.11
b94b9d
Provides:	bundled(python-mako) = 1.0.7
b94b9d
Provides:	bundled(python-oauth2client) = 3.0.0
b94b9d
Provides:	bundled(python-prompt_toolkit) = 1.0.13
b94b9d
Provides:	bundled(python-pyasn1) = 0.4.2
b94b9d
Provides:	bundled(python-pyasn1_modules) = 0.2.1
b94b9d
Provides:	bundled(python-pygments) = 2.2.0
b94b9d
Provides:	bundled(python-pyparsing) = 2.1.10
b94b9d
Provides:	bundled(python-requests) = 2.10.0
b94b9d
Provides:	bundled(python-six) = 1.11.0
b94b9d
Provides:	bundled(python-uritemplate) = 3.0.0
b94b9d
Provides:	bundled(python-urllib3) = 1.15.1
b94b9d
Provides:	bundled(python-websocket) = 0.47.0
b94b9d
Provides:	bundled(python-yaml) = 3.12
b94b9d
# python-pyroute2 bundle
b94b9d
Provides:	bundled(%{pyroute2}) = %{pyroute2_version}
b94b9d
b94b9d
%description gcp
b94b9d
The Google Cloud Platform resource agents allows Google Cloud
b94b9d
Platform instances to be managed in a cluster environment.
b94b9d
%endif
b94b9d
b94b9d
%prep
b94b9d
%if 0%{?suse_version} == 0 && 0%{?fedora} == 0 && 0%{?centos_version} == 0 && 0%{?rhel} == 0
b94b9d
%{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.}
b94b9d
exit 1
b94b9d
%endif
b94b9d
%setup -q -n %{upstream_prefix}-%{upstream_version}
b94b9d
%patch0 -p1
b94b9d
%patch1 -p1
b94b9d
%patch2 -p1
b94b9d
%patch3 -p1
b94b9d
%patch4 -p1
b94b9d
%patch5 -p1
b94b9d
%patch6 -p1
b94b9d
%patch7 -p1
b94b9d
%patch8 -p1
b94b9d
%patch9 -p1
b94b9d
%patch10 -p1
b94b9d
%patch11 -p1
b94b9d
%patch12 -p1
b94b9d
%patch13 -p1
b94b9d
%patch14 -p1
b94b9d
%patch15 -p1
b94b9d
%patch16 -p1
b94b9d
%patch17 -p1
b94b9d
%patch18 -p1
b94b9d
%patch19 -p1
b94b9d
%patch20 -p1
b94b9d
%patch21 -p1
b94b9d
%patch22 -p1
b94b9d
%patch23 -p1
b94b9d
%patch24 -p1
b94b9d
%patch25 -p1
b94b9d
%patch26 -p1
b94b9d
%patch27 -p1
b94b9d
%patch28 -p1
b94b9d
%patch29 -p1
b94b9d
%patch30 -p1
b94b9d
%patch31 -p1
b94b9d
%patch32 -p1
b94b9d
%patch33 -p1
b94b9d
%patch34 -p1
b94b9d
%patch35 -p1
b94b9d
%patch36 -p1
b94b9d
%patch37 -p1
b94b9d
%patch38 -p1
b94b9d
%patch39 -p1
b94b9d
%patch40 -p1 -F2
b94b9d
%patch41 -p1
b94b9d
%patch42 -p1
b94b9d
%patch43 -p1
b94b9d
%patch44 -p1
b94b9d
%patch45 -p1
b94b9d
%patch46 -p1
b94b9d
%patch47 -p1
b94b9d
%patch48 -p1
b94b9d
%patch49 -p1
b94b9d
%patch50 -p1
b94b9d
%patch51 -p1
734564
%patch52 -p1
734564
%patch53 -p1
734564
%patch54 -p1
734564
%patch55 -p1
734564
%patch56 -p1
734564
%patch57 -p1
734564
%patch58 -p1
734564
%patch59 -p1
734564
%patch60 -p1 -F1
734564
%patch61 -p1
734564
%patch62 -p1 -F2
734564
%patch63 -p1
734564
%patch64 -p1
734564
%patch65 -p1
734564
%patch66 -p1
734564
%patch67 -p1
734564
%patch68 -p1
734564
%patch69 -p1
734564
%patch70 -p1
734564
%patch71 -p1
734564
%patch72 -p1
734564
%patch73 -p1
734564
%patch74 -p1
734564
%patch75 -p1
734564
%patch76 -p1
734564
%patch77 -p1
734564
%patch78 -p1
734564
%patch79 -p1
734564
%patch80 -p1
734564
%patch81 -p1
734564
%patch82 -p1
734564
%patch83 -p1
734564
%patch84 -p1
734564
%patch85 -p1
734564
%patch86 -p1
734564
%patch87 -p1
734564
%patch88 -p1
734564
%patch89 -p1
734564
%patch90 -p1
734564
%patch91 -p1
734564
%patch92 -p1
734564
%patch93 -p1
734564
%patch94 -p1
734564
%patch95 -p1
734564
%patch96 -p1
734564
%patch97 -p1 -F2
734564
%patch98 -p1
b94b9d
b94b9d
chmod 755 heartbeat/nova-compute-wait
b94b9d
chmod 755 heartbeat/NovaEvacuate
b94b9d
b94b9d
# bundles
b94b9d
mkdir -p %{bundled_lib_dir}/gcp
b94b9d
mkdir -p %{bundled_lib_dir}/aliyun
b94b9d
b94b9d
# google-cloud-sdk bundle
b94b9d
%ifarch x86_64
b94b9d
tar -xzf %SOURCE1 -C %{bundled_lib_dir}/gcp
b94b9d
# gcp*: append bundled-directory to search path, gcloud-ra
b94b9d
%patch1000 -p1
b94b9d
# google-cloud-sdk fixes
b94b9d
%patch1001 -p1
b94b9d
# replace python-rsa with python-cryptography
b94b9d
%patch1002 -p1
b94b9d
# gcloud support info
b94b9d
%patch1003 -p1
b94b9d
# gcloud remove python 2 detection
b94b9d
%patch1004 -p1
b94b9d
# rename gcloud
b94b9d
mv %{googlecloudsdk_dir}/bin/gcloud %{googlecloudsdk_dir}/bin/gcloud-ra
b94b9d
# keep googleapiclient
b94b9d
mv %{googlecloudsdk_dir}/platform/bq/third_party/googleapiclient %{googlecloudsdk_dir}/lib/third_party
b94b9d
# only keep gcloud
b94b9d
rm -rf %{googlecloudsdk_dir}/bin/{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}
b94b9d
# remove Python 2 code
b94b9d
rm -rf %{googlecloudsdk_dir}/lib/third_party/*/python2
b94b9d
# remove python-rsa
b94b9d
rm -rf %{googlecloudsdk_dir}/lib/third_party/rsa
b94b9d
# remove grpc
b94b9d
rm -rf %{googlecloudsdk_dir}/lib/third_party/grpc
b94b9d
# remove dateutil
b94b9d
rm -rf %{googlecloudsdk_dir}/lib/third_party/dateutil
b94b9d
# docs/licenses
b94b9d
cp %{googlecloudsdk_dir}/README %{googlecloudsdk}_README
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/argparse/README.txt %{googlecloudsdk}_argparse_README.txt
b94b9d
cp %{googlecloudsdk_dir}/LICENSE %{googlecloudsdk}_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/httplib2/LICENSE %{googlecloudsdk}_httplib2_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/contextlib2/LICENSE %{googlecloudsdk}_contextlib2_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/concurrent/LICENSE %{googlecloudsdk}_concurrent_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/yaml/LICENSE %{googlecloudsdk}_yaml_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/pyu2f/LICENSE %{googlecloudsdk}_pyu2f_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/ml_sdk/LICENSE %{googlecloudsdk}_ml_sdk_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/ml_sdk/pkg/LICENSE %{googlecloudsdk}_pkg_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/ipaddr/LICENSE %{googlecloudsdk}_ipaddr_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/urllib3/LICENSE %{googlecloudsdk}_urllib3_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/ipaddress/LICENSE %{googlecloudsdk}_ipaddress_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/requests/LICENSE %{googlecloudsdk}_requests_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/docker/LICENSE %{googlecloudsdk}_docker_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/monotonic/LICENSE %{googlecloudsdk}_monotonic_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/websocket/LICENSE %{googlecloudsdk}_websocket_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/fasteners/LICENSE %{googlecloudsdk}_fasteners_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/wcwidth/LICENSE %{googlecloudsdk}_wcwidth_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/pygments/LICENSE %{googlecloudsdk}_pygments_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/oauth2client/LICENSE %{googlecloudsdk}_oauth2client_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/uritemplate/LICENSE %{googlecloudsdk}_uritemplate_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/dulwich/LICENSE %{googlecloudsdk}_dulwich_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/mako/LICENSE %{googlecloudsdk}_mako_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/packaging/LICENSE %{googlecloudsdk}_packaging_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/socks/LICENSE %{googlecloudsdk}_socks_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/antlr3/LICENSE %{googlecloudsdk}_antlr3_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/argparse/LICENSE.txt %{googlecloudsdk}_argparse_LICENSE.txt
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/chardet/LICENSE %{googlecloudsdk}_chardet_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/ruamel/LICENSE %{googlecloudsdk}_ruamel_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/appdirs/LICENSE %{googlecloudsdk}_appdirs_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/argcomplete/LICENSE %{googlecloudsdk}_argcomplete_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/pyasn1_modules/LICENSE %{googlecloudsdk}_pyasn1_modules_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/setuptools/LICENSE %{googlecloudsdk}_setuptools_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/google/LICENSE %{googlecloudsdk}_google_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/google/protobuf/LICENSE %{googlecloudsdk}_protobuf_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/six/LICENSE %{googlecloudsdk}_six_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/dns/LICENSE %{googlecloudsdk}_dns_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/enum/LICENSE %{googlecloudsdk}_enum_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/gae_ext_runtime/LICENSE %{googlecloudsdk}_gae_ext_runtime_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/fancy_urllib/LICENSE %{googlecloudsdk}_fancy_urllib_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/pyasn1/LICENSE %{googlecloudsdk}_pyasn1_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/apitools/LICENSE %{googlecloudsdk}_apitools_LICENSE
b94b9d
cp %{googlecloudsdk_dir}/lib/third_party/containerregistry/LICENSE %{googlecloudsdk}_containerregistry_LICENSE
b94b9d
b94b9d
# python-pyroute2 bundle
b94b9d
tar -xzf %SOURCE2 -C %{bundled_lib_dir}/gcp
b94b9d
mv %{bundled_lib_dir}/gcp/%{pyroute2}-%{pyroute2_version} %{pyroute2_dir}
b94b9d
cp %{pyroute2_dir}/README.md %{pyroute2}_README.md
b94b9d
cp %{pyroute2_dir}/README.license.md %{pyroute2}_README.license.md
b94b9d
cp %{pyroute2_dir}/LICENSE.Apache.v2 %{pyroute2}_LICENSE.Apache.v2
b94b9d
cp %{pyroute2_dir}/LICENSE.GPL.v2 %{pyroute2}_LICENSE.GPL.v2
b94b9d
b94b9d
# python-colorama bundle
b94b9d
tar -xzf %SOURCE3 -C %{bundled_lib_dir}/aliyun
b94b9d
mv %{bundled_lib_dir}/aliyun/%{colorama}-%{colorama_version} %{colorama_dir}
b94b9d
cp %{colorama_dir}/LICENSE.txt %{colorama}_LICENSE.txt
b94b9d
cp %{colorama_dir}/README.rst %{colorama}_README.rst
b94b9d
b94b9d
pushd %{colorama_dir}
b94b9d
# remove bundled egg-info
b94b9d
rm -rf *.egg-info
b94b9d
popd
b94b9d
b94b9d
# python-pycryptodome bundle
b94b9d
tar -xzf %SOURCE4 -C %{bundled_lib_dir}/aliyun
b94b9d
mv %{bundled_lib_dir}/aliyun/%{pycryptodome}-%{pycryptodome_version} %{pycryptodome_dir}
b94b9d
cp %{pycryptodome_dir}/README.rst %{pycryptodome}_README.rst
b94b9d
cp %{pycryptodome_dir}/LICENSE.rst %{pycryptodome}_LICENSE.rst
b94b9d
b94b9d
# python-aliyun-sdk-core bundle
b94b9d
tar -xzf %SOURCE5 -C %{bundled_lib_dir}/aliyun
b94b9d
mv %{bundled_lib_dir}/aliyun/%{aliyunsdkcore}-%{aliyunsdkcore_version} %{aliyunsdkcore_dir}
b94b9d
cp %{aliyunsdkcore_dir}/README.rst %{aliyunsdkcore}_README.rst
b94b9d
b94b9d
# python-aliyun-sdk-ecs bundle
b94b9d
tar -xzf %SOURCE6 -C %{bundled_lib_dir}/aliyun
b94b9d
mv %{bundled_lib_dir}/aliyun/%{aliyunsdkecs}-%{aliyunsdkecs_version} %{aliyunsdkecs_dir}
b94b9d
cp %{aliyunsdkecs_dir}/README.rst %{aliyunsdkecs}_README.rst
b94b9d
b94b9d
# python-aliyun-sdk-vpc bundle
b94b9d
tar -xzf %SOURCE7 -C %{bundled_lib_dir}/aliyun
b94b9d
mv %{bundled_lib_dir}/aliyun/%{aliyunsdkvpc}-%{aliyunsdkvpc_version} %{aliyunsdkvpc_dir}
b94b9d
cp %{aliyunsdkvpc_dir}/README.rst %{aliyunsdkvpc}_README.rst
b94b9d
b94b9d
# aliyuncli bundle
b94b9d
tar -xzf %SOURCE8 -C %{bundled_lib_dir}/aliyun
b94b9d
mv %{bundled_lib_dir}/aliyun/%{aliyuncli}-%{aliyuncli_version} %{aliyuncli_dir}
b94b9d
cp %{aliyuncli_dir}/README.rst %{aliyuncli}_README.rst
b94b9d
cp %{aliyuncli_dir}/LICENSE %{aliyuncli}_LICENSE
b94b9d
# aliyun*: use bundled libraries
b94b9d
%patch1005 -p1
b94b9d
b94b9d
# aliyun Python 3 fixes
b94b9d
%patch1006 -p1
b94b9d
%patch1007 -p1
b94b9d
%endif
b94b9d
b94b9d
%build
b94b9d
if [ ! -f configure ]; then
b94b9d
	./autogen.sh
b94b9d
fi
b94b9d
b94b9d
%if 0%{?fedora} >= 11 || 0%{?centos_version} > 5 || 0%{?rhel} > 5
b94b9d
CFLAGS="$(echo '%{optflags}')"
b94b9d
%global conf_opt_fatal "--enable-fatal-warnings=no"
b94b9d
%else
b94b9d
CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}"
b94b9d
%global conf_opt_fatal "--enable-fatal-warnings=yes"
b94b9d
%endif
b94b9d
b94b9d
%if %{with rgmanager}
b94b9d
%global rasset rgmanager
b94b9d
%endif
b94b9d
%if %{with linuxha}
b94b9d
%global rasset linux-ha
b94b9d
%endif
b94b9d
%if %{with rgmanager} && %{with linuxha}
b94b9d
%global rasset all
b94b9d
%endif
b94b9d
b94b9d
export CFLAGS
b94b9d
b94b9d
%configure BASH_SHELL="/bin/bash" \
b94b9d
	PYTHON="%{__python3}" \
b94b9d
	%{conf_opt_fatal} \
b94b9d
%if %{defined _unitdir}
b94b9d
    --with-systemdsystemunitdir=%{_unitdir} \
b94b9d
%endif
b94b9d
%if %{defined _tmpfilesdir}
b94b9d
    --with-systemdtmpfilesdir=%{_tmpfilesdir} \
b94b9d
    --with-rsctmpdir=/run/resource-agents \
b94b9d
%endif
b94b9d
	--with-pkg-name=%{name} \
b94b9d
	--with-ras-set=%{rasset}
b94b9d
b94b9d
%if %{defined jobs}
b94b9d
JFLAGS="$(echo '-j%{jobs}')"
b94b9d
%else
b94b9d
JFLAGS="$(echo '%{_smp_mflags}')"
b94b9d
%endif
b94b9d
b94b9d
make $JFLAGS
b94b9d
b94b9d
# python-pyroute2 bundle
b94b9d
%ifarch x86_64
b94b9d
pushd %{pyroute2_dir}
b94b9d
%{__python3} setup.py build
b94b9d
popd
b94b9d
b94b9d
# python-colorama bundle
b94b9d
pushd %{colorama_dir}
b94b9d
%{__python3} setup.py build
b94b9d
popd
b94b9d
b94b9d
# python-pycryptodome bundle
b94b9d
pushd %{pycryptodome_dir}
b94b9d
%{__python3} setup.py build
b94b9d
popd
b94b9d
b94b9d
# python-aliyun-sdk-core bundle
b94b9d
pushd %{aliyunsdkcore_dir}
b94b9d
%{__python3} setup.py build
b94b9d
popd
b94b9d
b94b9d
# python-aliyun-sdk-ecs bundle
b94b9d
pushd %{aliyunsdkecs_dir}
b94b9d
%{__python3} setup.py build
b94b9d
popd
b94b9d
b94b9d
# python-aliyun-sdk-vpc bundle
b94b9d
pushd %{aliyunsdkvpc_dir}
b94b9d
%{__python3} setup.py build
b94b9d
popd
b94b9d
b94b9d
# aliyuncli bundle
b94b9d
pushd %{aliyuncli_dir}
b94b9d
%{__python3} setup.py build
b94b9d
popd
b94b9d
%endif
b94b9d
b94b9d
%install
b94b9d
rm -rf %{buildroot}
b94b9d
make install DESTDIR=%{buildroot}
b94b9d
b94b9d
# byte compile ocf.py
b94b9d
%py_byte_compile %{__python3} %{buildroot}%{_usr}/lib/ocf/lib/heartbeat
b94b9d
b94b9d
# google-cloud-sdk bundle
b94b9d
%ifarch x86_64
b94b9d
pushd %{googlecloudsdk_dir}
b94b9d
mkdir -p %{buildroot}/usr/lib/%{name}/%{googlecloudsdk_dir}
b94b9d
cp -a bin data lib %{buildroot}/usr/lib/%{name}/%{googlecloudsdk_dir}
b94b9d
mkdir %{buildroot}/%{_bindir}
b94b9d
ln -s /usr/lib/%{name}/%{googlecloudsdk_dir}/bin/gcloud-ra %{buildroot}/%{_bindir}
b94b9d
popd
b94b9d
b94b9d
# python-pyroute2 bundle
b94b9d
pushd %{pyroute2_dir}
b94b9d
%{__python3} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}/gcp
b94b9d
popd
b94b9d
b94b9d
# python-colorama bundle
b94b9d
pushd %{colorama_dir}
b94b9d
%{__python3} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}/aliyun
b94b9d
popd
b94b9d
b94b9d
# python-pycryptodome bundle
b94b9d
pushd %{pycryptodome_dir}
b94b9d
%{__python3} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}/aliyun
b94b9d
popd
b94b9d
b94b9d
# python-aliyun-sdk-core bundle
b94b9d
pushd %{aliyunsdkcore_dir}
b94b9d
%{__python3} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}/aliyun
b94b9d
popd
b94b9d
b94b9d
# python-aliyun-sdk-ecs bundle
b94b9d
pushd %{aliyunsdkecs_dir}
b94b9d
%{__python3} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}/aliyun
b94b9d
popd
b94b9d
b94b9d
# python-aliyun-sdk-vpc bundle
b94b9d
pushd %{aliyunsdkvpc_dir}
b94b9d
%{__python3} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}/aliyun
b94b9d
popd
b94b9d
b94b9d
# aliyuncli bundle
b94b9d
pushd %{aliyuncli_dir}
b94b9d
%{__python3} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}/aliyun
b94b9d
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
b94b9d
mv %{buildroot}/%{_bindir}/aliyuncli %{buildroot}/%{_bindir}/aliyuncli-ra
b94b9d
# aliyun_completer / aliyun_zsh_complete.sh
b94b9d
rm %{buildroot}/%{_bindir}/aliyun_*
b94b9d
popd
b94b9d
%endif
b94b9d
b94b9d
## tree fixup
b94b9d
# remove docs (there is only one and they should come from doc sections in files)
b94b9d
rm -rf %{buildroot}/usr/share/doc/resource-agents
b94b9d
b94b9d
##
b94b9d
# Create symbolic link between IPAddr and IPAddr2
b94b9d
##
b94b9d
rm -f %{buildroot}/usr/lib/ocf/resource.d/heartbeat/IPaddr
b94b9d
ln -s /usr/lib/ocf/resource.d/heartbeat/IPaddr2 %{buildroot}/usr/lib/ocf/resource.d/heartbeat/IPaddr
b94b9d
b94b9d
%clean
b94b9d
rm -rf %{buildroot}
b94b9d
b94b9d
%files
b94b9d
%defattr(-,root,root)
b94b9d
%doc AUTHORS COPYING COPYING.GPLv3 COPYING.LGPL ChangeLog
b94b9d
%if %{with linuxha}
b94b9d
%doc heartbeat/README.galera
b94b9d
%doc doc/README.webapps
b94b9d
%doc %{_datadir}/%{name}/ra-api-1.dtd
b94b9d
%doc %{_datadir}/%{name}/metadata.rng
b94b9d
%endif
b94b9d
b94b9d
%if %{with rgmanager}
b94b9d
%{_datadir}/cluster
b94b9d
%{_sbindir}/rhev-check.sh
b94b9d
%endif
b94b9d
b94b9d
%if %{with linuxha}
b94b9d
%dir %{_usr}/lib/ocf
b94b9d
%dir %{_usr}/lib/ocf/resource.d
b94b9d
%dir %{_usr}/lib/ocf/lib
b94b9d
b94b9d
%{_usr}/lib/ocf/lib/heartbeat
b94b9d
b94b9d
%{_usr}/lib/ocf/resource.d/heartbeat
b94b9d
%{_usr}/lib/ocf/resource.d/openstack
b94b9d
%if %{with rgmanager}
b94b9d
%{_usr}/lib/ocf/resource.d/redhat
b94b9d
%endif
b94b9d
b94b9d
%if %{defined _unitdir}
b94b9d
%{_unitdir}/resource-agents-deps.target
b94b9d
%endif
b94b9d
%if %{defined _tmpfilesdir}
b94b9d
%{_tmpfilesdir}/%{name}.conf
b94b9d
%endif
b94b9d
b94b9d
%dir %{_datadir}/%{name}
b94b9d
%dir %{_datadir}/%{name}/ocft
b94b9d
%{_datadir}/%{name}/ocft/configs
b94b9d
%{_datadir}/%{name}/ocft/caselib
b94b9d
%{_datadir}/%{name}/ocft/README
b94b9d
%{_datadir}/%{name}/ocft/README.zh_CN
b94b9d
%{_datadir}/%{name}/ocft/helpers.sh
b94b9d
%exclude %{_datadir}/%{name}/ocft/runocft
b94b9d
%exclude %{_datadir}/%{name}/ocft/runocft.prereq
b94b9d
b94b9d
%{_sbindir}/ocft
b94b9d
b94b9d
%{_includedir}/heartbeat
b94b9d
b94b9d
%if %{defined _tmpfilesdir}
b94b9d
%dir %attr (1755, root, root)	/run/resource-agents
b94b9d
%else
b94b9d
%dir %attr (1755, root, root)	%{_var}/run/resource-agents
b94b9d
%endif
b94b9d
b94b9d
%{_mandir}/man7/*.7*
b94b9d
b94b9d
###
b94b9d
# Supported, but in another sub package
b94b9d
###
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/aliyun-vpc-move-ip*
b94b9d
%exclude %{_mandir}/man7/*aliyun-vpc-move-ip*
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/gcp*
b94b9d
%exclude %{_mandir}/man7/*gcp*
b94b9d
%exclude /usr/lib/%{name}/%{bundled_lib_dir}
b94b9d
b94b9d
###
b94b9d
# Moved to separate packages
b94b9d
###
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/SAP*
b94b9d
%exclude /usr/lib/ocf/lib/heartbeat/sap*
b94b9d
%exclude %{_mandir}/man7/*SAP*
b94b9d
b94b9d
###
b94b9d
# Unsupported
b94b9d
###
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/clvm
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/LVM
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/AoEtarget
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/AudibleAlarm
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/ClusterMon
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/EvmsSCC
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/Evmsd
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/ICP
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/LinuxSCSI
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/ManageRAID
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/ManageVE
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/Pure-FTPd
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/Raid1
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/ServeRAID
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/SphinxSearchDaemon
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/Stateful
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/SysInfo
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/VIPArip
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/WAS
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/WAS6
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/WinPopup
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/Xen
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/anything
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/asterisk
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/aws-vpc-route53
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/dnsupdate
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/eDir88
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/fio
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/ids
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/iface-bridge
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/ipsec
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/jira
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/kamailio
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/lxd-info
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/machine-info
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/mariadb
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/minio
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/mpathpersist
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/iscsi
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/jboss
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/ldirectord
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/lxc
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/openstack-cinder-volume
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/openstack-floating-ip
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/openstack-info
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/ovsmonitor
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/pgagent
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/pingd
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/pound
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/proftpd
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/rkt
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/scsi2reservation
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/sfex
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/sg_persist
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/syslog-ng
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/varnish
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/vmware
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/zabbixserver
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/mysql-proxy
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/rsyslog
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/vsftpd
b94b9d
%exclude /usr/lib/ocf/resource.d/heartbeat/ZFS
734564
%exclude %{_mandir}/man7/ocf_heartbeat_clvm.7.gz
734564
%exclude %{_mandir}/man7/ocf_heartbeat_LVM.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_AoEtarget.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_AudibleAlarm.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_ClusterMon.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_EvmsSCC.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_Evmsd.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_ICP.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_IPaddr.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_LinuxSCSI.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_ManageRAID.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_ManageVE.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_Pure-FTPd.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_Raid1.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_ServeRAID.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_SphinxSearchDaemon.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_Stateful.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_SysInfo.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_VIPArip.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_WAS.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_WAS6.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_WinPopup.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_Xen.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_anything.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_asterisk.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_aws-vpc-route53.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_dnsupdate.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_eDir88.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_fio.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_ids.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_iface-bridge.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_ipsec.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_iscsi.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_jboss.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_jira.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_kamailio.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_lxc.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_lxd-info.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_machine-info.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_mariadb.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_minio.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_mpathpersist.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_openstack-cinder-volume.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_openstack-floating-ip.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_openstack-info.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_ovsmonitor.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_pgagent.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_pingd.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_pound.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_proftpd.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_rkt.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_scsi2reservation.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_sfex.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_sg_persist.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_syslog-ng.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_varnish.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_vmware.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_vsftpd.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_zabbixserver.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_mysql-proxy.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_rsyslog.7.gz
b94b9d
%exclude %{_mandir}/man7/ocf_heartbeat_ZFS.7.gz
b94b9d
b94b9d
###
b94b9d
# Other excluded files.
b94b9d
###
b94b9d
# This tool has to be updated for the new pacemaker lrmd.
b94b9d
%exclude %{_sbindir}/ocf-tester
b94b9d
%exclude %{_mandir}/man8/ocf-tester.8*
b94b9d
# ldirectord is not supported
b94b9d
%exclude /etc/ha.d/resource.d/ldirectord
b94b9d
%exclude /etc/init.d/ldirectord
b94b9d
%exclude %{_unitdir}/ldirectord.service
b94b9d
%exclude /etc/logrotate.d/ldirectord
b94b9d
%exclude /usr/sbin/ldirectord
b94b9d
%exclude %{_mandir}/man8/ldirectord.8.gz
b94b9d
b94b9d
# For compatability with pre-existing agents
b94b9d
%dir %{_sysconfdir}/ha.d
b94b9d
%{_sysconfdir}/ha.d/shellfuncs
b94b9d
b94b9d
%{_libexecdir}/heartbeat
b94b9d
%endif
b94b9d
b94b9d
%if %{with rgmanager}
b94b9d
%post -n resource-agents
b94b9d
ccs_update_schema > /dev/null 2>&1 ||:
b94b9d
%endif
b94b9d
b94b9d
%ifarch x86_64
b94b9d
%files aliyun
734564
%doc aliyun*_README* %{colorama}_README.rst %{pycryptodome}_README.rst
b94b9d
%license %{aliyuncli}_LICENSE %{colorama}_LICENSE.txt %{pycryptodome}_LICENSE.rst
b94b9d
%defattr(-,root,root)
b94b9d
/usr/lib/ocf/resource.d/heartbeat/aliyun-vpc-move-ip*
b94b9d
%{_mandir}/man7/*aliyun-vpc-move-ip*
b94b9d
# bundle
b94b9d
%{_bindir}/aliyuncli-ra
b94b9d
%dir /usr/lib/%{name}
b94b9d
/usr/lib/%{name}/%{bundled_lib_dir}/aliyun
b94b9d
%endif
b94b9d
b94b9d
%ifarch x86_64
b94b9d
%files gcp
b94b9d
%doc %{googlecloudsdk}_*README*
b94b9d
%license %{googlecloudsdk}_*LICENSE*
b94b9d
%doc %{pyroute2}_README*
b94b9d
%license %{pyroute2}_LICENSE*
b94b9d
%defattr(-,root,root)
b94b9d
/usr/lib/ocf/resource.d/heartbeat/gcp-vpc-move-vip*
b94b9d
%{_mandir}/man7/*gcp-vpc-move-vip*
b94b9d
/usr/lib/ocf/resource.d/heartbeat/gcp-vpc-move-route*
b94b9d
%{_mandir}/man7/*gcp-vpc-move-route*
b94b9d
# bundle
b94b9d
%{_bindir}/gcloud-ra
b94b9d
%dir /usr/lib/%{name}
b94b9d
/usr/lib/%{name}/%{bundled_lib_dir}/gcp
b94b9d
%endif
b94b9d
b94b9d
%changelog
734564
* Fri Nov 29 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-39
734564
- IPsrcaddr: add destination and table parameters
734564
734564
  Resolves: rhbz#1744224
734564
734564
* Wed Nov 27 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-38
734564
- IPaddr2: add noprefixroute parameter
734564
734564
  Resolves: rhbz#1741042
734564
734564
* Wed Nov 13 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-36
734564
- exportfs: allow multiple exports with same fsid
734564
- mysql/galera: fix incorrect rc
734564
734564
  Resolves: rhbz#1764888
734564
  Resolves: rhbz#1765128
734564
734564
* Mon Oct 14 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-35
734564
- Route: dont fence when parameters not set
734564
- LVM-activate: add partial-activation support
734564
734564
  Resolves: rhbz#1750261
734564
  Resolves: rhbz#1741843
734564
734564
* Wed Oct  2 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-34
734564
- LVM/clvm: remove manpages for excluded agents
734564
- LVM-activate: return NOT_RUNNING when node rejoins cluster
734564
- LVM-activate: detect systemid volume without reboot
734564
- Filesystem: add symlink support
734564
- Filesystem: avoid corrupt mount-list and dont kill incorrect processes
734564
  for bind-mounts
734564
- IPsrcaddr: make proto optional to fix regression when used without
734564
  NetworkManager
734564
- docker: fix stop issues
734564
- rabbitmq-cluster: also restore users in single node mode
734564
- IPaddr2: sanitize compressed IPv6 IPs
734564
- SAPInstance: add reload-action
734564
- nfsserver: systemd performance improvements
734564
- NovaEvacuate: add "evacuate_delay" parameter
734564
734564
  Resolves: rhbz#1694392
734564
  Resolves: rhbz#1695039
734564
  Resolves: rhbz#1738428
734564
  Resolves: rhbz#1744103
734564
  Resolves: rhbz#1744140
734564
  Resolves: rhbz#1757837
734564
  Resolves: rhbz#1748768
734564
  Resolves: rhbz#1750352
734564
  Resolves: rhbz#1751700
734564
  Resolves: rhbz#1751949
734564
  Resolves: rhbz#1751962
734564
  Resolves: rhbz#1755760
734564
734564
* Tue Aug 27 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-33
734564
- rabbitmq-cluster: fail monitor when node is in minority partition,
734564
  fix stop regression, retry start when cluster join fails, ensure
734564
  node attributes are removed
734564
734564
  Resolves: rhbz#1745713
734564
734564
* Mon Aug 12 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-32
734564
- mysql/galera: use runuser/su to avoid using DAC_OVERRIDE
734564
734564
  Resolves: rhbz#1692960
734564
734564
* Wed Aug  7 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-31
734564
- podman: add drop-in dependency support
734564
734564
  Resolves: rhbz#1736746
734564
734564
* Wed Jul 31 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-30
734564
- iSCSITarget/iSCSILogicalUnit: only create iqn/acls when it doesnt
734564
  exist
734564
734564
  Resolves: rhbz#1692413
734564
734564
* Tue Jul 30 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-29
734564
- CTDB: add support for v4.9+
734564
734564
  Resolves: rhbz#1732867
734564
734564
* Tue Jul 23 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-28
734564
- podman: fixes to avoid bundle resources restarting when probing
734564
  takes too long
734564
- LVM-activate: fix monitor to avoid hang caused by validate-all call
734564
734564
  Resolves: rhbz#1718219
734564
  Resolves: rhbz#1730455
734564
b94b9d
* Wed Jun 19 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-27
b94b9d
- ocf_log: do not log debug messages when HA_debug unset
b94b9d
- Filesystem: remove notify-action from metadata
b94b9d
- dhcpd keep SELinux context in chroot
b94b9d
b94b9d
  Resolves: rhbz#1707969
b94b9d
  Resolves: rhbz#1717759
b94b9d
  Resolves: rhbz#1719684
b94b9d
b94b9d
* Tue Jun 11 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-26
b94b9d
- sap/sap-hana: split subpackages into separate packages
b94b9d
b94b9d
  Resolves: rhbz#1705767
b94b9d
b94b9d
* Wed May 29 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-24
b94b9d
- Squid: fix PID file issue
b94b9d
b94b9d
  Resolves: rhbz#1689184
b94b9d
b94b9d
* Tue May 28 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-23
b94b9d
- Route: make family parameter optional
b94b9d
- redis: mute password warning
b94b9d
b94b9d
  Resolves: rhbz#1669140
b94b9d
  Resolves: rhbz#1683548
b94b9d
b94b9d
* Thu May 23 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-22
b94b9d
- aws-vpc-move-ip: add multi route-table support and fix issue
b94b9d
  w/multiple NICs
b94b9d
b94b9d
  Resolves: rhbz#1697559
b94b9d
b94b9d
* Fri Apr  5 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-21
b94b9d
- gcp-vpc-move-route/gcp-vpc-move-vip: fix Python 3 encoding issue
b94b9d
b94b9d
  Resolves: rhbz#1695656
b94b9d
b94b9d
* Mon Apr  1 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-20
b94b9d
- aws-vpc-move-ip: use "--query" to avoid a possible race condition
b94b9d
- gcloud-ra: fix Python 3 issue and remove Python 2 detection
b94b9d
b94b9d
  Resolves: rhbz#1693662
b94b9d
  Resolves: rhbz#1691456
b94b9d
b94b9d
* Thu Mar 21 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-19
b94b9d
- Add CI gating tests
b94b9d
- LVM-activate: support LVs from same VG
b94b9d
- tomcat: use systemd when catalina.sh is unavailable
b94b9d
- Fixed python-devel/perl build dependencies
b94b9d
b94b9d
  Resolves: rhbz#1682136
b94b9d
  Resolves: rhbz#1667414
b94b9d
  Resolves: rhbz#1666691
b94b9d
  Resolves: rhbz#1595854
b94b9d
b94b9d
* Thu Mar  7 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-18
b94b9d
- aliyun-vpc-move-ip: exclude from main package
b94b9d
- aliyuncli-ra: upgrade bundled python-aliyun-sdk-core and fix Python 3 issues
b94b9d
- ocf.py: byte compile
b94b9d
b94b9d
  Resolves: rhbz#1677204
b94b9d
  Resolves: rhbz#1677981
b94b9d
  Resolves: rhbz#1678874
b94b9d
b94b9d
* Tue Feb  5 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-17
b94b9d
- LVM-activate: dont require locking_type
b94b9d
b94b9d
  Resolves: rhbz#1658664
b94b9d
b94b9d
* Fri Jan 11 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-16
b94b9d
- vdo-vol: fix monitor-action
b94b9d
- LVM-activate: dont fail initial probe
b94b9d
b94b9d
  Resolves: rhbz#1662466
b94b9d
  Resolves: rhbz#1643307
b94b9d
b94b9d
* Tue Oct 23 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-15
b94b9d
- nfsserver: fix start-issues when nfs_shared_infodir parameter is
b94b9d
  changed
b94b9d
b94b9d
  Resolves: rhbz#1642027
b94b9d
b94b9d
* Mon Oct  8 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-14
b94b9d
- redis: use basename in pidof to avoid issues in containers
b94b9d
b94b9d
  Resolves: rhbz#1635785
b94b9d
b94b9d
* Wed Sep 26 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-11
b94b9d
- Remove grpc from bundle
b94b9d
b94b9d
  Resolves: rhbz#1630627
b94b9d
b94b9d
* Fri Sep 21 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-10
b94b9d
- systemd-tmpfiles: change path to /run/resource-agents
b94b9d
b94b9d
  Resolves: rhbz#1631291
b94b9d
b94b9d
* Fri Aug 24 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-9
b94b9d
- podman: new resource agent
b94b9d
b94b9d
  Resolves: rhbz#1607607
b94b9d
b94b9d
* Wed Aug 22 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-8
b94b9d
- LVM: fix missing dash in activate_options
b94b9d
- LVM-activate: warn about incorrect vg_access_mode
b94b9d
- lvmlockd: add cmirrord support
b94b9d
b94b9d
* Wed Aug  1 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-7
b94b9d
- findif: only match lines containing netmasks
b94b9d
b94b9d
* Mon Jul 30 2018 Florian Weimer <fweimer@redhat.com> - 4.1.1-6
b94b9d
- Rebuild with fixed binutils
b94b9d
b94b9d
* Fri Jul 27 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-5
b94b9d
- vdo-vol: new resource agent
b94b9d
b94b9d
  Resolves: rhbz#1552330
b94b9d
b94b9d
* Wed Jul  4 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-4
b94b9d
- VirtualDomain: add stateless support
b94b9d
- Exclude unsupported agents
b94b9d
b94b9d
* Thu Jun 28 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-3
b94b9d
- Added SAPHana and OpenStack agents
b94b9d
b94b9d
* Fri May 25 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-2
b94b9d
- Remove unsupported clvm and LVM agents
b94b9d
b94b9d
* Tue Mar 13 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-1
b94b9d
- Rebase to resource-agents 4.1.1 upstream release.
b94b9d
b94b9d
* Mon Feb 19 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.0-2
b94b9d
- Add gcc to BuildRequires
b94b9d
b94b9d
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.1.0-1.1
b94b9d
- Escape macros in %%changelog
b94b9d
b94b9d
* Wed Jan 10 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.0-1
b94b9d
- Rebase to resource-agents 4.1.0 upstream release.
b94b9d
b94b9d
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-1.3
b94b9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
b94b9d
b94b9d
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-1.2
b94b9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b94b9d
b94b9d
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-1.1
b94b9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b94b9d
b94b9d
* Thu Feb  2 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.1-1
b94b9d
- Rebase to resource-agents 4.0.1 upstream release.
b94b9d
b94b9d
* Wed Feb  1 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.0-2
b94b9d
- galera: remove "long SST monitoring" support due to corner-case issues
b94b9d
b94b9d
* Tue Jan 31 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.0-1
b94b9d
- Rebase to resource-agents 4.0.0 upstream release.
b94b9d
b94b9d
* Thu Dec 15 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.7-6
b94b9d
- Add netstat dependency
b94b9d
b94b9d
* Tue Feb  9 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.7-4
b94b9d
- Rebase to resource-agents 3.9.7 upstream release.
b94b9d
b94b9d
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.6-2.2
b94b9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b94b9d
b94b9d
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.6-2.1
b94b9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b94b9d
b94b9d
* Mon Apr 20 2015 David Vossel <dvossel@redhat.com> - 3.9.6-2
b94b9d
- Rebase to latest upstream code in order to pull in rabbitmq-cluster agent
b94b9d
b94b9d
* Fri Feb 13 2015 David Vossel <dvossel@redhat.com> - 3.9.6-1
b94b9d
- Rebase to resource-agents 3.9.6 upstream release.
b94b9d
b94b9d
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.5-12.2
b94b9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
b94b9d
b94b9d
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.5-12.1
b94b9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b94b9d
b94b9d
* Wed Apr 30 2014 David Vossel <dvossel@redhat.com> - 3.9.5-12
b94b9d
- Sync with latest upstream.
b94b9d
b94b9d
* Thu Jan 2 2014 David Vossel <dvossel@redhat.com> - 3.9.5-11
b94b9d
- Sync with latest upstream.
b94b9d
b94b9d
* Sun Oct 20 2013 David Vossel <dvossel@redhat.com> - 3.9.5-10
b94b9d
- Fix build system for rawhide.
b94b9d
b94b9d
* Wed Oct 16 2013 David Vossel <dvossel@redhat.com> - 3.9.5-9
b94b9d
- Remove rgmanager agents from build. 
b94b9d
b94b9d
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.5-8
b94b9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b94b9d
b94b9d
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 3.9.5-7
b94b9d
- Perl 5.18 rebuild
b94b9d
b94b9d
* Tue Jun 18 2013 David Vossel <dvossel@redhat.com> - 3.9.5-6
b94b9d
- Restores rsctmp directory to upstream default.
b94b9d
b94b9d
* Tue Jun 18 2013 David Vossel <dvossel@redhat.com> - 3.9.5-5
b94b9d
- Merges redhat provider into heartbeat provider. Remove
b94b9d
  rgmanager's redhat provider.
b94b9d
b94b9d
  Resolves: rhbz#917681
b94b9d
  Resolves: rhbz#928890
b94b9d
  Resolves: rhbz#952716
b94b9d
  Resolves: rhbz#960555
b94b9d
b94b9d
* Tue Mar 12 2013 David Vossel <dvossel@redhat.com> - 3.9.5-3
b94b9d
- Fixes build system error with conditional logic involving
b94b9d
  IPv6addr and updates spec file to build against rhel 7 as
b94b9d
  well as fedora 19.
b94b9d
b94b9d
* Mon Mar 11 2013 David Vossel <dvossel@redhat.com> - 3.9.5-2
b94b9d
- Resolves rhbz#915050
b94b9d
b94b9d
* Mon Mar 11 2013 David Vossel <dvossel@redhat.com> - 3.9.5-1
b94b9d
- New upstream release.
b94b9d
b94b9d
* Fri Jan 25 2013 Kevin Fenzi <kevin@scrye.com> - 3.9.2-5
b94b9d
- Fix cifs mount requires
b94b9d
b94b9d
* Mon Nov 12 2012 Chris Feist <cfeist@redhat.com> - 3.9.2-4
b94b9d
- Removed version number after dist
b94b9d
b94b9d
* Mon Oct 29 2012 Chris Feist <cfeist@redhat.com> - 3.9.2-3.8
b94b9d
- Remove cluster-glue-libs-devel
b94b9d
- Disable IPv6addr & sfex to fix deps on libplumgpl & libplum (due to
b94b9d
  disappearance of cluster-glue in F18)
b94b9d
b94b9d
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.2-3.5
b94b9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b94b9d
b94b9d
* Thu Jul 05 2012 Chris Feist <cfeist@redhat.com> - 3.9.2-3.4
b94b9d
- Fix location of lvm (change from /sbin to /usr/sbin)
b94b9d
b94b9d
* Wed Apr 04 2012 Jon Ciesla <limburgher@gmail.com> - 3.9.2-3.3
b94b9d
- Rebuilt to fix rawhide dependency issues (caused by move of fsck from
b94b9d
  /sbin to /usr/sbin).
b94b9d
b94b9d
* Fri Mar 30 2012 Jon Ciesla <limburgher@gmail.com> - 3.9.2-3.1
b94b9d
- libnet rebuild.
b94b9d
b94b9d
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.2-2.1
b94b9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b94b9d
b94b9d
* Fri Jul  8 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.9.2-2
b94b9d
- add post call to resource-agents to integrate with cluster 3.1.4
b94b9d
b94b9d
* Thu Jun 30 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.9.2-1
b94b9d
- new upstream release
b94b9d
- fix 2 regressions from 3.9.1
b94b9d
b94b9d
* Mon Jun 20 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.9.1-1
b94b9d
- new upstream release
b94b9d
- import spec file from upstream
b94b9d
b94b9d
* Tue Mar  1 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.1-1
b94b9d
- new upstream release 3.1.1 and 1.0.4
b94b9d
b94b9d
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.0-2
b94b9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b94b9d
b94b9d
* Thu Dec  2 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.0-1
b94b9d
- new upstream release
b94b9d
- spec file update:
b94b9d
  Update upstream URL
b94b9d
  Update source URL
b94b9d
  use standard configure macro
b94b9d
  use standard make invokation
b94b9d
b94b9d
* Thu Oct  7 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.17-1
b94b9d
- new upstream release
b94b9d
  Resolves: rhbz#632595, rhbz#633856, rhbz#632385, rhbz#628013
b94b9d
  Resolves: rhbz#621313, rhbz#595383, rhbz#580492, rhbz#605733
b94b9d
  Resolves: rhbz#636243, rhbz#591003, rhbz#637913, rhbz#634718
b94b9d
  Resolves: rhbz#617247, rhbz#617247, rhbz#617234, rhbz#631943
b94b9d
  Resolves: rhbz#639018
b94b9d
b94b9d
* Thu Oct  7 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.16-2
b94b9d
- new upstream release of the Pacemaker agents: 71b1377f907c
b94b9d
b94b9d
* Thu Sep  2 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.16-1
b94b9d
- new upstream release
b94b9d
  Resolves: rhbz#619096, rhbz#614046, rhbz#620679, rhbz#619680
b94b9d
  Resolves: rhbz#621562, rhbz#621694, rhbz#608887, rhbz#622844
b94b9d
  Resolves: rhbz#623810, rhbz#617306, rhbz#623816, rhbz#624691
b94b9d
  Resolves: rhbz#622576
b94b9d
b94b9d
* Thu Jul 29 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.14-1
b94b9d
- new upstream release
b94b9d
  Resolves: rhbz#553383, rhbz#557563, rhbz#578625, rhbz#591003
b94b9d
  Resolves: rhbz#593721, rhbz#593726, rhbz#595455, rhbz#595547
b94b9d
  Resolves: rhbz#596918, rhbz#601315, rhbz#604298, rhbz#606368
b94b9d
  Resolves: rhbz#606470, rhbz#606480, rhbz#606754, rhbz#606989
b94b9d
  Resolves: rhbz#607321, rhbz#608154, rhbz#608887, rhbz#609181
b94b9d
  Resolves: rhbz#609866, rhbz#609978, rhbz#612097, rhbz#612110
b94b9d
  Resolves: rhbz#612165, rhbz#612941, rhbz#614127, rhbz#614356
b94b9d
  Resolves: rhbz#614421, rhbz#614457, rhbz#614961, rhbz#615202
b94b9d
  Resolves: rhbz#615203, rhbz#615255, rhbz#617163, rhbz#617566
b94b9d
  Resolves: rhbz#618534, rhbz#618703, rhbz#618806, rhbz#618814
b94b9d
b94b9d
* Mon Jun  7 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.13-1
b94b9d
- new upstream release
b94b9d
  Resolves: rhbz#592103, rhbz#593108, rhbz#578617, rhbz#594626
b94b9d
  Resolves: rhbz#594511, rhbz#596046, rhbz#594111, rhbz#597002
b94b9d
  Resolves: rhbz#599643
b94b9d
b94b9d
* Tue May 18 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.12-2
b94b9d
- libnet is not available on RHEL
b94b9d
- Do not package ldirectord on RHEL
b94b9d
  Resolves: rhbz#577264
b94b9d
b94b9d
* Mon May 10 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.12-1
b94b9d
- new upstream release
b94b9d
  Resolves: rhbz#585217, rhbz#586100, rhbz#581533, rhbz#582753
b94b9d
  Resolves: rhbz#582754, rhbz#585083, rhbz#587079, rhbz#588890
b94b9d
  Resolves: rhbz#588925, rhbz#583789, rhbz#589131, rhbz#588010
b94b9d
  Resolves: rhbz#576871, rhbz#576871, rhbz#590000, rhbz#589823
b94b9d
b94b9d
* Mon May 10 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.12-1
b94b9d
- New pacemaker agents upstream release: a7c0f35916bf
b94b9d
  + High: pgsql: properly implement pghost parameter
b94b9d
  + High: RA: mysql: fix syntax error
b94b9d
  + High: SAPInstance RA: do not rely on op target rc when monitoring clones (lf#2371)
b94b9d
  + High: set the HA_RSCTMP directory to /var/run/resource-agents (lf#2378)
b94b9d
  + Medium: IPaddr/IPaddr2: add a description of the assumption in meta-data
b94b9d
  + Medium: IPaddr: return the correct code if interface delete failed
b94b9d
  + Medium: nfsserver: rpc.statd as the notify cmd does not work with -v (thanks to Carl Lewis)
b94b9d
  + Medium: oracle: reduce output from sqlplus to the last line for queries (bnc#567815)
b94b9d
  + Medium: pgsql: implement "config" parameter
b94b9d
  + Medium: RA: iSCSITarget: follow changed IET access policy
b94b9d
b94b9d
* Wed Apr 21 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.11-1
b94b9d
- new upstream release
b94b9d
  Resolves: rhbz#583945, rhbz#581047, rhbz#576330, rhbz#583017
b94b9d
  Resolves: rhbz#583019, rhbz#583948, rhbz#584003, rhbz#582017
b94b9d
  Resolves: rhbz#555901, rhbz#582754, rhbz#582573, rhbz#581533
b94b9d
- Switch to file based Requires.
b94b9d
  Also address several other problems related to missing runtime
b94b9d
  components in different agents.
b94b9d
  With the current Requires: set, we guarantee all basic functionalities
b94b9d
  out of the box for lvm/fs/clusterfs/netfs/networking.
b94b9d
  Resolves: rhbz#570008
b94b9d
b94b9d
* Sat Apr 17 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.10-2
b94b9d
- New pacemaker agents upstream release
b94b9d
  + High: RA: vmware: fix set_environment() invocation (LF 2342)
b94b9d
  + High: RA: vmware: update to version 0.2
b94b9d
  + Medium: Filesystem: prefer /proc/mounts to /etc/mtab for non-bind mounts (lf#2388)
b94b9d
  + Medium: IPaddr2: don't bring the interface down on stop (thanks to Lars Ellenberg)
b94b9d
  + Medium: IPsrcaddr: modify the interface route (lf#2367)
b94b9d
  + Medium: ldirectord: Allow multiple email addresses (LF 2168)
b94b9d
  + Medium: ldirectord: fix setting defaults for configfile and ldirectord (lf#2328)
b94b9d
  + Medium: meta-data: improve timeouts in most resource agents
b94b9d
  + Medium: nfsserver: use default values (lf#2321)
b94b9d
  + Medium: ocf-shellfuncs: don't log but print to stderr if connected to a terminal
b94b9d
  + Medium: ocf-shellfuncs: don't output to stderr if using syslog
b94b9d
  + Medium: oracle/oralsnr: improve exit codes if the environment isn't valid
b94b9d
  + Medium: RA: iSCSILogicalUnit: fix monitor for STGT
b94b9d
  + Medium: RA: make sure that OCF_RESKEY_CRM_meta_interval is always defined (LF 2284)
b94b9d
  + Medium: RA: ManageRAID: require bash
b94b9d
  + Medium: RA: ManageRAID: require bash
b94b9d
  + Medium: RA: VirtualDomain: bail out early if config file can't be read during probe (Novell 593988)
b94b9d
  + Medium: RA: VirtualDomain: fix incorrect use of __OCF_ACTION
b94b9d
  + Medium: RA: VirtualDomain: improve error messages
b94b9d
  + Medium: RA: VirtualDomain: spin on define until we definitely have a domain name
b94b9d
  + Medium: Route: add route table parameter (lf#2335)
b94b9d
  + Medium: sfex: don't use pid file (lf#2363,bnc#585416)
b94b9d
  + Medium: sfex: exit with success on stop if sfex has never been started (bnc#585416)
b94b9d
b94b9d
* Fri Apr  9 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.10-1
b94b9d
- New rgmanager resource agents upstream release
b94b9d
  Resolves: rhbz#519491, rhbz#570525, rhbz#571806, rhbz#574027
b94b9d
  Resolves: rhbz#574215, rhbz#574886, rhbz#576322, rhbz#576335
b94b9d
  Resolves: rhbz#575103, rhbz#577856, rhbz#577874, rhbz#578249
b94b9d
  Resolves: rhbz#578625, rhbz#578626, rhbz#578628, rhbz#578626
b94b9d
  Resolves: rhbz#579621, rhbz#579623, rhbz#579625, rhbz#579626
b94b9d
  Resolves: rhbz#579059
b94b9d
b94b9d
* Wed Mar 24 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.9-2
b94b9d
- Resolves: rhbz#572993 - Patched build process to correctly generate ldirectord man page
b94b9d
- Resolves: rhbz#574732 - Add libnet-devel as a dependancy to ensure IPaddrv6 is built
b94b9d
b94b9d
* Mon Mar  1 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.9-1
b94b9d
- New rgmanager resource agents upstream release
b94b9d
  Resolves: rhbz#455300, rhbz#568446, rhbz#561862, rhbz#536902
b94b9d
  Resolves: rhbz#512171, rhbz#519491
b94b9d
b94b9d
* Mon Feb 22 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.8-1
b94b9d
- New rgmanager resource agents upstream release
b94b9d
  Resolves: rhbz#548133, rhbz#565907, rhbz#545602, rhbz#555901
b94b9d
  Resolves: rhbz#564471, rhbz#515717, rhbz#557128, rhbz#536157
b94b9d
  Resolves: rhbz#455300, rhbz#561416, rhbz#562237, rhbz#537201
b94b9d
  Resolves: rhbz#536962, rhbz#553383, rhbz#556961, rhbz#555363
b94b9d
  Resolves: rhbz#557128, rhbz#455300, rhbz#557167, rhbz#459630
b94b9d
  Resolves: rhbz#532808, rhbz#556603, rhbz#554968, rhbz#555047
b94b9d
  Resolves: rhbz#554968, rhbz#555047
b94b9d
- spec file update:
b94b9d
  * update spec file copyright date
b94b9d
  * use bz2 tarball
b94b9d
b94b9d
* Fri Jan 15 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.7-2
b94b9d
- Add python as BuildRequires
b94b9d
b94b9d
* Mon Jan 11 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.7-1
b94b9d
- New rgmanager resource agents upstream release
b94b9d
  Resolves: rhbz#526286, rhbz#533461
b94b9d
b94b9d
* Mon Jan 11 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.6-2
b94b9d
- Update Pacameker agents to upstream version: c76b4a6eb576
b94b9d
  + High: RA: VirtualDomain: fix forceful stop (LF 2283)
b94b9d
  + High: apache: monitor operation of depth 10 for web applications (LF 2234)
b94b9d
  + Medium: IPaddr2: CLUSTERIP/iptables rule not always inserted on failed monitor (LF 2281)
b94b9d
  + Medium: RA: Route: improve validate (LF 2232)
b94b9d
  + Medium: mark obsolete RAs as deprecated (LF 2244)
b94b9d
  + Medium: mysql: escalate stop to KILL if regular shutdown doesn't work
b94b9d
b94b9d
* Mon Dec 7 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.6-1
b94b9d
- New rgmanager resource agents upstream release
b94b9d
- spec file update:
b94b9d
  * use global instead of define
b94b9d
  * use new Source0 url
b94b9d
  * use %%name macro more aggressively
b94b9d
b94b9d
* Mon Dec 7 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.5-2
b94b9d
- Update Pacameker agents to upstream version: bc00c0b065d9
b94b9d
  + High: RA: introduce OCF_FUNCTIONS_DIR, allow it to be overridden (LF2239)
b94b9d
  + High: doc: add man pages for all RAs (LF2237)
b94b9d
  + High: syslog-ng: new RA
b94b9d
  + High: vmware: make meta-data work and several cleanups (LF 2212)
b94b9d
  + Medium: .ocf-shellfuncs: add ocf_is_probe function
b94b9d
  + Medium: Dev: make RAs executable (LF2239)
b94b9d
  + Medium: IPv6addr: ifdef out the ip offset hack for libnet v1.1.4 (LF 2034)
b94b9d
  + Medium: add mercurial repository version information to .ocf-shellfuncs
b94b9d
  + Medium: build: add perl-MailTools runtime dependency to ldirectord package (LF 1469)
b94b9d
  + Medium: iSCSITarget, iSCSILogicalUnit: support LIO
b94b9d
  + Medium: nfsserver: use check_binary properly in validate (LF 2211)
b94b9d
  + Medium: nfsserver: validate should not check if nfs_shared_infodir exists (thanks to eelco@procolix.com) (LF 2219)
b94b9d
  + Medium: oracle/oralsnr: export variables properly
b94b9d
  + Medium: pgsql: remove the previous backup_label if it exists
b94b9d
  + Medium: postfix: fix double stop (thanks to Dinh N. Quoc)
b94b9d
  + RA: LVM: Make monitor operation quiet in logs (bnc#546353)
b94b9d
  + RA: Xen: Remove instance_attribute "allow_migrate" (bnc#539968)
b94b9d
  + ldirectord: OCF agent: overhaul
b94b9d
b94b9d
* Fri Nov 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.5-1
b94b9d
- New rgmanager resource agents upstream release
b94b9d
- Allow pacemaker to use rgmanager resource agents
b94b9d
b94b9d
* Wed Oct 28 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.4-2
b94b9d
- Update Pacameker agents to upstream version: e2338892f59f
b94b9d
  + High: send_arp - turn on unsolicited mode for compatibilty with the libnet version's exit codes
b94b9d
  + High: Trap sigterm for compatibility with the libnet version of send_arp
b94b9d
  + Medium: Bug - lf#2147: IPaddr2: behave if the interface is down
b94b9d
  + Medium: IPv6addr: recognize network masks properly
b94b9d
  + Medium: RA: VirtualDomain: avoid needlessly invoking "virsh define"
b94b9d
b94b9d
* Wed Oct 21 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.4-1
b94b9d
- New rgmanager resource agents upstream release
b94b9d
b94b9d
* Mon Oct 12 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.3-3
b94b9d
- Update Pacameker agents to upstream version: 099c0e5d80db
b94b9d
  + Add the ha_parameter function back into .ocf-shellfuncs.
b94b9d
  + Bug bnc#534803 - Provide a default for MAILCMD
b94b9d
  + Fix use of undefined macro @HA_NOARCHDATAHBDIR@
b94b9d
  + High (LF 2138): IPsrcaddr: replace 0/0 with proper ip prefix (thanks to Michael Ricordeau and Michael Schwartzkopff)
b94b9d
  + Import shellfuncs from heartbeat as badly written RAs use it
b94b9d
  + Medium (LF 2173): nfsserver: exit properly in nfsserver_validate
b94b9d
  + Medium: RA: Filesystem: implement monitor operation
b94b9d
  + Medium: RA: VirtualDomain: loop on status if libvirtd is unreachable
b94b9d
  + Medium: RA: VirtualDomain: loop on status if libvirtd is unreachable (addendum)
b94b9d
  + Medium: RA: iSCSILogicalUnit: use a 16-byte default SCSI ID
b94b9d
  + Medium: RA: iSCSITarget: be more persistent deleting targets on stop
b94b9d
  + Medium: RA: portblock: add per-IP filtering capability
b94b9d
  + Medium: mysql-proxy: log_level and keepalive parameters
b94b9d
  + Medium: oracle: drop spurious output from sqlplus
b94b9d
  + RA: Filesystem: allow configuring smbfs mounts as clones
b94b9d
b94b9d
* Wed Sep 23 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.3-1
b94b9d
- New rgmanager resource agents upstream release
b94b9d
b94b9d
* Thu Aug 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.1-1
b94b9d
- New rgmanager resource agents upstream release
b94b9d
b94b9d
* Tue Aug 18 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.0-16
b94b9d
- Create an ldirectord package
b94b9d
- Update Pacameker agents to upstream version: 2198dc90bec4
b94b9d
  + Build: Import ldirectord.
b94b9d
  + Ensure HA_VARRUNDIR has a value to substitute
b94b9d
  + High: Add findif tool (mandatory for IPaddr/IPaddr2)
b94b9d
  + High: IPv6addr: new nic and cidr_netmask parameters
b94b9d
  + High: postfix: new resource agent
b94b9d
  + Include license information
b94b9d
  + Low (LF 2159): Squid: make the regexp match more precisely output of netstat
b94b9d
  + Low: configure: Fix package name.
b94b9d
  + Low: ldirectord: add dependency on $remote_fs.
b94b9d
  + Low: ldirectord: add mandatory required header to init script.
b94b9d
  + Medium (LF 2165): IPaddr2: remove all colons from the mac address before passing it to send_arp
b94b9d
  + Medium: VirtualDomain: destroy domain shortly before timeout expiry
b94b9d
  + Medium: shellfuncs: Make the mktemp wrappers work.
b94b9d
  + Remove references to Echo function
b94b9d
  + Remove references to heartbeat shellfuncs.
b94b9d
  + Remove useless path lookups
b94b9d
  + findif: actually include the right header. Simplify configure.
b94b9d
  + ldirectord: Remove superfluous configure artifact.
b94b9d
  + ocf-tester: Fix package reference and path to DTD.
b94b9d
b94b9d
* Tue Aug 11 2009 Ville Skyttä <ville.skytta@iki.fi> - 3.0.0-15
b94b9d
- Use bzipped upstream hg tarball.
b94b9d
b94b9d
* Wed Jul 29 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-14
b94b9d
- Merge Pacemaker cluster resource agents:
b94b9d
  * Add Source1.
b94b9d
  * Drop noarch. We have real binaries now.
b94b9d
  * Update BuildRequires.
b94b9d
  * Update all relevant prep/build/install/files/description sections.
b94b9d
b94b9d
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-13
b94b9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b94b9d
b94b9d
* Wed Jul  8 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-12
b94b9d
- spec file updates:
b94b9d
  * Update copyright header
b94b9d
  * final release.. undefine alphatag
b94b9d
b94b9d
* Thu Jul  2 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-11.rc4
b94b9d
- New upstream release.
b94b9d
b94b9d
* Sat Jun 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-10.rc3
b94b9d
- New upstream release.
b94b9d
b94b9d
* Wed Jun 10 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-9.rc2
b94b9d
- New upstream release + git94df30ca63e49afb1e8aeede65df8a3e5bcd0970
b94b9d
b94b9d
* Tue Mar 24 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-8.rc1
b94b9d
- New upstream release.
b94b9d
- Update BuildRoot usage to preferred versions/names
b94b9d
b94b9d
* Mon Mar  9 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-7.beta1
b94b9d
- New upstream release.
b94b9d
b94b9d
* Fri Mar  6 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-6.alpha7
b94b9d
- New upstream release.
b94b9d
b94b9d
* Tue Mar  3 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-5.alpha6
b94b9d
- New upstream release.
b94b9d
b94b9d
* Tue Feb 24 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-4.alpha5
b94b9d
- Drop Conflicts with rgmanager.
b94b9d
b94b9d
* Mon Feb 23 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-3.alpha5
b94b9d
- New upstream release.
b94b9d
b94b9d
* Thu Feb 19 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-2.alpha4
b94b9d
- Add comments on how to build this package.
b94b9d
b94b9d
* Thu Feb  5 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-1.alpha4
b94b9d
- New upstream release.
b94b9d
- Fix datadir/cluster directory ownership.
b94b9d
b94b9d
* Tue Jan 27 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-1.alpha3
b94b9d
  - Initial packaging