Blame SPECS/resource-agents.spec

b4b3ce
#
b4b3ce
# All modifications and additions to the file contributed by third parties
b4b3ce
# remain the property of their copyright owners, unless otherwise agreed
b4b3ce
# upon. The license for this file, and modifications and additions to the
b4b3ce
# file, is the same license as for the pristine package itself (unless the
b4b3ce
# license for the pristine package is not an Open Source License, in which
b4b3ce
# case the license is the MIT License). An "Open Source License" is a
b4b3ce
# license that conforms to the Open Source Definition (Version 1.9)
b4b3ce
# published by the Open Source Initiative.
b4b3ce
#
b4b3ce
b4b3ce
# Below is the script used to generate a new source file
b4b3ce
# from the resource-agent upstream git repo.
b4b3ce
#
b4b3ce
# TAG=$(git log --pretty="format:%h" -n 1)
b4b3ce
# distdir="ClusterLabs-resource-agents-${TAG}"
b4b3ce
# TARFILE="${distdir}.tar.gz"
b4b3ce
# rm -rf $TARFILE $distdir
b4b3ce
# git archive --prefix=$distdir/ HEAD | gzip > $TARFILE
b4b3ce
#
b4b3ce
b4b3ce
%global upstream_prefix ClusterLabs-resource-agents
b4b3ce
%global upstream_version e711383f
b4b3ce
b4b3ce
# bundles
b4b3ce
%global bundled_lib_dir		bundled
b4b3ce
## google cloud
b4b3ce
# google-cloud-sdk bundle
b4b3ce
%global googlecloudsdk		google-cloud-sdk
b4b3ce
%global googlecloudsdk_version	241.0.0
b4b3ce
%global googlecloudsdk_dir	%{bundled_lib_dir}/gcp/%{googlecloudsdk}
5371d1
# python-httplib2 bundle
5371d1
%global httplib2		httplib2
5371d1
%global httplib2_version	0.18.1
5371d1
%global httplib2_dir		%{bundled_lib_dir}/gcp/%{httplib2}
b4b3ce
# python-pyroute2 bundle
b4b3ce
%global pyroute2		pyroute2
b4b3ce
%global pyroute2_version	0.4.13
b4b3ce
%global pyroute2_dir		%{bundled_lib_dir}/gcp/%{pyroute2}
b4b3ce
## alibaba cloud
b4b3ce
# python-colorama bundle
b4b3ce
%global colorama		colorama
b4b3ce
%global colorama_version	0.3.3
b4b3ce
%global colorama_dir		%{bundled_lib_dir}/aliyun/%{colorama}
b4b3ce
# python-pycryptodome bundle
b4b3ce
%global pycryptodome		pycryptodome
b4b3ce
%global pycryptodome_version	3.6.4
b4b3ce
%global pycryptodome_dir	%{bundled_lib_dir}/aliyun/%{pycryptodome}
b4b3ce
# python-aliyun-sdk-core bundle
b4b3ce
%global aliyunsdkcore		aliyun-python-sdk-core
b4b3ce
%global aliyunsdkcore_version	2.13.1
b4b3ce
%global aliyunsdkcore_dir	%{bundled_lib_dir}/aliyun/%{aliyunsdkcore}
b4b3ce
# python-aliyun-sdk-ecs bundle
b4b3ce
%global aliyunsdkecs		aliyun-python-sdk-ecs
b4b3ce
%global aliyunsdkecs_version	4.9.3
b4b3ce
%global aliyunsdkecs_dir	%{bundled_lib_dir}/aliyun/%{aliyunsdkecs}
b4b3ce
# python-aliyun-sdk-vpc bundle
b4b3ce
%global aliyunsdkvpc		aliyun-python-sdk-vpc
b4b3ce
%global aliyunsdkvpc_version	3.0.2
b4b3ce
%global aliyunsdkvpc_dir	%{bundled_lib_dir}/aliyun/%{aliyunsdkvpc}
b4b3ce
# aliyuncli bundle
b4b3ce
%global aliyuncli		aliyun-cli
b4b3ce
%global aliyuncli_version	2.1.10
b4b3ce
%global aliyuncli_dir		%{bundled_lib_dir}/aliyun/%{aliyuncli}
b4b3ce
b4b3ce
# determine the ras-set to process based on configure invokation
b4b3ce
%bcond_with rgmanager
b4b3ce
%bcond_without linuxha
b4b3ce
b4b3ce
Name:		resource-agents
b4b3ce
Summary:	Open Source HA Reusable Cluster Resource Scripts
b4b3ce
Version:	4.1.1
0c4b27
Release:	92%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
b4b3ce
License:	GPLv2+ and LGPLv2+
b4b3ce
URL:		https://github.com/ClusterLabs/resource-agents
b4b3ce
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
b4b3ce
Group:		System Environment/Base
b4b3ce
%else
b4b3ce
Group:		Productivity/Clustering/HA
b4b3ce
%endif
b4b3ce
Source0:	%{upstream_prefix}-%{upstream_version}.tar.gz
b4b3ce
Source1:	%{googlecloudsdk}-%{googlecloudsdk_version}-linux-x86_64.tar.gz
5371d1
Source2:	%{httplib2}-%{httplib2_version}.tar.gz
5371d1
Source3:	%{pyroute2}-%{pyroute2_version}.tar.gz
5371d1
Source4:	%{colorama}-%{colorama_version}.tar.gz
5371d1
Source5:	%{pycryptodome}-%{pycryptodome_version}.tar.gz
5371d1
Source6:	%{aliyunsdkcore}-%{aliyunsdkcore_version}.tar.gz
5371d1
Source7:	%{aliyunsdkecs}-%{aliyunsdkecs_version}.tar.gz
5371d1
Source8:	%{aliyunsdkvpc}-%{aliyunsdkvpc_version}.tar.gz
5371d1
Source9:	%{aliyuncli}-%{aliyuncli_version}.tar.gz
b4b3ce
Patch0:		nova-compute-wait-NovaEvacuate.patch
b4b3ce
Patch1:		LVM-volume_group_check_only.patch
b4b3ce
Patch2:		bz1552330-vdo-vol.patch
b4b3ce
Patch3:		IPaddr2-monitor_retries.patch
b4b3ce
Patch4:		VirtualDomain-stateless-support.patch
b4b3ce
Patch5:		1-configure-add-python-path-detection.patch
b4b3ce
Patch6:		2-ci-skip-python-agents-in-shellcheck.patch
b4b3ce
Patch7:		3-gcp-vpc-move-vip.patch
b4b3ce
Patch8:		4-gcp-vpc-move-route.patch
b4b3ce
Patch9:		5-python-library.patch
b4b3ce
Patch10:	dont-use-ocf_attribute_target-for-metadata.patch
b4b3ce
Patch11:	LVM-activate-fix-issue-with-dashes.patch
b4b3ce
Patch12:	6-gcp-move-vip-filter-aggregatedlist.patch
b4b3ce
Patch13:	aliyun-vpc-move-ip-1.patch
b4b3ce
Patch14:	aliyun-vpc-move-ip-2-fixes.patch
b4b3ce
Patch15:	aliyun-vpc-move-ip-3-fix-manpage.patch
b4b3ce
Patch16:	build-add-missing-manpages.patch
b4b3ce
Patch17:	findif-only-match-lines-with-netmasks.patch
b4b3ce
Patch18:	7-gcp-stackdriver-logging-note.patch
b4b3ce
Patch19:	LVM-fix-missing-dash.patch
b4b3ce
Patch20:	lvmlockd-add-cmirrord-support.patch
b4b3ce
Patch21:	LVM-activate-1-warn-vg_access_mode.patch
b4b3ce
Patch22:	bz1607607-podman.patch
b4b3ce
Patch23:	aliyun-vpc-move-ip-5-improve-metadata-manpage.patch
b4b3ce
Patch24:	aws-vpc-move-ip-1-avoid-false-positive-monitor.patch
b4b3ce
Patch25:	aws-vpc-move-ip-2-avoid-false-positive-monitor.patch
b4b3ce
Patch26:	LVM-activate-2-parameters-access-mode-fixes.patch
b4b3ce
Patch27:	timeout-interval-add-s-suffix.patch
b4b3ce
Patch28:	metadata-add-missing-s-suffix.patch
b4b3ce
Patch29:	bz1631291-systemd-tmpfiles-configurable-path.patch
b4b3ce
Patch30:	nfsserver-mount-rpc_pipefs.patch
b4b3ce
Patch31:	bz1635785-redis-pidof-basename.patch
b4b3ce
Patch32:	bz1642027-nfsserver-var-lib-nfs-fix.patch
b4b3ce
Patch33:	bz1662466-vdo-vol-fix-monitor-action.patch
b4b3ce
Patch34:	bz1643307-LVM-activate-dont-fail-initial-probe.patch
b4b3ce
Patch35:	bz1658664-LVM-activate-dont-require-locking_type.patch
b4b3ce
Patch36:	bz1689184-Squid-1-fix-pidfile-issue.patch
b4b3ce
Patch37:	bz1667414-1-LVM-activate-support-LVs-from-same-VG.patch
b4b3ce
Patch38:	bz1667414-2-LVM-activate-only-count-volumes.patch
b4b3ce
Patch39:	bz1666691-tomcat-use-systemd-when-catalina.sh-unavailable.patch
b4b3ce
Patch40:	bz1693662-aws-vpc-move-ip-avoid-possible-race-condition.patch
b4b3ce
Patch41:	bz1695656-gcp-vpc-move-route-vip-fix-python3-encoding.patch
b4b3ce
Patch42:	bz1697559-aws-vpc-move-ip-1-multi-route-table-support.patch
b4b3ce
Patch43:	bz1697559-aws-vpc-move-ip-2-fix-route-update-multi-NICs.patch
b4b3ce
Patch44:	bz1669140-Route-make-family-parameter-optional.patch
b4b3ce
Patch45:	bz1683548-redis-mute-password-warning.patch
b4b3ce
Patch46:	bz1692413-1-iSCSITarget-create-iqn-when-it-doesnt-exist.patch
b4b3ce
Patch47:	bz1689184-Squid-2-dont-run-pgrep-without-PID.patch
b4b3ce
Patch48:	bz1707969-1-ocf_log-do-not-log-debug-when-HA_debug-unset.patch
b4b3ce
Patch49:	bz1707969-2-ocf_is_true-add-True-to-regexp.patch
b4b3ce
Patch50:	bz1717759-Filesystem-remove-notify-action-from-metadata.patch
b4b3ce
Patch51:	bz1719684-dhcpd-keep-SELinux-context-chroot.patch
b4b3ce
Patch52:	bz1718219-podman-1-avoid-double-inspect-call.patch
b4b3ce
Patch53:	bz1718219-podman-2-improve-monitor-action.patch
b4b3ce
Patch54:	bz1718219-podman-3-remove-docker-remnant.patch
b4b3ce
Patch55:	bz1718219-podman-4-use-exec-to-avoid-performance-issues.patch
b4b3ce
Patch56:	bz1730455-LVM-activate-fix-monitor-hang.patch
b4b3ce
Patch57:	bz1732867-CTDB-1-explicitly-use-bash-shell.patch
b4b3ce
Patch58:	bz1732867-CTDB-2-add-ctdb_max_open_files-parameter.patch
b4b3ce
Patch59:	bz1732867-CTDB-3-fixes.patch
b4b3ce
Patch60:	bz1732867-CTDB-4-add-v4.9-support.patch
b4b3ce
Patch61:	bz1692413-2-iSCSILogicalUnit-create-acls-fix.patch
b4b3ce
Patch62:	bz1736746-podman-drop-in-support.patch
b4b3ce
Patch63:	bz1692960-mysql-galera-runuser-su-to-avoid-dac_override.patch
b4b3ce
Patch64:	bz1745713-rabbitmq-cluster-1-monitor-mnesia-status.patch
b4b3ce
Patch65:	bz1745713-rabbitmq-cluster-2-fail-when-in-minority-partition.patch
b4b3ce
Patch66:	bz1745713-rabbitmq-cluster-3-fix-stop-regression.patch
b4b3ce
Patch67:	bz1745713-rabbitmq-cluster-4-retry-start-cluster-join-fails.patch
b4b3ce
Patch68:	bz1745713-rabbitmq-cluster-5-ensure-node-attribures-removed.patch
b4b3ce
Patch69:	bz1745713-rabbitmq-cluster-6-debug-log-mnesia-query-fails.patch
b4b3ce
Patch70:	bz1745713-rabbitmq-cluster-7-suppress-additional-output.patch
b4b3ce
Patch71:	bz1695039-LVM-activate-return-NOT_RUNNING-rejoin-cluster.patch
b4b3ce
Patch72:	bz1738428-LVM-activate-detect-volume-without-reboot.patch
b4b3ce
Patch73:	bz1744103-Filesystem-1-monitor-symlink-support.patch
b4b3ce
Patch74:	bz1744103-Filesystem-2-add-symlink-support.patch
b4b3ce
Patch75:	bz1744103-Filesystem-3-fix-umount-disk-failure.patch
b4b3ce
Patch76:	bz1744103-Filesystem-4-fix-readlink-issue.patch
b4b3ce
Patch77:	bz1744140-Filesystem-1-avoid-corrupt-mount-list.patch
b4b3ce
Patch78:	bz1744140-Filesystem-2-prevent-killing-bind-mount.patch
b4b3ce
Patch79:	bz1744140-Filesystem-3-improved-bind-mount-check.patch
b4b3ce
Patch80:	bz1757837-IPsrcaddr-fix-regression-without-NetworkManager.patch
b4b3ce
Patch81:	bz1744224-IPsrcaddr-1-add-destination-and-table-parameters.patch
b4b3ce
Patch82:	bz1748768-docker-fix-stop-issues.patch
b4b3ce
Patch83:	bz1750261-Route-1-dont-fence-when-parameters-not-set.patch
b4b3ce
Patch84:	bz1750352-rabbitmq-cluster-restore-users-single-node-mode.patch
b4b3ce
Patch85:	bz1751700-IPaddr2-1-sanitize-IPv6-IPs.patch
b4b3ce
Patch86:	bz1751700-IPaddr2-2-return-empty-when-sanitation-fails.patch
b4b3ce
Patch87:	bz1751962-nfsserver-1-systemd-perf-improvements.patch
b4b3ce
Patch88:	bz1751962-nfsserver-2-systemd-use-no-legend.patch
b4b3ce
Patch89:	bz1755760-NovaEvacuate-evacuate_delay.patch
b4b3ce
Patch90:	bz1750261-Route-2-validate-start-validate-all.patch
b4b3ce
Patch91:	bz1741843-LVM-activate-partial-activation.patch
b4b3ce
Patch92:	bz1764888-exportfs-allow-same-fsid.patch
b4b3ce
Patch93:	bz1765128-mysql-galera-fix-incorrect-rc.patch
b4b3ce
Patch94:	bz1741042-IPaddr2-add-noprefixroute-parameter.patch
b4b3ce
Patch95:	bz1744224-IPsrcaddr-2-local-rule-destination-fixes.patch
b4b3ce
Patch96:	bz1788889-podman-improve-image-exist-check.patch
b4b3ce
Patch97:	bz1744224-IPsrcaddr-3-fix-probe-issues.patch
b4b3ce
Patch98:	bz1767916-IPaddr2-clusterip-not-supported.patch
b4b3ce
Patch99:	bz1777381-Filesystem-1-refresh-UUID.patch
b4b3ce
Patch100:	bz1777381-Filesystem-2-udev-settle.patch
b4b3ce
Patch101:	bz1744224-IPsrcaddr-4-fix-hardcoded-device.patch
b4b3ce
Patch102:	bz1792196-rabbitmq-cluster-delete-nodename-when-stop-fails.patch
b4b3ce
Patch103:	bz1808468-1-lvmlockd-fix-conditionals.patch
b4b3ce
Patch104:	bz1808468-2-remove-locking_type.patch
919373
Patch105:	bz1759115-aws-vpc-route53-1-update.patch
919373
Patch106:	bz1804658-azure-lb-1-remove-status-metadata.patch
919373
Patch107:	bz1804658-azure-lb-2-add-socat-support.patch
919373
Patch108:	bz1810466-aws-vpc-move-ip-1-add-routing_table_role.patch
919373
Patch109:	bz1810466-aws-vpc-move-ip-2-update-metadata.patch
919373
Patch110:	bz1792237-redis-1-fix-validate-all.patch
919373
Patch111:	bz1792237-redis-2-run-validate-during-start.patch
919373
Patch112:	bz1817432-use-safe-temp-file-location.patch
919373
Patch113:	bz1817598-ocf_is_clone-1-fix-clone-max-can-be-0.patch
919373
Patch114:	bz1817598-ocf_is_clone-2-update-comment.patch
919373
Patch115:	bz1819021-aws-vpc-move-ip-delete-remaining-route-entries.patch
919373
Patch116:	bz1759115-aws-vpc-route53-2-add-public-and-secondary-ip-support.patch
919373
Patch117:	bz1633251-gcp-pd-move-1.patch
919373
Patch118:	bz1633251-gcp-pd-move-2-use-OCF_FUNCTIONS_DIR.patch
919373
Patch119:	bz1633251-gcp-pd-move-3-add-stackdriver_logging-to-metadata.patch
919373
Patch120:	bz1819965-1-ocf.py-update.patch
919373
Patch121:	bz1819965-2-azure-events.patch
42b704
Patch122:	bz1759115-aws-vpc-route53-3-awscli-property.patch
42b704
Patch123:	bz1744190-pgsql-1-set-primary-standby-initial-score.patch
42b704
Patch124:	bz1744190-pgsql-2-improve-start-checks.patch
5371d1
Patch125:	bz1820523-exportfs-1-add-symlink-support.patch
42b704
Patch126:	bz1832321-rabbitmq-cluster-increase-wait-timeout.patch
8d2604
Patch127:	bz1818997-nfsserver-1-fix-nfsv4-only-support.patch
5fdbe4
Patch128:	bz1830716-NovaEvacuate-suppress-expected-error.patch
5fdbe4
Patch129:	bz1836945-db2-hadr-promote-standby-node.patch
5fdbe4
Patch130:	bz1633251-gcp-pd-move-4-fixes-and-improvements.patch
5fdbe4
Patch131:	bz1633251-gcp-pd-move-5-bundle.patch
5fdbe4
Patch132:	bz1839721-podman-force-rm-container-if-rm-fails.patch
5371d1
Patch133:	bz1820523-exportfs-2-fix-monitor-action.patch
5371d1
Patch134:	bz1843999-aliyun-vpc-move-ip-log-output-when-failing.patch
3fb1ea
Patch135:	bz1845574-azure-events-1-handle-exceptions-in-urlopen.patch
5371d1
Patch136:	bz1845581-nfsserver-dont-log-error-message-file-doesnt-exist.patch
5371d1
Patch137:	bz1845583-exportfs-1-describe-clientspec-format-in-metadata.patch
5371d1
Patch138:	bz1845583-exportfs-2-fix-typo.patch
5371d1
Patch139:	bz1814896-Filesystem-fast_stop-default-to-no-for-GFS2.patch
5371d1
Patch140:	bz1836186-pgsql-support-Pacemaker-v2.03-output.patch
8d2604
Patch141:	bz1819965-3-azure-events-decode-when-type-not-str.patch
8d2604
Patch142:	bz1818997-nfsserver-2-stop-nfsdcld-if-present.patch
8d2604
Patch143:	bz1818997-3-nfsserver-nfsnotify-fix-selinux-label-issue.patch
3fb1ea
Patch144:	bz1845574-azure-events-2-import-urlerror-encode-postdata.patch
fc07e0
Patch145:	bz1846733-gcp-vpc-move-vip-1-support-multiple-alias-ips.patch
fc07e0
Patch146:	bz1846733-gcp-vpc-move-vip-2-fix-list-sort.patch
268957
Patch147:	bz1850778-azure-lb-fix-redirect-issue.patch
8b04f5
Patch148:	bz1640587-pgsql-ignore-masters-re-promote.patch
8b04f5
Patch149:	bz1795535-pgsql-1-add-postgresql-12-support.patch
8b04f5
Patch150:	bz1795535-pgsql-2-fix-uppercase-hostname-support.patch
8b04f5
Patch151:	bz1858752-Filesystem-support-whitespace-device-dir.patch
8b04f5
Patch152:	bz1872999-aws-vpc-move-ip-add-region-parameter.patch
27f1a2
Patch153:	bz1881114-galera-recover-joining-non-existing-cluster.patch
3f2a88
Patch154:	bz1815013-redis-parse-password-correctly-based-on-version.patch
3f2a88
Patch155:	bz1763249-manpages-fix-pcs-syntax.patch
3f2a88
Patch156:	bz1890068-gcp-pd-move-fix-partially-matched-disk_name.patch
4531df
Patch157:	bz1848025-sybaseASE-run-verify-for-start-action-only.patch
4531df
Patch158:	bz1861001-sybaseASE-add-logfile-parameter.patch
4531df
Patch159:	bz1891835-galera-set-bootstrap-attribute-before-promote.patch
4531df
Patch160:	bz1891855-galera-recover-2-node-cluster.patch
3cbfd5
Patch161:	bz1471182-crypt-1-new-ra.patch
3cbfd5
Patch162:	bz1471182-crypt-2-fix-bashism.patch
3cbfd5
Patch163:	bz1471182-crypt-3-fix-missing-and.patch
bb66af
Patch164:	bz1895811-aws-vpc-move-ip-dont-warn-for-expected-scenarios.patch
184fb6
Patch165:	bz1897570-aws-add-imdsv2-support.patch
184fb6
Patch166:	bz1886262-podman-recover-from-killed-conmon.patch
184fb6
Patch167:	bz1900015-podman-recover-from-storage-out-of-sync.patch
184fb6
Patch168:	bz1898690-crypt-make-key_file-crypt_type_not-unique.patch
184fb6
Patch169:	bz1899551-NovaEvacuate-fix-delay_evacuate-unset.patch
5566f9
Patch170:	bz1901357-crypt-1-support-symlink-devices.patch
184fb6
Patch171:	bz1902208-LVM-activate-stop-before-storage-service.patch
5566f9
Patch172:	bz1901357-crypt-2-dont-sanity-check-during-probe.patch
4a94c3
Patch173:	bz1903677-ocf-shellfuncs-fix-traceback-redirection-bash5.patch
fd7b9a
Patch174:	bz1913932-1-gcp-vpc-move-add-project-parameter.patch
fd7b9a
Patch175:	bz1913932-2-gcp-vpc-move-route-fixes.patch
42d261
Patch176:	bz1913932-3-gcp-vpc-move-route-make-vpc_network-optional.patch
0c4b27
Patch177:	bz1937142-azure-lb-redirect-to-avoid-nc-dying-EPIPE-error.patch
0c4b27
Patch178:	bz1940363-1-galera-redis-use-output-as.patch
0c4b27
Patch179:	bz1940363-2-bundle-disable-validate-with.patch
0c4b27
Patch180:	bz1891883-ethmonitor-vlan-fix.patch
0c4b27
Patch181:	bz1902045-iface-vlan-vlan-not-unique.patch
0c4b27
Patch182:	bz1924363-nfsserver-error-check-unmount.patch
0c4b27
Patch183:	bz1932863-VirtualDomain-fix-pid-status.patch
0c4b27
Patch184:	bz1920698-podman-return-not-running-probe.patch
0c4b27
Patch185:	bz1939992-awsvip-dont-partially-match-IPs.patch
0c4b27
Patch186:	bz1940094-aws-agents-dont-spam-logs.patch
0c4b27
Patch187:	bz1939281-aws-vpc-move-ip-add-ENI-lookup.patch
0c4b27
Patch188:	bz1934651-db2-add-PRIMARY-REMOTE_CATCHUP_PENDING-CONNECTED.patch
0c4b27
Patch189:	bz1872754-pgsqlms-new-ra.patch
b4b3ce
b4b3ce
# bundle patches
b4b3ce
Patch1000:	7-gcp-bundled.patch
b4b3ce
Patch1001:	8-google-cloud-sdk-fixes.patch
b4b3ce
Patch1002:	9-google-cloud-sdk-oauth2client-python-rsa-to-cryptography.patch
b4b3ce
Patch1003:	10-gcloud-support-info.patch
b4b3ce
Patch1004:	bz1691456-gcloud-dont-detect-python2.patch
b4b3ce
Patch1005:	aliyun-vpc-move-ip-4-bundled.patch
b4b3ce
Patch1006:	python3-syntax-fixes.patch
b4b3ce
Patch1007:	aliyuncli-python3-fixes.patch
0c4b27
Patch1008:	bz1935422-python-pygments-fix-CVE-2021-20270.patch
0c4b27
Patch1009:	bz1943464-python-pygments-fix-CVE-2021-27291.patch
b4b3ce
b4b3ce
Obsoletes:	heartbeat-resources <= %{version}
b4b3ce
Provides:	heartbeat-resources = %{version}
b4b3ce
b4b3ce
# Build dependencies
b4b3ce
BuildRequires: automake autoconf gcc
b4b3ce
BuildRequires: perl-interpreter python3-devel
b4b3ce
BuildRequires: libxslt glib2-devel
b4b3ce
BuildRequires: systemd
b4b3ce
BuildRequires: which
b4b3ce
b4b3ce
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
b4b3ce
#BuildRequires: cluster-glue-libs-devel
b4b3ce
BuildRequires: docbook-style-xsl docbook-dtds
b4b3ce
%if 0%{?rhel} == 0
b4b3ce
BuildRequires: libnet-devel
b4b3ce
%endif
b4b3ce
%endif
b4b3ce
b4b3ce
## Runtime deps
b4b3ce
# system tools shared by several agents
b4b3ce
Requires: /bin/bash /usr/bin/grep /bin/sed /bin/gawk
b4b3ce
Requires: /bin/ps /usr/bin/pkill /usr/bin/hostname /usr/bin/netstat
b4b3ce
Requires: /usr/sbin/fuser /bin/mount
b4b3ce
b4b3ce
# Filesystem / fs.sh / netfs.sh
b4b3ce
Requires: /sbin/fsck
b4b3ce
Requires: /usr/sbin/fsck.ext2 /usr/sbin/fsck.ext3 /usr/sbin/fsck.ext4
b4b3ce
Requires: /usr/sbin/fsck.xfs
8b04f5
Requires: /sbin/mount.nfs /sbin/mount.nfs4
8b04f5
%if 0%{?fedora} < 33 || (0%{?rhel} && 0%{?rhel} < 9) || (0%{?centos} && 0%{?centos} < 9) || 0%{?suse_version}
8b04f5
%if (0%{?rhel} && 0%{?rhel} < 8) || (0%{?centos} && 0%{?centos} < 8)
8b04f5
Requires: /usr/sbin/mount.cifs
8b04f5
%else
8b04f5
Recommends: /usr/sbin/mount.cifs
8b04f5
%endif
8b04f5
%endif
b4b3ce
b4b3ce
# IPaddr2
b4b3ce
Requires: /sbin/ip
b4b3ce
b4b3ce
# LVM / lvm.sh
b4b3ce
Requires: /usr/sbin/lvm
b4b3ce
b4b3ce
# nfsserver / netfs.sh
b4b3ce
Requires: /usr/sbin/rpc.nfsd /sbin/rpc.statd /usr/sbin/rpc.mountd
b4b3ce
b4b3ce
# ocf.py
b4b3ce
Requires: python3
b4b3ce
b4b3ce
# rgmanager
b4b3ce
%if %{with rgmanager}
b4b3ce
# ip.sh
b4b3ce
Requires: /usr/sbin/ethtool
b4b3ce
Requires: /sbin/rdisc /usr/sbin/arping /bin/ping /bin/ping6
b4b3ce
b4b3ce
# nfsexport.sh
b4b3ce
Requires: /sbin/findfs
b4b3ce
Requires: /sbin/quotaon /sbin/quotacheck
b4b3ce
%endif
b4b3ce
b4b3ce
%description
b4b3ce
A set of scripts to interface with several services to operate in a
b4b3ce
High Availability environment for both Pacemaker and rgmanager
b4b3ce
service managers.
b4b3ce
b4b3ce
%ifarch x86_64
b4b3ce
%package aliyun
b4b3ce
License:	GPLv2+ and LGPLv2+ and ASL 2.0 and BSD and MIT
b4b3ce
Summary:	Alibaba Cloud (Aliyun) resource agents
b4b3ce
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
b4b3ce
Group:		System Environment/Base
b4b3ce
%else
b4b3ce
Group:		Productivity/Clustering/HA
b4b3ce
%endif
b4b3ce
Requires:	%{name} = %{version}-%{release}
b4b3ce
Requires:	python3-jmespath >= 0.9.0
b4b3ce
Requires:	python3-urllib3
b4b3ce
# python-colorama bundle
b4b3ce
Provides:	bundled(python-%{colorama}) = %{colorama_version}
b4b3ce
# python-pycryptodome bundle
b4b3ce
Provides:	bundled(python-%{pycryptodome}) = %{pycryptodome_version}
b4b3ce
# python-aliyun-sdk-core bundle
b4b3ce
Provides:	bundled(python-aliyun-sdk-core) = %{aliyunsdkcore_version}
b4b3ce
# python-aliyun-sdk-ecs bundle
b4b3ce
Provides:	bundled(python-aliyun-sdk-ecs) = %{aliyunsdkecs_version}
b4b3ce
# python-aliyun-sdk-vpc bundle
b4b3ce
Provides:	bundled(python-aliyun-sdk-vpc) = %{aliyunsdkvpc_version}
b4b3ce
# aliyuncli bundle
b4b3ce
Provides:	bundled(aliyuncli) = %{aliyuncli_version}
b4b3ce
b4b3ce
%description aliyun
b4b3ce
Alibaba Cloud (Aliyun) resource agents allows Alibaba Cloud
b4b3ce
(Aliyun) instances to be managed in a cluster environment.
b4b3ce
%endif
b4b3ce
b4b3ce
%ifarch x86_64
b4b3ce
%package gcp
b4b3ce
License:	GPLv2+ and LGPLv2+ and BSD and ASL 2.0 and MIT and Python
b4b3ce
Summary:	Google Cloud Platform resource agents
b4b3ce
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
b4b3ce
Group:		System Environment/Base
b4b3ce
%else
b4b3ce
Group:		Productivity/Clustering/HA
b4b3ce
%endif
b4b3ce
Requires:	%{name} = %{version}-%{release}
b4b3ce
Requires:	python3-google-api-client
b4b3ce
# google-cloud-sdk bundle
b4b3ce
Requires:	python3-cryptography >= 1.7.2
b4b3ce
Requires:	python3-dateutil >= 2.6.0
b4b3ce
Provides:	bundled(%{googlecloudsdk}) = %{googlecloudsdk_version}
b4b3ce
Provides:	bundled(python-antlr3) = 3.1.1
b4b3ce
Provides:	bundled(python-appdirs) = 1.4.0
b4b3ce
Provides:	bundled(python-argparse) = 1.2.1
b4b3ce
Provides:	bundled(python-chardet) = 2.3.0
b4b3ce
Provides:	bundled(python-dulwich) = 0.10.2
b4b3ce
Provides:	bundled(python-ipaddress) = 1.0.16
b4b3ce
Provides:	bundled(python-ipaddr) = 2.1.11
b4b3ce
Provides:	bundled(python-mako) = 1.0.7
b4b3ce
Provides:	bundled(python-oauth2client) = 3.0.0
b4b3ce
Provides:	bundled(python-prompt_toolkit) = 1.0.13
b4b3ce
Provides:	bundled(python-pyasn1) = 0.4.2
b4b3ce
Provides:	bundled(python-pyasn1_modules) = 0.2.1
b4b3ce
Provides:	bundled(python-pygments) = 2.2.0
b4b3ce
Provides:	bundled(python-pyparsing) = 2.1.10
b4b3ce
Provides:	bundled(python-requests) = 2.10.0
b4b3ce
Provides:	bundled(python-six) = 1.11.0
b4b3ce
Provides:	bundled(python-uritemplate) = 3.0.0
b4b3ce
Provides:	bundled(python-urllib3) = 1.15.1
b4b3ce
Provides:	bundled(python-websocket) = 0.47.0
b4b3ce
Provides:	bundled(python-yaml) = 3.12
b4b3ce
# python-pyroute2 bundle
b4b3ce
Provides:	bundled(%{pyroute2}) = %{pyroute2_version}
b4b3ce
b4b3ce
%description gcp
b4b3ce
The Google Cloud Platform resource agents allows Google Cloud
b4b3ce
Platform instances to be managed in a cluster environment.
b4b3ce
%endif
b4b3ce
0c4b27
%package paf
0c4b27
License:	PostgreSQL
0c4b27
Summary:	PostgreSQL Automatic Failover (PAF) resource agent
0c4b27
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
0c4b27
Group:		System Environment/Base
0c4b27
%else
0c4b27
Group:		Productivity/Clustering/HA
0c4b27
%endif
0c4b27
Requires:	%{name} = %{version}-%{release}
0c4b27
Requires:	perl-interpreter
0c4b27
0c4b27
%description paf
0c4b27
PostgreSQL Automatic Failover (PAF) resource agents allows PostgreSQL
0c4b27
databases to be managed in a cluster environment.
0c4b27
b4b3ce
%prep
b4b3ce
%if 0%{?suse_version} == 0 && 0%{?fedora} == 0 && 0%{?centos_version} == 0 && 0%{?rhel} == 0
b4b3ce
%{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.}
b4b3ce
exit 1
b4b3ce
%endif
b4b3ce
%setup -q -n %{upstream_prefix}-%{upstream_version}
b4b3ce
%patch0 -p1
b4b3ce
%patch1 -p1
b4b3ce
%patch2 -p1
b4b3ce
%patch3 -p1
b4b3ce
%patch4 -p1
b4b3ce
%patch5 -p1
b4b3ce
%patch6 -p1
b4b3ce
%patch7 -p1
b4b3ce
%patch8 -p1
b4b3ce
%patch9 -p1
b4b3ce
%patch10 -p1
b4b3ce
%patch11 -p1
b4b3ce
%patch12 -p1
b4b3ce
%patch13 -p1
b4b3ce
%patch14 -p1
b4b3ce
%patch15 -p1
b4b3ce
%patch16 -p1
b4b3ce
%patch17 -p1
b4b3ce
%patch18 -p1
b4b3ce
%patch19 -p1
b4b3ce
%patch20 -p1
b4b3ce
%patch21 -p1
b4b3ce
%patch22 -p1
b4b3ce
%patch23 -p1
b4b3ce
%patch24 -p1
b4b3ce
%patch25 -p1
b4b3ce
%patch26 -p1
b4b3ce
%patch27 -p1
b4b3ce
%patch28 -p1
b4b3ce
%patch29 -p1
b4b3ce
%patch30 -p1
b4b3ce
%patch31 -p1
b4b3ce
%patch32 -p1
b4b3ce
%patch33 -p1
b4b3ce
%patch34 -p1
b4b3ce
%patch35 -p1
b4b3ce
%patch36 -p1
b4b3ce
%patch37 -p1
b4b3ce
%patch38 -p1
b4b3ce
%patch39 -p1
b4b3ce
%patch40 -p1 -F2
b4b3ce
%patch41 -p1
b4b3ce
%patch42 -p1
b4b3ce
%patch43 -p1
b4b3ce
%patch44 -p1
b4b3ce
%patch45 -p1
b4b3ce
%patch46 -p1
b4b3ce
%patch47 -p1
b4b3ce
%patch48 -p1
b4b3ce
%patch49 -p1
b4b3ce
%patch50 -p1
b4b3ce
%patch51 -p1
b4b3ce
%patch52 -p1
b4b3ce
%patch53 -p1
b4b3ce
%patch54 -p1
b4b3ce
%patch55 -p1
b4b3ce
%patch56 -p1
b4b3ce
%patch57 -p1
b4b3ce
%patch58 -p1
b4b3ce
%patch59 -p1
b4b3ce
%patch60 -p1 -F1
b4b3ce
%patch61 -p1
b4b3ce
%patch62 -p1 -F2
b4b3ce
%patch63 -p1
b4b3ce
%patch64 -p1
b4b3ce
%patch65 -p1
b4b3ce
%patch66 -p1
b4b3ce
%patch67 -p1
b4b3ce
%patch68 -p1
b4b3ce
%patch69 -p1
b4b3ce
%patch70 -p1
b4b3ce
%patch71 -p1
b4b3ce
%patch72 -p1
b4b3ce
%patch73 -p1
b4b3ce
%patch74 -p1
b4b3ce
%patch75 -p1
b4b3ce
%patch76 -p1
b4b3ce
%patch77 -p1
b4b3ce
%patch78 -p1
b4b3ce
%patch79 -p1
b4b3ce
%patch80 -p1
b4b3ce
%patch81 -p1
b4b3ce
%patch82 -p1
b4b3ce
%patch83 -p1
b4b3ce
%patch84 -p1
b4b3ce
%patch85 -p1
b4b3ce
%patch86 -p1
b4b3ce
%patch87 -p1
b4b3ce
%patch88 -p1
b4b3ce
%patch89 -p1
b4b3ce
%patch90 -p1
b4b3ce
%patch91 -p1
b4b3ce
%patch92 -p1
b4b3ce
%patch93 -p1
b4b3ce
%patch94 -p1 -F2
b4b3ce
%patch95 -p1
b4b3ce
%patch96 -p1
b4b3ce
%patch97 -p1
b4b3ce
%patch98 -p1
b4b3ce
%patch99 -p1
b4b3ce
%patch100 -p1
b4b3ce
%patch101 -p1
b4b3ce
%patch102 -p1
b4b3ce
%patch103 -p1
b4b3ce
%patch104 -p1
919373
%patch105 -p1
919373
%patch106 -p1
919373
%patch107 -p1
919373
%patch108 -p1
919373
%patch109 -p1
919373
%patch110 -p1
919373
%patch111 -p1
919373
%patch112 -p1
919373
%patch113 -p1
919373
%patch114 -p1
919373
%patch115 -p1
919373
%patch116 -p1
919373
%patch117 -p1
919373
%patch118 -p1
919373
%patch119 -p1
919373
%patch120 -p1
919373
%patch121 -p1
42b704
%patch122 -p1
42b704
%patch123 -p1
42b704
%patch124 -p1
42b704
%patch125 -p1
42b704
%patch126 -p1
5fdbe4
%patch127 -p1
5fdbe4
%patch128 -p1 -F2
5fdbe4
%patch129 -p1
5fdbe4
%patch130 -p1
5fdbe4
%patch131 -p1
5fdbe4
%patch132 -p1
5371d1
%patch133 -p1
5371d1
%patch134 -p1
5371d1
%patch135 -p1
5371d1
%patch136 -p1
5371d1
%patch137 -p1
5371d1
%patch138 -p1
5371d1
%patch139 -p1
5371d1
%patch140 -p1
8d2604
%patch141 -p1
8d2604
%patch142 -p1
8d2604
%patch143 -p1
8d2604
%patch144 -p1
45a1af
%patch145 -p1
fc07e0
%patch146 -p1
268957
%patch147 -p1
8b04f5
%patch148 -p1
8b04f5
%patch149 -p1
8b04f5
%patch150 -p1
8b04f5
%patch151 -p1 -F1
8b04f5
%patch152 -p1
27f1a2
%patch153 -p1
3f2a88
%patch154 -p1 -F1
3f2a88
%patch155 -p1
3f2a88
%patch156 -p1
4531df
%patch157 -p1
4531df
%patch158 -p1
4531df
%patch159 -p1
4531df
%patch160 -p1
3cbfd5
%patch161 -p1
3cbfd5
%patch162 -p1
3cbfd5
%patch163 -p1
bb66af
%patch164 -p1
184fb6
%patch165 -p1
184fb6
%patch166 -p1
184fb6
%patch167 -p1
184fb6
%patch168 -p1
184fb6
%patch169 -p1 -F2
184fb6
%patch170 -p1
184fb6
%patch171 -p1
5566f9
%patch172 -p1
4a94c3
%patch173 -p1
fd7b9a
%patch174 -p1
fd7b9a
%patch175 -p1
42d261
%patch176 -p1
2fca8d
%patch177 -p1
6dc705
%patch178 -p1
6dc705
%patch179 -p1
6dc705
%patch180 -p1
0c4b27
%patch181 -p1
0c4b27
%patch182 -p1
0c4b27
%patch183 -p1
0c4b27
%patch184 -p1
0c4b27
%patch185 -p1
0c4b27
%patch186 -p1
0c4b27
%patch187 -p1 -F2
0c4b27
%patch188 -p1
0c4b27
%patch189 -p1
b4b3ce
b4b3ce
chmod 755 heartbeat/nova-compute-wait
b4b3ce
chmod 755 heartbeat/NovaEvacuate
0c4b27
chmod 755 heartbeat/pgsqlms
b4b3ce
b4b3ce
# bundles
b4b3ce
mkdir -p %{bundled_lib_dir}/gcp
b4b3ce
mkdir -p %{bundled_lib_dir}/aliyun
b4b3ce
b4b3ce
# google-cloud-sdk bundle
b4b3ce
%ifarch x86_64
b4b3ce
tar -xzf %SOURCE1 -C %{bundled_lib_dir}/gcp
5371d1
## upgrade httplib2 to fix CVE-2020-11078
5371d1
pushd %{googlecloudsdk_dir}
5371d1
rm -rf lib/third_party/httplib2
5371d1
popd
5371d1
5371d1
# python-httplib2 bundle
5371d1
tar -xzf %SOURCE2 -C %{bundled_lib_dir}
5371d1
mv %{bundled_lib_dir}/%{httplib2}-%{httplib2_version} %{httplib2_dir}
5371d1
b4b3ce
# gcp*: append bundled-directory to search path, gcloud-ra
b4b3ce
%patch1000 -p1
b4b3ce
# google-cloud-sdk fixes
b4b3ce
%patch1001 -p1
b4b3ce
# replace python-rsa with python-cryptography
b4b3ce
%patch1002 -p1
b4b3ce
# gcloud support info
b4b3ce
%patch1003 -p1
b4b3ce
# gcloud remove python 2 detection
b4b3ce
%patch1004 -p1
b4b3ce
# rename gcloud
b4b3ce
mv %{googlecloudsdk_dir}/bin/gcloud %{googlecloudsdk_dir}/bin/gcloud-ra
b4b3ce
# keep googleapiclient
b4b3ce
mv %{googlecloudsdk_dir}/platform/bq/third_party/googleapiclient %{googlecloudsdk_dir}/lib/third_party
b4b3ce
# only keep gcloud
b4b3ce
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}
b4b3ce
# remove Python 2 code
b4b3ce
rm -rf %{googlecloudsdk_dir}/lib/third_party/*/python2
b4b3ce
# remove python-rsa
b4b3ce
rm -rf %{googlecloudsdk_dir}/lib/third_party/rsa
b4b3ce
# remove grpc
b4b3ce
rm -rf %{googlecloudsdk_dir}/lib/third_party/grpc
b4b3ce
# remove dateutil
b4b3ce
rm -rf %{googlecloudsdk_dir}/lib/third_party/dateutil
b4b3ce
# docs/licenses
b4b3ce
cp %{googlecloudsdk_dir}/README %{googlecloudsdk}_README
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/argparse/README.txt %{googlecloudsdk}_argparse_README.txt
b4b3ce
cp %{googlecloudsdk_dir}/LICENSE %{googlecloudsdk}_LICENSE
5371d1
cp %{httplib2_dir}/LICENSE %{googlecloudsdk}_httplib2_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/contextlib2/LICENSE %{googlecloudsdk}_contextlib2_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/concurrent/LICENSE %{googlecloudsdk}_concurrent_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/yaml/LICENSE %{googlecloudsdk}_yaml_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/pyu2f/LICENSE %{googlecloudsdk}_pyu2f_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/ml_sdk/LICENSE %{googlecloudsdk}_ml_sdk_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/ml_sdk/pkg/LICENSE %{googlecloudsdk}_pkg_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/ipaddr/LICENSE %{googlecloudsdk}_ipaddr_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/urllib3/LICENSE %{googlecloudsdk}_urllib3_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/ipaddress/LICENSE %{googlecloudsdk}_ipaddress_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/requests/LICENSE %{googlecloudsdk}_requests_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/docker/LICENSE %{googlecloudsdk}_docker_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/monotonic/LICENSE %{googlecloudsdk}_monotonic_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/websocket/LICENSE %{googlecloudsdk}_websocket_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/fasteners/LICENSE %{googlecloudsdk}_fasteners_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/wcwidth/LICENSE %{googlecloudsdk}_wcwidth_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/pygments/LICENSE %{googlecloudsdk}_pygments_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/oauth2client/LICENSE %{googlecloudsdk}_oauth2client_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/uritemplate/LICENSE %{googlecloudsdk}_uritemplate_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/dulwich/LICENSE %{googlecloudsdk}_dulwich_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/mako/LICENSE %{googlecloudsdk}_mako_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/packaging/LICENSE %{googlecloudsdk}_packaging_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/socks/LICENSE %{googlecloudsdk}_socks_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/antlr3/LICENSE %{googlecloudsdk}_antlr3_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/argparse/LICENSE.txt %{googlecloudsdk}_argparse_LICENSE.txt
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/chardet/LICENSE %{googlecloudsdk}_chardet_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/ruamel/LICENSE %{googlecloudsdk}_ruamel_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/appdirs/LICENSE %{googlecloudsdk}_appdirs_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/argcomplete/LICENSE %{googlecloudsdk}_argcomplete_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/pyasn1_modules/LICENSE %{googlecloudsdk}_pyasn1_modules_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/setuptools/LICENSE %{googlecloudsdk}_setuptools_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/google/LICENSE %{googlecloudsdk}_google_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/google/protobuf/LICENSE %{googlecloudsdk}_protobuf_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/six/LICENSE %{googlecloudsdk}_six_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/dns/LICENSE %{googlecloudsdk}_dns_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/enum/LICENSE %{googlecloudsdk}_enum_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/gae_ext_runtime/LICENSE %{googlecloudsdk}_gae_ext_runtime_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/fancy_urllib/LICENSE %{googlecloudsdk}_fancy_urllib_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/pyasn1/LICENSE %{googlecloudsdk}_pyasn1_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/apitools/LICENSE %{googlecloudsdk}_apitools_LICENSE
b4b3ce
cp %{googlecloudsdk_dir}/lib/third_party/containerregistry/LICENSE %{googlecloudsdk}_containerregistry_LICENSE
b4b3ce
b4b3ce
# python-pyroute2 bundle
5371d1
tar -xzf %SOURCE3 -C %{bundled_lib_dir}/gcp
b4b3ce
mv %{bundled_lib_dir}/gcp/%{pyroute2}-%{pyroute2_version} %{pyroute2_dir}
b4b3ce
cp %{pyroute2_dir}/README.md %{pyroute2}_README.md
b4b3ce
cp %{pyroute2_dir}/README.license.md %{pyroute2}_README.license.md
b4b3ce
cp %{pyroute2_dir}/LICENSE.Apache.v2 %{pyroute2}_LICENSE.Apache.v2
b4b3ce
cp %{pyroute2_dir}/LICENSE.GPL.v2 %{pyroute2}_LICENSE.GPL.v2
b4b3ce
b4b3ce
# python-colorama bundle
5371d1
tar -xzf %SOURCE4 -C %{bundled_lib_dir}/aliyun
b4b3ce
mv %{bundled_lib_dir}/aliyun/%{colorama}-%{colorama_version} %{colorama_dir}
b4b3ce
cp %{colorama_dir}/LICENSE.txt %{colorama}_LICENSE.txt
b4b3ce
cp %{colorama_dir}/README.rst %{colorama}_README.rst
b4b3ce
b4b3ce
pushd %{colorama_dir}
b4b3ce
# remove bundled egg-info
b4b3ce
rm -rf *.egg-info
b4b3ce
popd
b4b3ce
b4b3ce
# python-pycryptodome bundle
5371d1
tar -xzf %SOURCE5 -C %{bundled_lib_dir}/aliyun
b4b3ce
mv %{bundled_lib_dir}/aliyun/%{pycryptodome}-%{pycryptodome_version} %{pycryptodome_dir}
b4b3ce
cp %{pycryptodome_dir}/README.rst %{pycryptodome}_README.rst
b4b3ce
cp %{pycryptodome_dir}/LICENSE.rst %{pycryptodome}_LICENSE.rst
b4b3ce
b4b3ce
# python-aliyun-sdk-core bundle
5371d1
tar -xzf %SOURCE6 -C %{bundled_lib_dir}/aliyun
b4b3ce
mv %{bundled_lib_dir}/aliyun/%{aliyunsdkcore}-%{aliyunsdkcore_version} %{aliyunsdkcore_dir}
b4b3ce
cp %{aliyunsdkcore_dir}/README.rst %{aliyunsdkcore}_README.rst
b4b3ce
b4b3ce
# python-aliyun-sdk-ecs bundle
5371d1
tar -xzf %SOURCE7 -C %{bundled_lib_dir}/aliyun
b4b3ce
mv %{bundled_lib_dir}/aliyun/%{aliyunsdkecs}-%{aliyunsdkecs_version} %{aliyunsdkecs_dir}
b4b3ce
cp %{aliyunsdkecs_dir}/README.rst %{aliyunsdkecs}_README.rst
b4b3ce
b4b3ce
# python-aliyun-sdk-vpc bundle
5371d1
tar -xzf %SOURCE8 -C %{bundled_lib_dir}/aliyun
b4b3ce
mv %{bundled_lib_dir}/aliyun/%{aliyunsdkvpc}-%{aliyunsdkvpc_version} %{aliyunsdkvpc_dir}
b4b3ce
cp %{aliyunsdkvpc_dir}/README.rst %{aliyunsdkvpc}_README.rst
b4b3ce
b4b3ce
# aliyuncli bundle
5371d1
tar -xzf %SOURCE9 -C %{bundled_lib_dir}/aliyun
b4b3ce
mv %{bundled_lib_dir}/aliyun/%{aliyuncli}-%{aliyuncli_version} %{aliyuncli_dir}
b4b3ce
cp %{aliyuncli_dir}/README.rst %{aliyuncli}_README.rst
b4b3ce
cp %{aliyuncli_dir}/LICENSE %{aliyuncli}_LICENSE
b4b3ce
# aliyun*: use bundled libraries
b4b3ce
%patch1005 -p1
b4b3ce
b4b3ce
# aliyun Python 3 fixes
b4b3ce
%patch1006 -p1
b4b3ce
%patch1007 -p1
0c4b27
0c4b27
# fix CVE's in python-pygments
0c4b27
pushd %{googlecloudsdk_dir}/lib/third_party
0c4b27
%patch1008 -p1 -F2
0c4b27
%patch1009 -p1 -F2
0c4b27
popd
b4b3ce
%endif
b4b3ce
b4b3ce
%build
b4b3ce
if [ ! -f configure ]; then
b4b3ce
	./autogen.sh
b4b3ce
fi
b4b3ce
b4b3ce
%if 0%{?fedora} >= 11 || 0%{?centos_version} > 5 || 0%{?rhel} > 5
b4b3ce
CFLAGS="$(echo '%{optflags}')"
b4b3ce
%global conf_opt_fatal "--enable-fatal-warnings=no"
b4b3ce
%else
b4b3ce
CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}"
b4b3ce
%global conf_opt_fatal "--enable-fatal-warnings=yes"
b4b3ce
%endif
b4b3ce
b4b3ce
%if %{with rgmanager}
b4b3ce
%global rasset rgmanager
b4b3ce
%endif
b4b3ce
%if %{with linuxha}
b4b3ce
%global rasset linux-ha
b4b3ce
%endif
b4b3ce
%if %{with rgmanager} && %{with linuxha}
b4b3ce
%global rasset all
b4b3ce
%endif
b4b3ce
b4b3ce
export CFLAGS
b4b3ce
b4b3ce
%configure BASH_SHELL="/bin/bash" \
b4b3ce
	PYTHON="%{__python3}" \
b4b3ce
	%{conf_opt_fatal} \
b4b3ce
%if %{defined _unitdir}
b4b3ce
    --with-systemdsystemunitdir=%{_unitdir} \
b4b3ce
%endif
b4b3ce
%if %{defined _tmpfilesdir}
b4b3ce
    --with-systemdtmpfilesdir=%{_tmpfilesdir} \
b4b3ce
    --with-rsctmpdir=/run/resource-agents \
b4b3ce
%endif
b4b3ce
	--with-pkg-name=%{name} \
b4b3ce
	--with-ras-set=%{rasset}
b4b3ce
b4b3ce
%if %{defined jobs}
b4b3ce
JFLAGS="$(echo '-j%{jobs}')"
b4b3ce
%else
b4b3ce
JFLAGS="$(echo '%{_smp_mflags}')"
b4b3ce
%endif
b4b3ce
b4b3ce
make $JFLAGS
b4b3ce
5371d1
# python-httplib2 bundle
b4b3ce
%ifarch x86_64
5371d1
pushd %{httplib2_dir}
5371d1
%{__python3} setup.py build
5371d1
popd
5371d1
5371d1
# python-pyroute2 bundle
b4b3ce
pushd %{pyroute2_dir}
b4b3ce
%{__python3} setup.py build
b4b3ce
popd
b4b3ce
b4b3ce
# python-colorama bundle
b4b3ce
pushd %{colorama_dir}
b4b3ce
%{__python3} setup.py build
b4b3ce
popd
b4b3ce
b4b3ce
# python-pycryptodome bundle
b4b3ce
pushd %{pycryptodome_dir}
b4b3ce
%{__python3} setup.py build
b4b3ce
popd
b4b3ce
b4b3ce
# python-aliyun-sdk-core bundle
b4b3ce
pushd %{aliyunsdkcore_dir}
b4b3ce
%{__python3} setup.py build
b4b3ce
popd
b4b3ce
b4b3ce
# python-aliyun-sdk-ecs bundle
b4b3ce
pushd %{aliyunsdkecs_dir}
b4b3ce
%{__python3} setup.py build
b4b3ce
popd
b4b3ce
b4b3ce
# python-aliyun-sdk-vpc bundle
b4b3ce
pushd %{aliyunsdkvpc_dir}
b4b3ce
%{__python3} setup.py build
b4b3ce
popd
b4b3ce
b4b3ce
# aliyuncli bundle
b4b3ce
pushd %{aliyuncli_dir}
b4b3ce
%{__python3} setup.py build
b4b3ce
popd
b4b3ce
%endif
b4b3ce
b4b3ce
%install
b4b3ce
rm -rf %{buildroot}
b4b3ce
make install DESTDIR=%{buildroot}
b4b3ce
b4b3ce
# byte compile ocf.py
b4b3ce
%py_byte_compile %{__python3} %{buildroot}%{_usr}/lib/ocf/lib/heartbeat
b4b3ce
b4b3ce
# google-cloud-sdk bundle
b4b3ce
%ifarch x86_64
b4b3ce
pushd %{googlecloudsdk_dir}
b4b3ce
mkdir -p %{buildroot}/usr/lib/%{name}/%{googlecloudsdk_dir}
b4b3ce
cp -a bin data lib %{buildroot}/usr/lib/%{name}/%{googlecloudsdk_dir}
b4b3ce
mkdir %{buildroot}/%{_bindir}
b4b3ce
ln -s /usr/lib/%{name}/%{googlecloudsdk_dir}/bin/gcloud-ra %{buildroot}/%{_bindir}
b4b3ce
popd
b4b3ce
5371d1
# python-httplib2 bundle
5371d1
pushd %{httplib2_dir}
5371d1
%{__python3} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{googlecloudsdk_dir}/lib/third_party
5371d1
popd
5371d1
b4b3ce
# python-pyroute2 bundle
b4b3ce
pushd %{pyroute2_dir}
b4b3ce
%{__python3} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}/gcp
b4b3ce
popd
b4b3ce
b4b3ce
# python-colorama bundle
b4b3ce
pushd %{colorama_dir}
b4b3ce
%{__python3} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}/aliyun
b4b3ce
popd
b4b3ce
b4b3ce
# python-pycryptodome bundle
b4b3ce
pushd %{pycryptodome_dir}
b4b3ce
%{__python3} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}/aliyun
b4b3ce
popd
b4b3ce
b4b3ce
# python-aliyun-sdk-core bundle
b4b3ce
pushd %{aliyunsdkcore_dir}
b4b3ce
%{__python3} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}/aliyun
b4b3ce
popd
b4b3ce
b4b3ce
# python-aliyun-sdk-ecs bundle
b4b3ce
pushd %{aliyunsdkecs_dir}
b4b3ce
%{__python3} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}/aliyun
b4b3ce
popd
b4b3ce
b4b3ce
# python-aliyun-sdk-vpc bundle
b4b3ce
pushd %{aliyunsdkvpc_dir}
b4b3ce
%{__python3} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}/aliyun
b4b3ce
popd
b4b3ce
b4b3ce
# aliyuncli bundle
b4b3ce
pushd %{aliyuncli_dir}
b4b3ce
%{__python3} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}/aliyun
b4b3ce
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
b4b3ce
mv %{buildroot}/%{_bindir}/aliyuncli %{buildroot}/%{_bindir}/aliyuncli-ra
b4b3ce
# aliyun_completer / aliyun_zsh_complete.sh
b4b3ce
rm %{buildroot}/%{_bindir}/aliyun_*
b4b3ce
popd
b4b3ce
%endif
b4b3ce
b4b3ce
## tree fixup
b4b3ce
# remove docs (there is only one and they should come from doc sections in files)
b4b3ce
rm -rf %{buildroot}/usr/share/doc/resource-agents
b4b3ce
b4b3ce
##
b4b3ce
# Create symbolic link between IPAddr and IPAddr2
b4b3ce
##
b4b3ce
rm -f %{buildroot}/usr/lib/ocf/resource.d/heartbeat/IPaddr
b4b3ce
ln -s /usr/lib/ocf/resource.d/heartbeat/IPaddr2 %{buildroot}/usr/lib/ocf/resource.d/heartbeat/IPaddr
b4b3ce
b4b3ce
%clean
b4b3ce
rm -rf %{buildroot}
b4b3ce
b4b3ce
%files
b4b3ce
%defattr(-,root,root)
b4b3ce
%doc AUTHORS COPYING COPYING.GPLv3 COPYING.LGPL ChangeLog
b4b3ce
%if %{with linuxha}
b4b3ce
%doc heartbeat/README.galera
b4b3ce
%doc doc/README.webapps
b4b3ce
%doc %{_datadir}/%{name}/ra-api-1.dtd
b4b3ce
%doc %{_datadir}/%{name}/metadata.rng
b4b3ce
%endif
b4b3ce
b4b3ce
%if %{with rgmanager}
b4b3ce
%{_datadir}/cluster
b4b3ce
%{_sbindir}/rhev-check.sh
b4b3ce
%endif
b4b3ce
b4b3ce
%if %{with linuxha}
b4b3ce
%dir %{_usr}/lib/ocf
b4b3ce
%dir %{_usr}/lib/ocf/resource.d
b4b3ce
%dir %{_usr}/lib/ocf/lib
b4b3ce
b4b3ce
%{_usr}/lib/ocf/lib/heartbeat
b4b3ce
b4b3ce
%{_usr}/lib/ocf/resource.d/heartbeat
b4b3ce
%{_usr}/lib/ocf/resource.d/openstack
b4b3ce
%if %{with rgmanager}
b4b3ce
%{_usr}/lib/ocf/resource.d/redhat
b4b3ce
%endif
b4b3ce
b4b3ce
%if %{defined _unitdir}
b4b3ce
%{_unitdir}/resource-agents-deps.target
b4b3ce
%endif
b4b3ce
%if %{defined _tmpfilesdir}
b4b3ce
%{_tmpfilesdir}/%{name}.conf
b4b3ce
%endif
b4b3ce
b4b3ce
%dir %{_datadir}/%{name}
b4b3ce
%dir %{_datadir}/%{name}/ocft
b4b3ce
%{_datadir}/%{name}/ocft/configs
b4b3ce
%{_datadir}/%{name}/ocft/caselib
b4b3ce
%{_datadir}/%{name}/ocft/README
b4b3ce
%{_datadir}/%{name}/ocft/README.zh_CN
b4b3ce
%{_datadir}/%{name}/ocft/helpers.sh
b4b3ce
%exclude %{_datadir}/%{name}/ocft/runocft
b4b3ce
%exclude %{_datadir}/%{name}/ocft/runocft.prereq
b4b3ce
b4b3ce
%{_sbindir}/ocft
b4b3ce
b4b3ce
%{_includedir}/heartbeat
b4b3ce
b4b3ce
%if %{defined _tmpfilesdir}
b4b3ce
%dir %attr (1755, root, root)	/run/resource-agents
b4b3ce
%else
b4b3ce
%dir %attr (1755, root, root)	%{_var}/run/resource-agents
b4b3ce
%endif
b4b3ce
b4b3ce
%{_mandir}/man7/*.7*
b4b3ce
b4b3ce
###
b4b3ce
# Supported, but in another sub package
b4b3ce
###
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/aliyun-vpc-move-ip*
b4b3ce
%exclude %{_mandir}/man7/*aliyun-vpc-move-ip*
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/gcp*
b4b3ce
%exclude %{_mandir}/man7/*gcp*
b4b3ce
%exclude /usr/lib/%{name}/%{bundled_lib_dir}
0c4b27
%exclude /usr/lib/ocf/resource.d/heartbeat/pgsqlms
0c4b27
%exclude %{_mandir}/man7/*pgsqlms*
0c4b27
%exclude %{_usr}/lib/ocf/lib/heartbeat/OCF_*.pm
b4b3ce
b4b3ce
###
b4b3ce
# Moved to separate packages
b4b3ce
###
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/SAP*
b4b3ce
%exclude /usr/lib/ocf/lib/heartbeat/sap*
b4b3ce
%exclude %{_mandir}/man7/*SAP*
b4b3ce
b4b3ce
###
b4b3ce
# Unsupported
b4b3ce
###
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/clvm
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/LVM
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/AoEtarget
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/AudibleAlarm
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/ClusterMon
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/EvmsSCC
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/Evmsd
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/ICP
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/LinuxSCSI
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/ManageRAID
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/ManageVE
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/Pure-FTPd
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/Raid1
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/ServeRAID
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/SphinxSearchDaemon
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/Stateful
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/SysInfo
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/VIPArip
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/WAS
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/WAS6
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/WinPopup
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/Xen
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/anything
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/asterisk
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/dnsupdate
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/eDir88
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/fio
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/ids
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/iface-bridge
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/ipsec
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/jira
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/kamailio
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/lxd-info
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/machine-info
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/mariadb
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/minio
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/mpathpersist
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/iscsi
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/jboss
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/ldirectord
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/lxc
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/openstack-cinder-volume
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/openstack-floating-ip
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/openstack-info
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/ovsmonitor
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/pgagent
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/pingd
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/pound
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/proftpd
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/rkt
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/scsi2reservation
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/sfex
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/sg_persist
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/syslog-ng
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/varnish
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/vmware
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/zabbixserver
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/mysql-proxy
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/rsyslog
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/vsftpd
b4b3ce
%exclude /usr/lib/ocf/resource.d/heartbeat/ZFS
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_clvm.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_LVM.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_AoEtarget.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_AudibleAlarm.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_ClusterMon.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_EvmsSCC.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_Evmsd.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_ICP.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_IPaddr.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_LinuxSCSI.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_ManageRAID.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_ManageVE.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_Pure-FTPd.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_Raid1.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_ServeRAID.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_SphinxSearchDaemon.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_Stateful.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_SysInfo.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_VIPArip.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_WAS.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_WAS6.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_WinPopup.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_Xen.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_anything.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_asterisk.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_dnsupdate.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_eDir88.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_fio.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_ids.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_iface-bridge.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_ipsec.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_iscsi.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_jboss.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_jira.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_kamailio.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_lxc.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_lxd-info.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_machine-info.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_mariadb.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_minio.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_mpathpersist.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_openstack-cinder-volume.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_openstack-floating-ip.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_openstack-info.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_ovsmonitor.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_pgagent.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_pingd.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_pound.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_proftpd.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_rkt.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_scsi2reservation.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_sfex.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_sg_persist.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_syslog-ng.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_varnish.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_vmware.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_vsftpd.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_zabbixserver.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_mysql-proxy.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_rsyslog.7.gz
b4b3ce
%exclude %{_mandir}/man7/ocf_heartbeat_ZFS.7.gz
b4b3ce
b4b3ce
###
b4b3ce
# Other excluded files.
b4b3ce
###
b4b3ce
# This tool has to be updated for the new pacemaker lrmd.
b4b3ce
%exclude %{_sbindir}/ocf-tester
b4b3ce
%exclude %{_mandir}/man8/ocf-tester.8*
b4b3ce
# ldirectord is not supported
b4b3ce
%exclude /etc/ha.d/resource.d/ldirectord
b4b3ce
%exclude /etc/init.d/ldirectord
b4b3ce
%exclude %{_unitdir}/ldirectord.service
b4b3ce
%exclude /etc/logrotate.d/ldirectord
b4b3ce
%exclude /usr/sbin/ldirectord
b4b3ce
%exclude %{_mandir}/man8/ldirectord.8.gz
b4b3ce
b4b3ce
# For compatability with pre-existing agents
b4b3ce
%dir %{_sysconfdir}/ha.d
b4b3ce
%{_sysconfdir}/ha.d/shellfuncs
b4b3ce
b4b3ce
%{_libexecdir}/heartbeat
b4b3ce
%endif
b4b3ce
b4b3ce
%if %{with rgmanager}
b4b3ce
%post -n resource-agents
b4b3ce
ccs_update_schema > /dev/null 2>&1 ||:
b4b3ce
%endif
b4b3ce
b4b3ce
%ifarch x86_64
b4b3ce
%files aliyun
b4b3ce
%doc aliyun*_README* %{colorama}_README.rst %{pycryptodome}_README.rst
b4b3ce
%license %{aliyuncli}_LICENSE %{colorama}_LICENSE.txt %{pycryptodome}_LICENSE.rst
b4b3ce
%defattr(-,root,root)
b4b3ce
/usr/lib/ocf/resource.d/heartbeat/aliyun-vpc-move-ip*
b4b3ce
%{_mandir}/man7/*aliyun-vpc-move-ip*
b4b3ce
# bundle
b4b3ce
%{_bindir}/aliyuncli-ra
b4b3ce
%dir /usr/lib/%{name}
b4b3ce
/usr/lib/%{name}/%{bundled_lib_dir}/aliyun
b4b3ce
%endif
b4b3ce
b4b3ce
%ifarch x86_64
b4b3ce
%files gcp
b4b3ce
%doc %{googlecloudsdk}_*README*
b4b3ce
%license %{googlecloudsdk}_*LICENSE*
b4b3ce
%doc %{pyroute2}_README*
b4b3ce
%license %{pyroute2}_LICENSE*
b4b3ce
%defattr(-,root,root)
b4b3ce
/usr/lib/ocf/resource.d/heartbeat/gcp-vpc-move-vip*
b4b3ce
%{_mandir}/man7/*gcp-vpc-move-vip*
b4b3ce
/usr/lib/ocf/resource.d/heartbeat/gcp-vpc-move-route*
b4b3ce
%{_mandir}/man7/*gcp-vpc-move-route*
42b704
/usr/lib/ocf/resource.d/heartbeat/gcp-pd-move*
42b704
%{_mandir}/man7/*gcp-pd-move*
b4b3ce
# bundle
b4b3ce
%{_bindir}/gcloud-ra
b4b3ce
%dir /usr/lib/%{name}
b4b3ce
/usr/lib/%{name}/%{bundled_lib_dir}/gcp
b4b3ce
%endif
b4b3ce
0c4b27
%files paf
0c4b27
%doc paf_README.md
0c4b27
%license paf_LICENSE
0c4b27
%defattr(-,root,root)
0c4b27
%{_usr}/lib/ocf/resource.d/heartbeat/pgsqlms
0c4b27
%{_mandir}/man7/*pgsqlms*
0c4b27
%{_usr}/lib/ocf/lib/heartbeat/OCF_*.pm
0c4b27
b4b3ce
%changelog
0c4b27
* Tue Apr 13 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-92
0c4b27
- db2: add PRIMARY/REMOTE_CATCHUP_PENDING/CONNECTED status to promote-check
0c4b27
- pgsqlms: new resource agent
0c4b27
- python-pygments: fix CVE-2021-27291 and CVE-2021-20270
0c4b27
0c4b27
  Resolves: rhbz#1872754, rhbz#1934651, rhbz#1935422, rhbz#1943464
0c4b27
0c4b27
* Thu Apr  8 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-91
6dc705
- ethmonitor: fix vlan regex
6dc705
- iface-vlan: make vlan parameter not unique
6dc705
- nfsserver: error-check unmount
6dc705
- VirtualDomain: fix pid status regex
0c4b27
- podman: return NOT_RUNNING when monitor cmd fails
0c4b27
- awsvip: dont partially match similar IPs during
0c4b27
- aws agents: dont spam log files
0c4b27
- aws-vpc-move-ip: add ENI lookup
6dc705
6dc705
  Resolves: rhbz#1891883, rhbz#1902045, rhbz#1924363, rhbz#1932863
0c4b27
  Resolves: rhbz#1920698, rhbz#1939992, rhbz#1940094, rhbz#1939281
0c4b27
0c4b27
* Mon Mar 22 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-90
0c4b27
- galera/rabbitmq-cluster/redis: run crm_mon without validation when
0c4b27
  running in bundle (1940363)
2fca8d
0c4b27
* Thu Mar 11 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-89
0c4b27
- azure-lb: redirect to avoid nc dying with EPIPE error (1937142)
2fca8d
42d261
* Thu Feb 25 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-87
42d261
- gcp-vpc-move-route, gcp-vpc-move-vip: add project parameter and
42d261
  make vpc_network parameter optional
fd7b9a
fd7b9a
  Resolves: rhbz#1913932
fd7b9a
4a94c3
* Thu Dec  3 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-81
4a94c3
- ocf-shellfuncs: fix traceback redirection for Bash 5+
4a94c3
4a94c3
  Resolves: rhbz#1903677
4a94c3
5566f9
* Tue Dec  1 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-80
5566f9
- crypt: support symlink devices, and dont run sanity checks for probes
5566f9
5566f9
  Resolves: rhbz#1901357
5566f9
184fb6
* Mon Nov 30 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-79
184fb6
- LVM-activate: add drop-in during start-action to avoid getting
184fb6
  fenced during reboot
184fb6
184fb6
  Resolves: rhbz#1902208
184fb6
184fb6
* Wed Nov 25 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-77
184fb6
- NovaEvacuate: set delay_evacuate to 0 when it's not set
184fb6
184fb6
  Resolves: rhbz#1899551
184fb6
184fb6
* Tue Nov 24 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-76
184fb6
- podman: recover from killed conmon process
184fb6
- podman: recover from podman's storage being out of sync
184fb6
- crypt: make key_file and crypt_type parameters not unique
184fb6
184fb6
  Resolves: rhbz#1886262
184fb6
  Resolves: rhbz#1900015
184fb6
  Resolves: rhbz#1898690
184fb6
184fb6
* Fri Nov 13 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-75
184fb6
- AWS agents: add support for IMDSv2
184fb6
184fb6
  Resolves: rhbz#1897570
184fb6
bb66af
* Wed Nov 11 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-74
bb66af
- aws-vpc-move-ip: don't warn for expected scenarios
bb66af
bb66af
  Resolves: rhbz#1895811
bb66af
3cbfd5
* Mon Nov  2 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-73
3cbfd5
- crypt: new resource agent
3cbfd5
3cbfd5
  Resolves: rhbz#1471182
3cbfd5
4531df
* Wed Oct 28 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-72
4531df
- sybaseASE: Run verify_all() for start operation only
4531df
- sybaseASE: add logfile parameter
4531df
- galera: set bootstrap attribute before promote
4531df
- galera: recover after network split in a 2-node cluster
4531df
4531df
  Resolves: rhbz#1848025
4531df
  Resolves: rhbz#1861001
4531df
  Resolves: rhbz#1891835
4531df
  Resolves: rhbz#1891855
4531df
3f2a88
* Tue Oct 27 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-71
3f2a88
- redis: parse password correctly based on version
3f2a88
- all agents: fix pcs syntax in manpage for pcs 0.10+
3f2a88
- gcp-pd-move: dont stop partially matched "disk_name"
3f2a88
3f2a88
  Resolves: rhbz#1815013
3f2a88
  Resolves: rhbz#1763249
3f2a88
  Resolves: rhbz#1890068
3f2a88
27f1a2
* Wed Oct  7 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-70
27f1a2
- galera: recover from joining a non existing cluster
27f1a2
27f1a2
  Resolves: rhbz#1881114
27f1a2
8b04f5
* Wed Sep 23 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-69
8b04f5
- pgsql: ignore masters re-promote
8b04f5
- pgsql: add PostgreSQL 12 support
8b04f5
- Make Samba/CIFS dependency weak
8b04f5
- Filesystem: Support whitespace in device or directory name
8b04f5
- aws-vpc-move-ip: add region parameter
8b04f5
8b04f5
  Resolves: rhbz#1640587
8b04f5
  Resolves: rhbz#1795535
8b04f5
  Resolves: rhbz#1828600
8b04f5
  Resolves: rhbz#1858752
8b04f5
  Resolves: rhbz#1872999
8b04f5
268957
* Thu Aug 20 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-68
268957
- azure-lb: fix redirect issue
268957
268957
  Resolves: rhbz#1850778
268957
fc07e0
* Wed Aug 19 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-67
45a1af
- gcp-vpc-move-vip: add support for multiple alias IPs
45a1af
45a1af
  Resolves: rhbz#1846733
45a1af
3fb1ea
* Thu Jul 30 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-65
3fb1ea
- azure-events: handle exceptions in urlopen
3fb1ea
3fb1ea
  Resolves: rhbz#1845574
3fb1ea
8d2604
* Mon Jul 27 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-64
8d2604
- nfsserver: fix NFSv4-only support
8d2604
- azure-events: new resource agent for Azure
8d2604
8d2604
  Resolves: rhbz#1818997
8d2604
  Resolves: rhbz#1819965
8d2604
5371d1
* Thu Jun 25 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-60
5371d1
- Upgrade bundled python-httplib2 to fix CVE-2020-11078
5371d1
5371d1
  Resolves: rhbz#1850990
5371d1
5371d1
* Wed Jun 17 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-59
5371d1
- pgsql: support Pacemaker v2.03+ output
5371d1
5371d1
  Resolves: rhbz#1836186
5371d1
5371d1
* Thu Jun 11 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-56
5371d1
- Filesystem: set "fast_stop" default to "no" for GFS2 filesystems
5371d1
5371d1
  Resolves: rhbz#1814896
5371d1
5371d1
* Wed Jun 10 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-55
5371d1
- nfsserver: dont log error message when /etc/sysconfig/nfs does not exist
5371d1
- exportfs: describe clientspec format in metadata
5371d1
5371d1
  Resolves: rhbz#1845581
5371d1
  Resolves: rhbz#1845583
5371d1
5371d1
* Tue Jun  9 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-54
5371d1
- exportfs: add symlink support
5371d1
- aliyun-vpc-move-ip: log output when failing
5371d1
5371d1
  Resolves: rhbz#1820523
5371d1
  Resolves: rhbz#1843999
5371d1
5fdbe4
* Tue Jun  2 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-53
5fdbe4
- podman: force remove container if remove fails
5fdbe4
5fdbe4
  Resolves: rhbz#1839721
5fdbe4
5fdbe4
* Thu May 28 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-52
5fdbe4
- gcp-pd-move: new resource agent for Google Cloud
5fdbe4
5fdbe4
  Resolves: rhbz#1633251
5fdbe4
5fdbe4
* Wed May 27 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-51
5fdbe4
- NovaEvacuate: suppress expected initial error message
5fdbe4
- db2 (HADR): promote standby node when master node disappears
5fdbe4
5fdbe4
  Resolves: rhbz#1830716
5fdbe4
  Resolves: rhbz#1836945
5fdbe4
42b704
* Thu May  7 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-50
42b704
- rabbitmq-cluster: increase rabbitmqctl wait timeout during start
42b704
42b704
  Resolves: rhbz#1832321
42b704
42b704
* Tue Apr 28 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-49
42b704
- aws-vpc-route53: new resource agent for AWS
42b704
- pgsql: improve checks to prevent incorrect status, and set initial
42b704
  score for primary and hot standby
42b704
42b704
  Resolves: rhbz#1759115
42b704
  Resolves: rhbz#1744190
42b704
919373
* Mon Apr  6 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-47
919373
- aws-vpc-move-ip: delete remaining route entries
919373
919373
  Resolves: rhbz#1819021
919373
919373
* Fri Mar 27 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-46
919373
- use safe temp file location
919373
- ocf-shellfuncs: ocf_is_clone(): fix to return true when clone-max
919373
  is set to 0
919373
919373
  Resolves: rhbz#1817432
919373
  Resolves: rhbz#1817598
919373
919373
* Wed Mar 18 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-45
919373
- azure-lb: support using socat instead of nc
919373
- aws-vpc-move-ip: add "routing_table_role" parameter
919373
- redis: fix validate-all action and run it during start
919373
919373
  Resolves: rhbz#1804658
919373
  Resolves: rhbz#1810466
919373
  Resolves: rhbz#1792237
919373
b4b3ce
* Fri Mar  6 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-44
b4b3ce
- lvmlockd: automatically remove locking_type from lvm.conf for LVM
b4b3ce
  v2.03+
b4b3ce
b4b3ce
  Resolves: rhbz#1808468
b4b3ce
b4b3ce
* Tue Jan 28 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-43
b4b3ce
- rabbitmq-cluster: delete nodename when stop fails
b4b3ce
b4b3ce
  Resolves: rhbz#1792196
b4b3ce
b4b3ce
* Thu Jan 23 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-42
b4b3ce
- IPsrcaddr: add destination and table parameters
b4b3ce
b4b3ce
  Resolves: rhbz#1744224
b4b3ce
b4b3ce
* Mon Jan 13 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-40
b4b3ce
- podman: improve image exist check
b4b3ce
- IPaddr2: add CLUSTERIP not supported info to metadata/manpage
b4b3ce
- Filesystem: refresh UUID if block device doesnt exist
b4b3ce
b4b3ce
  Resolves: rhbz#1788889
b4b3ce
  Resolves: rhbz#1767916
b4b3ce
  Resolves: rhbz#1777381
b4b3ce
b4b3ce
* Wed Nov 27 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-38
b4b3ce
- IPaddr2: add noprefixroute parameter
b4b3ce
b4b3ce
  Resolves: rhbz#1741042
b4b3ce
b4b3ce
* Wed Nov 13 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-36
b4b3ce
- exportfs: allow multiple exports with same fsid
b4b3ce
- mysql/galera: fix incorrect rc
b4b3ce
b4b3ce
  Resolves: rhbz#1764888
b4b3ce
  Resolves: rhbz#1765128
b4b3ce
b4b3ce
* Mon Oct 14 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-35
b4b3ce
- Route: dont fence when parameters not set
b4b3ce
- LVM-activate: add partial-activation support
b4b3ce
b4b3ce
  Resolves: rhbz#1750261
b4b3ce
  Resolves: rhbz#1741843
b4b3ce
b4b3ce
* Wed Oct  2 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-34
b4b3ce
- LVM/clvm: remove manpages for excluded agents
b4b3ce
- LVM-activate: return NOT_RUNNING when node rejoins cluster
b4b3ce
- LVM-activate: detect systemid volume without reboot
b4b3ce
- Filesystem: add symlink support
b4b3ce
- Filesystem: avoid corrupt mount-list and dont kill incorrect processes
b4b3ce
  for bind-mounts
b4b3ce
- IPsrcaddr: make proto optional to fix regression when used without
b4b3ce
  NetworkManager
b4b3ce
- docker: fix stop issues
b4b3ce
- rabbitmq-cluster: also restore users in single node mode
b4b3ce
- IPaddr2: sanitize compressed IPv6 IPs
b4b3ce
- nfsserver: systemd performance improvements
b4b3ce
- NovaEvacuate: add "evacuate_delay" parameter
b4b3ce
b4b3ce
  Resolves: rhbz#1694392
b4b3ce
  Resolves: rhbz#1695039
b4b3ce
  Resolves: rhbz#1738428
b4b3ce
  Resolves: rhbz#1744103
b4b3ce
  Resolves: rhbz#1744140
b4b3ce
  Resolves: rhbz#1757837
b4b3ce
  Resolves: rhbz#1748768
b4b3ce
  Resolves: rhbz#1750352
b4b3ce
  Resolves: rhbz#1751700
b4b3ce
  Resolves: rhbz#1751962
b4b3ce
  Resolves: rhbz#1755760
b4b3ce
b4b3ce
* Tue Aug 27 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-33
b4b3ce
- rabbitmq-cluster: fail monitor when node is in minority partition,
b4b3ce
  fix stop regression, retry start when cluster join fails, ensure
b4b3ce
  node attributes are removed
b4b3ce
b4b3ce
  Resolves: rhbz#1745713
b4b3ce
b4b3ce
* Mon Aug 12 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-32
b4b3ce
- mysql/galera: use runuser/su to avoid using DAC_OVERRIDE
b4b3ce
b4b3ce
  Resolves: rhbz#1692960
b4b3ce
b4b3ce
* Wed Aug  7 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-31
b4b3ce
- podman: add drop-in dependency support
b4b3ce
b4b3ce
  Resolves: rhbz#1736746
b4b3ce
b4b3ce
* Wed Jul 31 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-30
b4b3ce
- iSCSITarget/iSCSILogicalUnit: only create iqn/acls when it doesnt
b4b3ce
  exist
b4b3ce
b4b3ce
  Resolves: rhbz#1692413
b4b3ce
b4b3ce
* Tue Jul 30 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-29
b4b3ce
- CTDB: add support for v4.9+
b4b3ce
b4b3ce
  Resolves: rhbz#1732867
b4b3ce
b4b3ce
* Tue Jul 23 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-28
b4b3ce
- podman: fixes to avoid bundle resources restarting when probing
b4b3ce
  takes too long
b4b3ce
- LVM-activate: fix monitor to avoid hang caused by validate-all call
b4b3ce
b4b3ce
  Resolves: rhbz#1718219
b4b3ce
  Resolves: rhbz#1730455
b4b3ce
b4b3ce
* Wed Jun 19 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-27
b4b3ce
- ocf_log: do not log debug messages when HA_debug unset
b4b3ce
- Filesystem: remove notify-action from metadata
b4b3ce
- dhcpd keep SELinux context in chroot
b4b3ce
b4b3ce
  Resolves: rhbz#1707969
b4b3ce
  Resolves: rhbz#1717759
b4b3ce
  Resolves: rhbz#1719684
b4b3ce
b4b3ce
* Tue Jun 11 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-26
b4b3ce
- sap/sap-hana: split subpackages into separate packages
b4b3ce
b4b3ce
  Resolves: rhbz#1705767
b4b3ce
b4b3ce
* Wed May 29 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-24
b4b3ce
- Squid: fix PID file issue
b4b3ce
b4b3ce
  Resolves: rhbz#1689184
b4b3ce
b4b3ce
* Tue May 28 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-23
b4b3ce
- Route: make family parameter optional
b4b3ce
- redis: mute password warning
b4b3ce
b4b3ce
  Resolves: rhbz#1669140
b4b3ce
  Resolves: rhbz#1683548
b4b3ce
b4b3ce
* Thu May 23 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-22
b4b3ce
- aws-vpc-move-ip: add multi route-table support and fix issue
b4b3ce
  w/multiple NICs
b4b3ce
b4b3ce
  Resolves: rhbz#1697559
b4b3ce
b4b3ce
* Fri Apr  5 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-21
b4b3ce
- gcp-vpc-move-route/gcp-vpc-move-vip: fix Python 3 encoding issue
b4b3ce
b4b3ce
  Resolves: rhbz#1695656
b4b3ce
b4b3ce
* Mon Apr  1 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-20
b4b3ce
- aws-vpc-move-ip: use "--query" to avoid a possible race condition
b4b3ce
- gcloud-ra: fix Python 3 issue and remove Python 2 detection
b4b3ce
b4b3ce
  Resolves: rhbz#1693662
b4b3ce
  Resolves: rhbz#1691456
b4b3ce
b4b3ce
* Thu Mar 21 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-19
b4b3ce
- Add CI gating tests
b4b3ce
- LVM-activate: support LVs from same VG
b4b3ce
- tomcat: use systemd when catalina.sh is unavailable
b4b3ce
- Fixed python-devel/perl build dependencies
b4b3ce
b4b3ce
  Resolves: rhbz#1682136
b4b3ce
  Resolves: rhbz#1667414
b4b3ce
  Resolves: rhbz#1666691
b4b3ce
  Resolves: rhbz#1595854
b4b3ce
b4b3ce
* Thu Mar  7 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-18
b4b3ce
- aliyun-vpc-move-ip: exclude from main package
b4b3ce
- aliyuncli-ra: upgrade bundled python-aliyun-sdk-core and fix Python 3 issues
b4b3ce
- ocf.py: byte compile
b4b3ce
b4b3ce
  Resolves: rhbz#1677204
b4b3ce
  Resolves: rhbz#1677981
b4b3ce
  Resolves: rhbz#1678874
b4b3ce
b4b3ce
* Tue Feb  5 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-17
b4b3ce
- LVM-activate: dont require locking_type
b4b3ce
b4b3ce
  Resolves: rhbz#1658664
b4b3ce
b4b3ce
* Fri Jan 11 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-16
b4b3ce
- vdo-vol: fix monitor-action
b4b3ce
- LVM-activate: dont fail initial probe
b4b3ce
b4b3ce
  Resolves: rhbz#1662466
b4b3ce
  Resolves: rhbz#1643307
b4b3ce
b4b3ce
* Tue Oct 23 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-15
b4b3ce
- nfsserver: fix start-issues when nfs_shared_infodir parameter is
b4b3ce
  changed
b4b3ce
b4b3ce
  Resolves: rhbz#1642027
b4b3ce
b4b3ce
* Mon Oct  8 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-14
b4b3ce
- redis: use basename in pidof to avoid issues in containers
b4b3ce
b4b3ce
  Resolves: rhbz#1635785
b4b3ce
b4b3ce
* Wed Sep 26 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-11
b4b3ce
- Remove grpc from bundle
b4b3ce
b4b3ce
  Resolves: rhbz#1630627
b4b3ce
b4b3ce
* Fri Sep 21 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-10
b4b3ce
- systemd-tmpfiles: change path to /run/resource-agents
b4b3ce
b4b3ce
  Resolves: rhbz#1631291
b4b3ce
b4b3ce
* Fri Aug 24 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-9
b4b3ce
- podman: new resource agent
b4b3ce
b4b3ce
  Resolves: rhbz#1607607
b4b3ce
b4b3ce
* Wed Aug 22 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-8
b4b3ce
- LVM: fix missing dash in activate_options
b4b3ce
- LVM-activate: warn about incorrect vg_access_mode
b4b3ce
- lvmlockd: add cmirrord support
b4b3ce
b4b3ce
* Wed Aug  1 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-7
b4b3ce
- findif: only match lines containing netmasks
b4b3ce
b4b3ce
* Mon Jul 30 2018 Florian Weimer <fweimer@redhat.com> - 4.1.1-6
b4b3ce
- Rebuild with fixed binutils
b4b3ce
b4b3ce
* Fri Jul 27 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-5
b4b3ce
- vdo-vol: new resource agent
b4b3ce
b4b3ce
  Resolves: rhbz#1552330
b4b3ce
b4b3ce
* Wed Jul  4 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-4
b4b3ce
- VirtualDomain: add stateless support
b4b3ce
- Exclude unsupported agents
b4b3ce
b4b3ce
* Thu Jun 28 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-3
b4b3ce
- Added SAPHana and OpenStack agents
b4b3ce
b4b3ce
* Fri May 25 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-2
b4b3ce
- Remove unsupported clvm and LVM agents
b4b3ce
b4b3ce
* Tue Mar 13 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-1
b4b3ce
- Rebase to resource-agents 4.1.1 upstream release.
b4b3ce
b4b3ce
* Mon Feb 19 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.0-2
b4b3ce
- Add gcc to BuildRequires
b4b3ce
b4b3ce
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.1.0-1.1
b4b3ce
- Escape macros in %%changelog
b4b3ce
b4b3ce
* Wed Jan 10 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.0-1
b4b3ce
- Rebase to resource-agents 4.1.0 upstream release.
b4b3ce
b4b3ce
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-1.3
b4b3ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
b4b3ce
b4b3ce
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-1.2
b4b3ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b4b3ce
b4b3ce
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-1.1
b4b3ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b4b3ce
b4b3ce
* Thu Feb  2 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.1-1
b4b3ce
- Rebase to resource-agents 4.0.1 upstream release.
b4b3ce
b4b3ce
* Wed Feb  1 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.0-2
b4b3ce
- galera: remove "long SST monitoring" support due to corner-case issues
b4b3ce
b4b3ce
* Tue Jan 31 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.0-1
b4b3ce
- Rebase to resource-agents 4.0.0 upstream release.
b4b3ce
b4b3ce
* Thu Dec 15 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.7-6
b4b3ce
- Add netstat dependency
b4b3ce
b4b3ce
* Tue Feb  9 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.7-4
b4b3ce
- Rebase to resource-agents 3.9.7 upstream release.
b4b3ce
b4b3ce
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.6-2.2
b4b3ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b4b3ce
b4b3ce
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.6-2.1
b4b3ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b4b3ce
b4b3ce
* Mon Apr 20 2015 David Vossel <dvossel@redhat.com> - 3.9.6-2
b4b3ce
- Rebase to latest upstream code in order to pull in rabbitmq-cluster agent
b4b3ce
b4b3ce
* Fri Feb 13 2015 David Vossel <dvossel@redhat.com> - 3.9.6-1
b4b3ce
- Rebase to resource-agents 3.9.6 upstream release.
b4b3ce
b4b3ce
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.5-12.2
b4b3ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
b4b3ce
b4b3ce
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.5-12.1
b4b3ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b4b3ce
b4b3ce
* Wed Apr 30 2014 David Vossel <dvossel@redhat.com> - 3.9.5-12
b4b3ce
- Sync with latest upstream.
b4b3ce
b4b3ce
* Thu Jan 2 2014 David Vossel <dvossel@redhat.com> - 3.9.5-11
b4b3ce
- Sync with latest upstream.
b4b3ce
b4b3ce
* Sun Oct 20 2013 David Vossel <dvossel@redhat.com> - 3.9.5-10
b4b3ce
- Fix build system for rawhide.
b4b3ce
b4b3ce
* Wed Oct 16 2013 David Vossel <dvossel@redhat.com> - 3.9.5-9
b4b3ce
- Remove rgmanager agents from build. 
b4b3ce
b4b3ce
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.5-8
b4b3ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b4b3ce
b4b3ce
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 3.9.5-7
b4b3ce
- Perl 5.18 rebuild
b4b3ce
b4b3ce
* Tue Jun 18 2013 David Vossel <dvossel@redhat.com> - 3.9.5-6
b4b3ce
- Restores rsctmp directory to upstream default.
b4b3ce
b4b3ce
* Tue Jun 18 2013 David Vossel <dvossel@redhat.com> - 3.9.5-5
b4b3ce
- Merges redhat provider into heartbeat provider. Remove
b4b3ce
  rgmanager's redhat provider.
b4b3ce
b4b3ce
  Resolves: rhbz#917681
b4b3ce
  Resolves: rhbz#928890
b4b3ce
  Resolves: rhbz#952716
b4b3ce
  Resolves: rhbz#960555
b4b3ce
b4b3ce
* Tue Mar 12 2013 David Vossel <dvossel@redhat.com> - 3.9.5-3
b4b3ce
- Fixes build system error with conditional logic involving
b4b3ce
  IPv6addr and updates spec file to build against rhel 7 as
b4b3ce
  well as fedora 19.
b4b3ce
b4b3ce
* Mon Mar 11 2013 David Vossel <dvossel@redhat.com> - 3.9.5-2
b4b3ce
- Resolves rhbz#915050
b4b3ce
b4b3ce
* Mon Mar 11 2013 David Vossel <dvossel@redhat.com> - 3.9.5-1
b4b3ce
- New upstream release.
b4b3ce
b4b3ce
* Fri Jan 25 2013 Kevin Fenzi <kevin@scrye.com> - 3.9.2-5
b4b3ce
- Fix cifs mount requires
b4b3ce
b4b3ce
* Mon Nov 12 2012 Chris Feist <cfeist@redhat.com> - 3.9.2-4
b4b3ce
- Removed version number after dist
b4b3ce
b4b3ce
* Mon Oct 29 2012 Chris Feist <cfeist@redhat.com> - 3.9.2-3.8
b4b3ce
- Remove cluster-glue-libs-devel
b4b3ce
- Disable IPv6addr & sfex to fix deps on libplumgpl & libplum (due to
b4b3ce
  disappearance of cluster-glue in F18)
b4b3ce
b4b3ce
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.2-3.5
b4b3ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b4b3ce
b4b3ce
* Thu Jul 05 2012 Chris Feist <cfeist@redhat.com> - 3.9.2-3.4
b4b3ce
- Fix location of lvm (change from /sbin to /usr/sbin)
b4b3ce
b4b3ce
* Wed Apr 04 2012 Jon Ciesla <limburgher@gmail.com> - 3.9.2-3.3
b4b3ce
- Rebuilt to fix rawhide dependency issues (caused by move of fsck from
b4b3ce
  /sbin to /usr/sbin).
b4b3ce
b4b3ce
* Fri Mar 30 2012 Jon Ciesla <limburgher@gmail.com> - 3.9.2-3.1
b4b3ce
- libnet rebuild.
b4b3ce
b4b3ce
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.2-2.1
b4b3ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b4b3ce
b4b3ce
* Fri Jul  8 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.9.2-2
b4b3ce
- add post call to resource-agents to integrate with cluster 3.1.4
b4b3ce
b4b3ce
* Thu Jun 30 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.9.2-1
b4b3ce
- new upstream release
b4b3ce
- fix 2 regressions from 3.9.1
b4b3ce
b4b3ce
* Mon Jun 20 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.9.1-1
b4b3ce
- new upstream release
b4b3ce
- import spec file from upstream
b4b3ce
b4b3ce
* Tue Mar  1 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.1-1
b4b3ce
- new upstream release 3.1.1 and 1.0.4
b4b3ce
b4b3ce
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.0-2
b4b3ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b4b3ce
b4b3ce
* Thu Dec  2 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.0-1
b4b3ce
- new upstream release
b4b3ce
- spec file update:
b4b3ce
  Update upstream URL
b4b3ce
  Update source URL
b4b3ce
  use standard configure macro
b4b3ce
  use standard make invokation
b4b3ce
b4b3ce
* Thu Oct  7 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.17-1
b4b3ce
- new upstream release
b4b3ce
  Resolves: rhbz#632595, rhbz#633856, rhbz#632385, rhbz#628013
b4b3ce
  Resolves: rhbz#621313, rhbz#595383, rhbz#580492, rhbz#605733
b4b3ce
  Resolves: rhbz#636243, rhbz#591003, rhbz#637913, rhbz#634718
b4b3ce
  Resolves: rhbz#617247, rhbz#617247, rhbz#617234, rhbz#631943
b4b3ce
  Resolves: rhbz#639018
b4b3ce
b4b3ce
* Thu Oct  7 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.16-2
b4b3ce
- new upstream release of the Pacemaker agents: 71b1377f907c
b4b3ce
b4b3ce
* Thu Sep  2 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.16-1
b4b3ce
- new upstream release
b4b3ce
  Resolves: rhbz#619096, rhbz#614046, rhbz#620679, rhbz#619680
b4b3ce
  Resolves: rhbz#621562, rhbz#621694, rhbz#608887, rhbz#622844
b4b3ce
  Resolves: rhbz#623810, rhbz#617306, rhbz#623816, rhbz#624691
b4b3ce
  Resolves: rhbz#622576
b4b3ce
b4b3ce
* Thu Jul 29 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.14-1
b4b3ce
- new upstream release
b4b3ce
  Resolves: rhbz#553383, rhbz#557563, rhbz#578625, rhbz#591003
b4b3ce
  Resolves: rhbz#593721, rhbz#593726, rhbz#595455, rhbz#595547
b4b3ce
  Resolves: rhbz#596918, rhbz#601315, rhbz#604298, rhbz#606368
b4b3ce
  Resolves: rhbz#606470, rhbz#606480, rhbz#606754, rhbz#606989
b4b3ce
  Resolves: rhbz#607321, rhbz#608154, rhbz#608887, rhbz#609181
b4b3ce
  Resolves: rhbz#609866, rhbz#609978, rhbz#612097, rhbz#612110
b4b3ce
  Resolves: rhbz#612165, rhbz#612941, rhbz#614127, rhbz#614356
b4b3ce
  Resolves: rhbz#614421, rhbz#614457, rhbz#614961, rhbz#615202
b4b3ce
  Resolves: rhbz#615203, rhbz#615255, rhbz#617163, rhbz#617566
b4b3ce
  Resolves: rhbz#618534, rhbz#618703, rhbz#618806, rhbz#618814
b4b3ce
b4b3ce
* Mon Jun  7 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.13-1
b4b3ce
- new upstream release
b4b3ce
  Resolves: rhbz#592103, rhbz#593108, rhbz#578617, rhbz#594626
b4b3ce
  Resolves: rhbz#594511, rhbz#596046, rhbz#594111, rhbz#597002
b4b3ce
  Resolves: rhbz#599643
b4b3ce
b4b3ce
* Tue May 18 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.12-2
b4b3ce
- libnet is not available on RHEL
b4b3ce
- Do not package ldirectord on RHEL
b4b3ce
  Resolves: rhbz#577264
b4b3ce
b4b3ce
* Mon May 10 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.12-1
b4b3ce
- new upstream release
b4b3ce
  Resolves: rhbz#585217, rhbz#586100, rhbz#581533, rhbz#582753
b4b3ce
  Resolves: rhbz#582754, rhbz#585083, rhbz#587079, rhbz#588890
b4b3ce
  Resolves: rhbz#588925, rhbz#583789, rhbz#589131, rhbz#588010
b4b3ce
  Resolves: rhbz#576871, rhbz#576871, rhbz#590000, rhbz#589823
b4b3ce
b4b3ce
* Mon May 10 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.12-1
b4b3ce
- New pacemaker agents upstream release: a7c0f35916bf
b4b3ce
  + High: pgsql: properly implement pghost parameter
b4b3ce
  + High: RA: mysql: fix syntax error
b4b3ce
  + High: SAPInstance RA: do not rely on op target rc when monitoring clones (lf#2371)
b4b3ce
  + High: set the HA_RSCTMP directory to /var/run/resource-agents (lf#2378)
b4b3ce
  + Medium: IPaddr/IPaddr2: add a description of the assumption in meta-data
b4b3ce
  + Medium: IPaddr: return the correct code if interface delete failed
b4b3ce
  + Medium: nfsserver: rpc.statd as the notify cmd does not work with -v (thanks to Carl Lewis)
b4b3ce
  + Medium: oracle: reduce output from sqlplus to the last line for queries (bnc#567815)
b4b3ce
  + Medium: pgsql: implement "config" parameter
b4b3ce
  + Medium: RA: iSCSITarget: follow changed IET access policy
b4b3ce
b4b3ce
* Wed Apr 21 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.11-1
b4b3ce
- new upstream release
b4b3ce
  Resolves: rhbz#583945, rhbz#581047, rhbz#576330, rhbz#583017
b4b3ce
  Resolves: rhbz#583019, rhbz#583948, rhbz#584003, rhbz#582017
b4b3ce
  Resolves: rhbz#555901, rhbz#582754, rhbz#582573, rhbz#581533
b4b3ce
- Switch to file based Requires.
b4b3ce
  Also address several other problems related to missing runtime
b4b3ce
  components in different agents.
b4b3ce
  With the current Requires: set, we guarantee all basic functionalities
b4b3ce
  out of the box for lvm/fs/clusterfs/netfs/networking.
b4b3ce
  Resolves: rhbz#570008
b4b3ce
b4b3ce
* Sat Apr 17 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.10-2
b4b3ce
- New pacemaker agents upstream release
b4b3ce
  + High: RA: vmware: fix set_environment() invocation (LF 2342)
b4b3ce
  + High: RA: vmware: update to version 0.2
b4b3ce
  + Medium: Filesystem: prefer /proc/mounts to /etc/mtab for non-bind mounts (lf#2388)
b4b3ce
  + Medium: IPaddr2: don't bring the interface down on stop (thanks to Lars Ellenberg)
b4b3ce
  + Medium: IPsrcaddr: modify the interface route (lf#2367)
b4b3ce
  + Medium: ldirectord: Allow multiple email addresses (LF 2168)
b4b3ce
  + Medium: ldirectord: fix setting defaults for configfile and ldirectord (lf#2328)
b4b3ce
  + Medium: meta-data: improve timeouts in most resource agents
b4b3ce
  + Medium: nfsserver: use default values (lf#2321)
b4b3ce
  + Medium: ocf-shellfuncs: don't log but print to stderr if connected to a terminal
b4b3ce
  + Medium: ocf-shellfuncs: don't output to stderr if using syslog
b4b3ce
  + Medium: oracle/oralsnr: improve exit codes if the environment isn't valid
b4b3ce
  + Medium: RA: iSCSILogicalUnit: fix monitor for STGT
b4b3ce
  + Medium: RA: make sure that OCF_RESKEY_CRM_meta_interval is always defined (LF 2284)
b4b3ce
  + Medium: RA: ManageRAID: require bash
b4b3ce
  + Medium: RA: ManageRAID: require bash
b4b3ce
  + Medium: RA: VirtualDomain: bail out early if config file can't be read during probe (Novell 593988)
b4b3ce
  + Medium: RA: VirtualDomain: fix incorrect use of __OCF_ACTION
b4b3ce
  + Medium: RA: VirtualDomain: improve error messages
b4b3ce
  + Medium: RA: VirtualDomain: spin on define until we definitely have a domain name
b4b3ce
  + Medium: Route: add route table parameter (lf#2335)
b4b3ce
  + Medium: sfex: don't use pid file (lf#2363,bnc#585416)
b4b3ce
  + Medium: sfex: exit with success on stop if sfex has never been started (bnc#585416)
b4b3ce
b4b3ce
* Fri Apr  9 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.10-1
b4b3ce
- New rgmanager resource agents upstream release
b4b3ce
  Resolves: rhbz#519491, rhbz#570525, rhbz#571806, rhbz#574027
b4b3ce
  Resolves: rhbz#574215, rhbz#574886, rhbz#576322, rhbz#576335
b4b3ce
  Resolves: rhbz#575103, rhbz#577856, rhbz#577874, rhbz#578249
b4b3ce
  Resolves: rhbz#578625, rhbz#578626, rhbz#578628, rhbz#578626
b4b3ce
  Resolves: rhbz#579621, rhbz#579623, rhbz#579625, rhbz#579626
b4b3ce
  Resolves: rhbz#579059
b4b3ce
b4b3ce
* Wed Mar 24 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.9-2
b4b3ce
- Resolves: rhbz#572993 - Patched build process to correctly generate ldirectord man page
b4b3ce
- Resolves: rhbz#574732 - Add libnet-devel as a dependancy to ensure IPaddrv6 is built
b4b3ce
b4b3ce
* Mon Mar  1 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.9-1
b4b3ce
- New rgmanager resource agents upstream release
b4b3ce
  Resolves: rhbz#455300, rhbz#568446, rhbz#561862, rhbz#536902
b4b3ce
  Resolves: rhbz#512171, rhbz#519491
b4b3ce
b4b3ce
* Mon Feb 22 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.8-1
b4b3ce
- New rgmanager resource agents upstream release
b4b3ce
  Resolves: rhbz#548133, rhbz#565907, rhbz#545602, rhbz#555901
b4b3ce
  Resolves: rhbz#564471, rhbz#515717, rhbz#557128, rhbz#536157
b4b3ce
  Resolves: rhbz#455300, rhbz#561416, rhbz#562237, rhbz#537201
b4b3ce
  Resolves: rhbz#536962, rhbz#553383, rhbz#556961, rhbz#555363
b4b3ce
  Resolves: rhbz#557128, rhbz#455300, rhbz#557167, rhbz#459630
b4b3ce
  Resolves: rhbz#532808, rhbz#556603, rhbz#554968, rhbz#555047
b4b3ce
  Resolves: rhbz#554968, rhbz#555047
b4b3ce
- spec file update:
b4b3ce
  * update spec file copyright date
b4b3ce
  * use bz2 tarball
b4b3ce
b4b3ce
* Fri Jan 15 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.7-2
b4b3ce
- Add python as BuildRequires
b4b3ce
b4b3ce
* Mon Jan 11 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.7-1
b4b3ce
- New rgmanager resource agents upstream release
b4b3ce
  Resolves: rhbz#526286, rhbz#533461
b4b3ce
b4b3ce
* Mon Jan 11 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.6-2
b4b3ce
- Update Pacameker agents to upstream version: c76b4a6eb576
b4b3ce
  + High: RA: VirtualDomain: fix forceful stop (LF 2283)
b4b3ce
  + High: apache: monitor operation of depth 10 for web applications (LF 2234)
b4b3ce
  + Medium: IPaddr2: CLUSTERIP/iptables rule not always inserted on failed monitor (LF 2281)
b4b3ce
  + Medium: RA: Route: improve validate (LF 2232)
b4b3ce
  + Medium: mark obsolete RAs as deprecated (LF 2244)
b4b3ce
  + Medium: mysql: escalate stop to KILL if regular shutdown doesn't work
b4b3ce
b4b3ce
* Mon Dec 7 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.6-1
b4b3ce
- New rgmanager resource agents upstream release
b4b3ce
- spec file update:
b4b3ce
  * use global instead of define
b4b3ce
  * use new Source0 url
b4b3ce
  * use %%name macro more aggressively
b4b3ce
b4b3ce
* Mon Dec 7 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.5-2
b4b3ce
- Update Pacameker agents to upstream version: bc00c0b065d9
b4b3ce
  + High: RA: introduce OCF_FUNCTIONS_DIR, allow it to be overridden (LF2239)
b4b3ce
  + High: doc: add man pages for all RAs (LF2237)
b4b3ce
  + High: syslog-ng: new RA
b4b3ce
  + High: vmware: make meta-data work and several cleanups (LF 2212)
b4b3ce
  + Medium: .ocf-shellfuncs: add ocf_is_probe function
b4b3ce
  + Medium: Dev: make RAs executable (LF2239)
b4b3ce
  + Medium: IPv6addr: ifdef out the ip offset hack for libnet v1.1.4 (LF 2034)
b4b3ce
  + Medium: add mercurial repository version information to .ocf-shellfuncs
b4b3ce
  + Medium: build: add perl-MailTools runtime dependency to ldirectord package (LF 1469)
b4b3ce
  + Medium: iSCSITarget, iSCSILogicalUnit: support LIO
b4b3ce
  + Medium: nfsserver: use check_binary properly in validate (LF 2211)
b4b3ce
  + Medium: nfsserver: validate should not check if nfs_shared_infodir exists (thanks to eelco@procolix.com) (LF 2219)
b4b3ce
  + Medium: oracle/oralsnr: export variables properly
b4b3ce
  + Medium: pgsql: remove the previous backup_label if it exists
b4b3ce
  + Medium: postfix: fix double stop (thanks to Dinh N. Quoc)
b4b3ce
  + RA: LVM: Make monitor operation quiet in logs (bnc#546353)
b4b3ce
  + RA: Xen: Remove instance_attribute "allow_migrate" (bnc#539968)
b4b3ce
  + ldirectord: OCF agent: overhaul
b4b3ce
b4b3ce
* Fri Nov 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.5-1
b4b3ce
- New rgmanager resource agents upstream release
b4b3ce
- Allow pacemaker to use rgmanager resource agents
b4b3ce
b4b3ce
* Wed Oct 28 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.4-2
b4b3ce
- Update Pacameker agents to upstream version: e2338892f59f
b4b3ce
  + High: send_arp - turn on unsolicited mode for compatibilty with the libnet version's exit codes
b4b3ce
  + High: Trap sigterm for compatibility with the libnet version of send_arp
b4b3ce
  + Medium: Bug - lf#2147: IPaddr2: behave if the interface is down
b4b3ce
  + Medium: IPv6addr: recognize network masks properly
b4b3ce
  + Medium: RA: VirtualDomain: avoid needlessly invoking "virsh define"
b4b3ce
b4b3ce
* Wed Oct 21 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.4-1
b4b3ce
- New rgmanager resource agents upstream release
b4b3ce
b4b3ce
* Mon Oct 12 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.3-3
b4b3ce
- Update Pacameker agents to upstream version: 099c0e5d80db
b4b3ce
  + Add the ha_parameter function back into .ocf-shellfuncs.
b4b3ce
  + Bug bnc#534803 - Provide a default for MAILCMD
b4b3ce
  + Fix use of undefined macro @HA_NOARCHDATAHBDIR@
b4b3ce
  + High (LF 2138): IPsrcaddr: replace 0/0 with proper ip prefix (thanks to Michael Ricordeau and Michael Schwartzkopff)
b4b3ce
  + Import shellfuncs from heartbeat as badly written RAs use it
b4b3ce
  + Medium (LF 2173): nfsserver: exit properly in nfsserver_validate
b4b3ce
  + Medium: RA: Filesystem: implement monitor operation
b4b3ce
  + Medium: RA: VirtualDomain: loop on status if libvirtd is unreachable
b4b3ce
  + Medium: RA: VirtualDomain: loop on status if libvirtd is unreachable (addendum)
b4b3ce
  + Medium: RA: iSCSILogicalUnit: use a 16-byte default SCSI ID
b4b3ce
  + Medium: RA: iSCSITarget: be more persistent deleting targets on stop
b4b3ce
  + Medium: RA: portblock: add per-IP filtering capability
b4b3ce
  + Medium: mysql-proxy: log_level and keepalive parameters
b4b3ce
  + Medium: oracle: drop spurious output from sqlplus
b4b3ce
  + RA: Filesystem: allow configuring smbfs mounts as clones
b4b3ce
b4b3ce
* Wed Sep 23 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.3-1
b4b3ce
- New rgmanager resource agents upstream release
b4b3ce
b4b3ce
* Thu Aug 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.1-1
b4b3ce
- New rgmanager resource agents upstream release
b4b3ce
b4b3ce
* Tue Aug 18 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.0-16
b4b3ce
- Create an ldirectord package
b4b3ce
- Update Pacameker agents to upstream version: 2198dc90bec4
b4b3ce
  + Build: Import ldirectord.
b4b3ce
  + Ensure HA_VARRUNDIR has a value to substitute
b4b3ce
  + High: Add findif tool (mandatory for IPaddr/IPaddr2)
b4b3ce
  + High: IPv6addr: new nic and cidr_netmask parameters
b4b3ce
  + High: postfix: new resource agent
b4b3ce
  + Include license information
b4b3ce
  + Low (LF 2159): Squid: make the regexp match more precisely output of netstat
b4b3ce
  + Low: configure: Fix package name.
b4b3ce
  + Low: ldirectord: add dependency on $remote_fs.
b4b3ce
  + Low: ldirectord: add mandatory required header to init script.
b4b3ce
  + Medium (LF 2165): IPaddr2: remove all colons from the mac address before passing it to send_arp
b4b3ce
  + Medium: VirtualDomain: destroy domain shortly before timeout expiry
b4b3ce
  + Medium: shellfuncs: Make the mktemp wrappers work.
b4b3ce
  + Remove references to Echo function
b4b3ce
  + Remove references to heartbeat shellfuncs.
b4b3ce
  + Remove useless path lookups
b4b3ce
  + findif: actually include the right header. Simplify configure.
b4b3ce
  + ldirectord: Remove superfluous configure artifact.
b4b3ce
  + ocf-tester: Fix package reference and path to DTD.
b4b3ce
b4b3ce
* Tue Aug 11 2009 Ville Skyttä <ville.skytta@iki.fi> - 3.0.0-15
b4b3ce
- Use bzipped upstream hg tarball.
b4b3ce
b4b3ce
* Wed Jul 29 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-14
b4b3ce
- Merge Pacemaker cluster resource agents:
b4b3ce
  * Add Source1.
b4b3ce
  * Drop noarch. We have real binaries now.
b4b3ce
  * Update BuildRequires.
b4b3ce
  * Update all relevant prep/build/install/files/description sections.
b4b3ce
b4b3ce
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-13
b4b3ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b4b3ce
b4b3ce
* Wed Jul  8 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-12
b4b3ce
- spec file updates:
b4b3ce
  * Update copyright header
b4b3ce
  * final release.. undefine alphatag
b4b3ce
b4b3ce
* Thu Jul  2 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-11.rc4
b4b3ce
- New upstream release.
b4b3ce
b4b3ce
* Sat Jun 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-10.rc3
b4b3ce
- New upstream release.
b4b3ce
b4b3ce
* Wed Jun 10 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-9.rc2
b4b3ce
- New upstream release + git94df30ca63e49afb1e8aeede65df8a3e5bcd0970
b4b3ce
b4b3ce
* Tue Mar 24 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-8.rc1
b4b3ce
- New upstream release.
b4b3ce
- Update BuildRoot usage to preferred versions/names
b4b3ce
b4b3ce
* Mon Mar  9 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-7.beta1
b4b3ce
- New upstream release.
b4b3ce
b4b3ce
* Fri Mar  6 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-6.alpha7
b4b3ce
- New upstream release.
b4b3ce
b4b3ce
* Tue Mar  3 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-5.alpha6
b4b3ce
- New upstream release.
b4b3ce
b4b3ce
* Tue Feb 24 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-4.alpha5
b4b3ce
- Drop Conflicts with rgmanager.
b4b3ce
b4b3ce
* Mon Feb 23 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-3.alpha5
b4b3ce
- New upstream release.
b4b3ce
b4b3ce
* Thu Feb 19 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-2.alpha4
b4b3ce
- Add comments on how to build this package.
b4b3ce
b4b3ce
* Thu Feb  5 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-1.alpha4
b4b3ce
- New upstream release.
b4b3ce
- Fix datadir/cluster directory ownership.
b4b3ce
b4b3ce
* Tue Jan 27 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-1.alpha3
b4b3ce
  - Initial packaging