Blame SPECS/resource-agents.spec

cf07b3
#
cf07b3
# All modifications and additions to the file contributed by third parties
cf07b3
# remain the property of their copyright owners, unless otherwise agreed
cf07b3
# upon. The license for this file, and modifications and additions to the
cf07b3
# file, is the same license as for the pristine package itself (unless the
cf07b3
# license for the pristine package is not an Open Source License, in which
cf07b3
# case the license is the MIT License). An "Open Source License" is a
cf07b3
# license that conforms to the Open Source Definition (Version 1.9)
cf07b3
# published by the Open Source Initiative.
cf07b3
#
cf07b3
cf07b3
cf07b3
cf07b3
cf07b3
cf07b3
cf07b3
# 
cf07b3
# Since this spec file supports multiple distributions, ensure we
cf07b3
# use the correct group for each.
cf07b3
#
cf07b3
15862b
## Whether this platform defaults to using systemd as an init system
15862b
## (needs to be evaluated prior to BuildRequires being enumerated and
15862b
## installed as it's intended to conditionally select some of these, and
15862b
## for that there are only few indicators with varying reliability:
15862b
## - presence of systemd-defined macros (when building in a full-fledged
15862b
##   environment, which is not the case with ordinary mock-based builds)
15862b
## - systemd-aware rpm as manifested with the presence of particular
15862b
##   macro (rpm itself will trivially always be present when building)
15862b
## - existence of /usr/lib/os-release file, which is something heavily
15862b
##   propagated by systemd project
15862b
## - when not good enough, there's always a possibility to check
15862b
##   particular distro-specific macros (incl. version comparison)
15862b
%define systemd_native (%{?_unitdir:1}%{?!_unitdir:0}%{nil \
15862b
  } || %{?__transaction_systemd_inhibit:1}%{?!__transaction_systemd_inhibit:0}%{nil \
15862b
  } || %(test -f /usr/lib/os-release; test $? -ne 0; echo $?))
15862b
cf07b3
%global upstream_prefix ClusterLabs-resource-agents
7b144c
%global upstream_version e711383f
7b144c
7b144c
%global sap_script_prefix sap_cluster_connector
7b144c
%global sap_script_hash 0015fe2
7b144c
7a0b27
%global sap_script_package_prefix sap_cluster_connector
7a0b27
%global sap_script_package_hash f3644f5
7a0b27
7b144c
%global saphana_prefix SAPHanaSR
77afe8
%global saphana_version d1dde99
7b144c
7a0b27
%global saphana_scaleout_prefix SAPHanaSR-ScaleOut
7a0b27
%global saphana_scaleout_hash a77e8c6
7a0b27
7b144c
%global bundled_lib_dir		bundled
7b144c
# google-cloud-sdk bundle
7b144c
%global googlecloudsdk		google-cloud-sdk
7b144c
%global googlecloudsdk_version	206.0.0
7b144c
%global googlecloudsdk_dir	%{bundled_lib_dir}/%{googlecloudsdk}
7b144c
# python-pyroute2 bundle
7b144c
%global pyroute2		pyroute2
7b144c
%global pyroute2_version	0.4.13
7b144c
%global pyroute2_dir		%{bundled_lib_dir}/%{pyroute2}
7b144c
# python-colorama bundle
7b144c
%global colorama		colorama
7b144c
%global colorama_version	0.3.3
7b144c
%global colorama_dir		%{bundled_lib_dir}/%{colorama}
7b144c
# python-jmespath bundle
7b144c
%global jmespath		jmespath
7b144c
%global jmespath_version	0.7.1
7b144c
%global jmespath_dir		%{bundled_lib_dir}/%{jmespath}
7b144c
# python-pycryptodome bundle
7b144c
%global pycryptodome		pycryptodome
7b144c
%global pycryptodome_version	3.6.4
7b144c
%global pycryptodome_dir	%{bundled_lib_dir}/%{pycryptodome}
7b144c
# python-aliyun-sdk-core bundle
7b144c
%global aliyunsdkcore		aliyun-python-sdk-core
7b144c
%global aliyunsdkcore_version	2.8.5
7b144c
%global aliyunsdkcore_dir	%{bundled_lib_dir}/%{aliyunsdkcore}
7b144c
# python-aliyun-sdk-ecs bundle
7b144c
%global aliyunsdkecs		aliyun-python-sdk-ecs
7b144c
%global aliyunsdkecs_version	4.9.3
7b144c
%global aliyunsdkecs_dir	%{bundled_lib_dir}/%{aliyunsdkecs}
7b144c
# python-aliyun-sdk-vpc bundle
7b144c
%global aliyunsdkvpc		aliyun-python-sdk-vpc
7b144c
%global aliyunsdkvpc_version	3.0.2
7b144c
%global aliyunsdkvpc_dir	%{bundled_lib_dir}/%{aliyunsdkvpc}
7b144c
# aliyuncli bundle
7b144c
%global aliyuncli		aliyun-cli
7b144c
%global aliyuncli_version	2.1.10
7b144c
%global aliyuncli_dir		%{bundled_lib_dir}/%{aliyuncli}
cf07b3
cf07b3
# determine the ras-set to process based on configure invokation
cf07b3
%bcond_with rgmanager
cf07b3
%bcond_without linuxha
cf07b3
cf07b3
Name:		resource-agents
cf07b3
Summary:	Open Source HA Reusable Cluster Resource Scripts
7b144c
Version:	4.1.1
77afe8
Release:	30%{?dist}.7
7b144c
License:	GPLv2+ and LGPLv2+ and ASL 2.0
cf07b3
URL:		https://github.com/ClusterLabs/resource-agents
cf07b3
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
cf07b3
Group:		System Environment/Base
cf07b3
%else
cf07b3
Group:		Productivity/Clustering/HA
cf07b3
%endif
cf07b3
Source0:	%{upstream_prefix}-%{upstream_version}.tar.gz
7b144c
Source1:	%{sap_script_prefix}-%{sap_script_hash}.tar.gz
7a0b27
Source2:	%{sap_script_package_prefix}-%{sap_script_package_hash}.tar.gz
77afe8
Source3:	%{saphana_prefix}-%{saphana_version}.tar.gz
7a0b27
Source4:	%{saphana_scaleout_prefix}-%{saphana_scaleout_hash}.tar.gz
7a0b27
Source5:	%{googlecloudsdk}-%{googlecloudsdk_version}-linux-x86_64.tar.gz
7a0b27
Source6:	%{pyroute2}-%{pyroute2_version}.tar.gz
7a0b27
Source7:	%{colorama}-%{colorama_version}.tar.gz
7a0b27
Source8:	%{jmespath}-%{jmespath_version}.tar.gz
7a0b27
Source9:	%{pycryptodome}-%{pycryptodome_version}.tar.gz
7a0b27
Source10:	%{aliyunsdkcore}-%{aliyunsdkcore_version}.tar.gz
7a0b27
Source11:	%{aliyunsdkecs}-%{aliyunsdkecs_version}.tar.gz
7a0b27
Source12:	%{aliyunsdkvpc}-%{aliyunsdkvpc_version}.tar.gz
7a0b27
Source13:	%{aliyuncli}-%{aliyuncli_version}.tar.gz
7b144c
Patch0:		bz1596139-1-nova-compute-wait-NovaEvacuate.patch
7b144c
Patch1:		bz1470840-LVM-volume_group_check_only.patch
7b144c
Patch2:		bz1538689-vdo-vol.patch
7b144c
Patch3:		bz1484920-IPaddr2-monitor_retries.patch
7b144c
Patch4:		bz1499894-VirtualDomain-stateless-support.patch
7b144c
Patch5:		bz1568588-1-configure-add-python-path-detection.patch
7b144c
Patch6:		bz1568588-2-ci-skip-python-agents-in-shellcheck.patch
7b144c
Patch7:		bz1568588-3-gcp-vpc-move-vip.patch
7b144c
Patch8:		bz1568588-4-gcp-vpc-move-route.patch
7b144c
Patch9:		bz1568588-5-python-library.patch
7b144c
Patch10:	bz1602783-dont-use-ocf_attribute_target-for-metadata.patch
7b144c
Patch11:	bz1513957-LVM-activate-fix-issue-with-dashes.patch
7b144c
Patch12:	bz1568588-6-gcp-move-vip-filter-aggregatedlist.patch
7b144c
Patch13:	bz1568589-1-aliyun-vpc-move-ip.patch
7b144c
Patch14:	bz1568589-2-aliyun-vpc-move-ip-fixes.patch
7b144c
Patch15:	bz1568589-3-aliyun-vpc-move-ip-fix-manpage.patch
7b144c
Patch16:	bz1596139-2-build-add-missing-manpages.patch
7b144c
Patch17:	bz1568588-7-gcp-stackdriver-logging-note.patch
7b144c
Patch18:	bz1612828-LVM-fix-missing-dash.patch
7b144c
Patch19:	bz1606316-lvmlockd-add-cmirrord-support.patch
7b144c
Patch20:	bz1619428-1-LVM-activate-warn-vg_access_mode.patch
7b144c
Patch21:	bz1568589-5-aliyun-vpc-move-ip-improve-metadata-manpage.patch
7b144c
Patch22:	bz1624741-1-aws-vpc-move-ip-avoid-false-positive-monitor.patch
7b144c
Patch23:	bz1624741-2-aws-vpc-move-ip-avoid-false-positive-monitor.patch
7b144c
Patch24:	bz1523318-timeout-interval-add-s-suffix.patch
7b144c
Patch25:	bz1619428-2-LVM-activate-parameters-access-mode-fixes.patch
d9e727
Patch26:	bz1637823-1-nfsserver-mount-rpc_pipefs.patch
d9e727
Patch27:	bz1637823-2-nfsserver-var-lib-nfs-fix.patch
00d327
Patch28:	bz1641944-rabbitmq-cluster-monitor-mnesia-status.patch
81fafb
Patch29:	bz1641946-rabbitmq-cluster-fail-when-in-minority-partition.patch
81fafb
Patch30:	bz1639826-rabbitmq-cluster-fix-stop-regression.patch
81fafb
Patch31:	bz1647252-vdo-vol-fix-monitor-action.patch
81fafb
Patch32:	bz1646770-tomcat-use-systemd-when-catalina.sh-unavailable.patch
81fafb
Patch33:	bz1656368-rabbitmq-cluster-ensure-node-attribures-removed.patch
81fafb
Patch34:	bz1655655-ocf_log-do-not-log-debug-when-HA_debug-unset.patch
81fafb
Patch35:	bz1643306-LVM-activate-dont-fail-initial-probe.patch
81fafb
Patch36:	bz1575095-rabbitmq-cluster-retry-start-cluster-join-fails.patch
81fafb
Patch37:	bz1659072-1-rabbitmq-cluster-debug-log-mnesia-query-fails.patch
81fafb
Patch38:	bz1659072-2-rabbitmq-cluster-suppress-additional-output.patch
81fafb
Patch39:	bz1629357-docker-fix-stop-issues.patch
81fafb
Patch40:	bz1669137-Route-make-family-parameter-optional.patch
81fafb
Patch41:	bz1549579-1-clvm-exclusive-mode-support.patch
81fafb
Patch42:	bz1642069-1-SAPInstance-add-reload-action.patch
81fafb
Patch43:	bz1642069-2-SAPInstance-improve-profile-detection.patch
81fafb
Patch44:	bz1642069-3-SAPInstance-metadata-improvements.patch
81fafb
Patch45:	bz1667413-1-LVM-activate-support-LVs-from-same-VG.patch
81fafb
Patch46:	bz1667413-2-LVM-activate-only-count-volumes.patch
81fafb
Patch47:	bz1651790-1-CTDB-explicitly-use-bash-shell.patch
81fafb
Patch48:	bz1651790-2-CTDB-add-ctdb_max_open_files-parameter.patch
81fafb
Patch49:	bz1504055-IPsrcaddr-fix-regression-without-NetworkManager.patch
81fafb
Patch50:	bz1598969-iSCSILogicalUnit-create-iqn-when-it-doesnt-exist.patch
81fafb
Patch51:	bz1693658-aws-vpc-move-ip-avoid-possible-race-condition.patch
81fafb
Patch52:	bz1697558-aws-vpc-move-ip-1-multi-route-table-support.patch
81fafb
Patch53:	bz1697558-aws-vpc-move-ip-2-fix-route-update-multi-NICs.patch
81fafb
Patch54:	bz1549579-2-ocf_is_true-add-True-to-regexp.patch
81fafb
Patch55:	bz1363902-SAPHanaSR-monitor-fix-tolower-error.patch
716f78
Patch56:	bz1731426-dhcpd-keep-selinux-context.patch
716f78
Patch57:	bz1731427-CTDB-1-fixes.patch
716f78
Patch58:	bz1731427-CTDB-2-add-v4.9-support.patch
77afe8
Patch59:	bz1750704-docker-1-fail-gracefully-when-not-running.patch
77afe8
Patch60:	bz1750704-docker-2-improve-daemon-check.patch
77afe8
Patch61:	bz1750704-docker-3-fix-stop-return-code.patch
77afe8
Patch62:	bz1756262-NovaEvacuate-evacuate_delay.patch
77afe8
Patch63:	bz1803800-exportfs-allow-same-fsid.patch
77afe8
Patch64:	bz1803798-rabbitmq-cluster-delete-nodename-when-stop-fails.patch
77afe8
Patch65:	bz1803024-oralsnr-allow-using-same-tns_admin.patch
81fafb
7b144c
# bundle patches
7b144c
Patch1000:	bz1568588-7-gcp-bundled.patch
7b144c
Patch1001:	bz1568588-8-google-cloud-sdk-fixes.patch
7b144c
Patch1002:	bz1568588-9-google-cloud-sdk-oauth2client-python-rsa-to-cryptography.patch
7b144c
Patch1003:	bz1568588-10-gcloud-support-info.patch
7b144c
Patch1004:	bz1568589-4-aliyun-vpc-move-ip-bundled.patch
aba6ec
cf07b3
Obsoletes:	heartbeat-resources <= %{version}
cf07b3
Provides:	heartbeat-resources = %{version}
cf07b3
cf07b3
## Setup/build bits
cf07b3
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
cf07b3
cf07b3
# Build dependencies
cf07b3
BuildRequires: automake autoconf pkgconfig
7b144c
BuildRequires: perl python-devel python-setuptools
cf07b3
BuildRequires: libxslt glib2-devel
cf07b3
BuildRequires: which
cf07b3
15862b
%if %{systemd_native}
15862b
BuildRequires: pkgconfig(systemd)
15862b
%endif
15862b
cf07b3
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
cf07b3
#BuildRequires: cluster-glue-libs-devel
cf07b3
BuildRequires: docbook-style-xsl docbook-dtds
cf07b3
%if 0%{?rhel} == 0
cf07b3
BuildRequires: libnet-devel
cf07b3
%endif
cf07b3
%endif
cf07b3
cf07b3
## Runtime deps
cf07b3
# system tools shared by several agents
cf07b3
Requires: /bin/bash /bin/grep /bin/sed /bin/gawk
05a495
Requires: /bin/ps /usr/bin/pkill /bin/hostname /bin/netstat
05a495
Requires: /usr/sbin/fuser /bin/mount
cf07b3
05a495
# Filesystem / fs.sh / netfs.sh
cf07b3
Requires: /sbin/fsck
cf07b3
Requires: /usr/sbin/fsck.ext2 /usr/sbin/fsck.ext3 /usr/sbin/fsck.ext4
cf07b3
Requires: /usr/sbin/fsck.xfs
05a495
Requires: /sbin/mount.nfs /sbin/mount.nfs4 /usr/sbin/mount.cifs
cf07b3
05a495
# IPaddr2
05a495
Requires: /sbin/ip
cf07b3
05a495
# LVM / lvm.sh
cf07b3
Requires: /usr/sbin/lvm
cf07b3
05a495
# nfsserver / netfs.sh
cf07b3
Requires: /usr/sbin/rpc.nfsd /sbin/rpc.statd /usr/sbin/rpc.mountd
05a495
05a495
# rgmanager
05a495
%if %{with rgmanager}
05a495
# ip.sh
05a495
Requires: /usr/sbin/ethtool
05a495
Requires: /sbin/rdisc /usr/sbin/arping /bin/ping /bin/ping6
05a495
05a495
# nfsexport.sh
05a495
Requires: /sbin/findfs
05a495
Requires: /sbin/quotaon /sbin/quotacheck
cf07b3
%endif
cf07b3
cf07b3
## Runtime dependencies required to guarantee heartbeat agents
cf07b3
## are functional
cf07b3
%if %{with linuxha}
c608c9
# ethmonitor requires the bc calculator
c608c9
Requires: bc
cf07b3
# tools needed for Filesystem resource
cf07b3
Requires: psmisc
aba6ec
# Tools needed for clvm resource. 
aba6ec
Requires: procps-ng
cf07b3
%endif
cf07b3
cf07b3
%description
cf07b3
A set of scripts to interface with several services to operate in a
cf07b3
High Availability environment for both Pacemaker and rgmanager
cf07b3
service managers.
cf07b3
7b144c
%ifarch x86_64
7b144c
%package aliyun
7b144c
License:	GPLv2+ and LGPLv2+ and ASL 2.0 and BSD and MIT
7b144c
Summary:	Alibaba Cloud (Aliyun) resource agents
7b144c
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
7b144c
Group:		System Environment/Base
7b144c
%else
7b144c
Group:		Productivity/Clustering/HA
7b144c
%endif
7b144c
Requires:	%{name} = %{version}-%{release}
7b144c
# python-colorama bundle
7b144c
Provides:	bundled(python-%{colorama}) = %{colorama_version}
7b144c
# python-jmespath bundle
7b144c
Provides:	bundled(python-jmespath) = %{jmespath_version}
7b144c
Requires:	python-dateutil >= 1.4
7b144c
Requires:	python-docutils >= 0.10
7b144c
# python-pycryptodome bundle
7b144c
Provides:	bundled(python-%{pycryptodome}) = %{pycryptodome_version}
7b144c
# python-aliyun-sdk-core bundle
7b144c
Provides:	bundled(python-aliyun-sdk-core) = %{aliyunsdkcore_version}
7b144c
# python-aliyun-sdk-ecs bundle
7b144c
Provides:	bundled(python-aliyun-sdk-ecs) = %{aliyunsdkecs_version}
7b144c
# python-aliyun-sdk-vpc bundle
7b144c
Provides:	bundled(python-aliyun-sdk-vpc) = %{aliyunsdkvpc_version}
7b144c
# aliyuncli bundle
7b144c
Provides:	bundled(aliyuncli) = %{aliyuncli_version}
7b144c
7b144c
%description aliyun
7b144c
Alibaba Cloud (Aliyun) resource agents allows Alibaba Cloud
7b144c
(Aliyun) instances to be managed in a cluster environment.
7b144c
%endif
7b144c
7b144c
%ifarch x86_64
7b144c
%package gcp
7b144c
License:	GPLv2+ and LGPLv2+ and BSD and ASL 2.0 and MIT and Python
7b144c
Summary:	Google Cloud Platform resource agents
7b144c
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
7b144c
Group:		System Environment/Base
7b144c
%else
7b144c
Group:		Productivity/Clustering/HA
7b144c
%endif
7b144c
Requires:	%{name} = %{version}-%{release}
7b144c
# google-cloud-sdk bundle
7b144c
Requires:	python-cryptography >= 1.7.2
7b144c
Provides:	bundled(%{googlecloudsdk}) = %{googlecloudsdk_version}
7b144c
Provides:	bundled(python-antlr3) = 3.1.1
7b144c
Provides:	bundled(python-appdirs) = 1.4.0
7b144c
Provides:	bundled(python-argparse) = 1.2.1
7b144c
Provides:	bundled(python-chardet) = 2.3.0
7b144c
Provides:	bundled(python-dateutil) = 2.6.0
7b144c
Provides:	bundled(python-dulwich) = 0.10.2
7b144c
Provides:	bundled(python-ipaddress) = 1.0.16
7b144c
Provides:	bundled(python-ipaddr) = 2.1.11
7b144c
Provides:	bundled(python-mako) = 1.0.7
7b144c
Provides:	bundled(python-oauth2client) = 3.0.0
7b144c
Provides:	bundled(python-prompt_toolkit) = 1.0.13
7b144c
Provides:	bundled(python-pyasn1) = 0.4.2
7b144c
Provides:	bundled(python-pyasn1_modules) = 0.2.1
7b144c
Provides:	bundled(python-pygments) = 2.2.0
7b144c
Provides:	bundled(python-pyparsing) = 2.1.10
7b144c
Provides:	bundled(python-requests) = 2.10.0
7b144c
Provides:	bundled(python-six) = 1.11.0
7b144c
Provides:	bundled(python-uritemplate) = 3.0.0
7b144c
Provides:	bundled(python-urllib3) = 1.15.1
7b144c
Provides:	bundled(python-websocket) = 0.47.0
7b144c
Provides:	bundled(python-yaml) = 3.12
7b144c
# python-pyroute2 bundle
7b144c
Provides:	bundled(%{pyroute2}) = %{pyroute2_version}
7b144c
7b144c
%description gcp
7b144c
The Google Cloud Platform resource agents allows Google Cloud
7b144c
Platform instances to be managed in a cluster environment.
7b144c
%endif
7b144c
15862b
%ifarch x86_64 ppc64le
cf07b3
%package sap
7b144c
License:	GPLv2+
7b144c
Summary:	SAP cluster resource agents and connector script
cf07b3
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
cf07b3
Group:		System Environment/Base
cf07b3
%else
cf07b3
Group:		Productivity/Clustering/HA
cf07b3
%endif
7b144c
Requires:	%{name} = %{version}-%{release}
cf07b3
Requires:	perl
cf07b3
cf07b3
%description sap
cf07b3
The SAP resource agents and connector script interface with 
cf07b3
Pacemaker to allow SAP instances to be managed in a cluster
cf07b3
environment.
581d9d
%endif
cf07b3
15862b
%ifarch x86_64 ppc64le
261ad6
%package sap-hana
7b144c
License:	GPLv2+
7b144c
Summary:	SAP HANA cluster resource agents
261ad6
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
261ad6
Group:		System Environment/Base
261ad6
%else
261ad6
Group:		Productivity/Clustering/HA
261ad6
%endif
7b144c
Requires:	%{name} = %{version}-%{release}
261ad6
Requires:	perl
261ad6
261ad6
%description sap-hana
261ad6
The SAP HANA resource agents interface with  Pacemaker to allow
261ad6
SAP instances to be managed in a cluster environment.
261ad6
%endif
261ad6
7a0b27
%ifarch x86_64 ppc64le
7a0b27
%package sap-hana-scaleout
7a0b27
License:	GPLv2+
7a0b27
Summary:	SAP HANA Scale-Out cluster resource agents
7a0b27
Version:	0.163.2
77afe8
Release:	7%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}.7
7a0b27
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
7a0b27
Group:		System Environment/Base
7a0b27
%else
7a0b27
Group:		Productivity/Clustering/HA
7a0b27
%endif
81fafb
Requires:	resource-agents >= 4.1.1-25
7a0b27
Requires:	perl
7a0b27
7a0b27
%description sap-hana-scaleout
7a0b27
The SAP HANA Scale-Out resource agents interface with Pacemaker
7a0b27
to allow SAP HANA Scale-Out instances to be managed in a cluster
7a0b27
environment.
7a0b27
%endif
7a0b27
7a0b27
%ifarch x86_64 ppc64le
7a0b27
%package -n sap-cluster-connector
7a0b27
License:	GPLv2+
7a0b27
Summary:	SAP cluster connector script
7a0b27
Version:	3.0.1
77afe8
Release:	7%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}.7
7a0b27
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
7a0b27
Group:		System Environment/Base
7a0b27
%else
7a0b27
Group:		Productivity/Clustering/HA
7a0b27
%endif
81fafb
Requires:	resource-agents-sap >= 4.1.1-25
7a0b27
Requires:	perl
7a0b27
7a0b27
%description -n sap-cluster-connector
7a0b27
The SAP connector script interface with Pacemaker to allow SAP
7a0b27
instances to be managed in a cluster environment.
7a0b27
%endif
7a0b27
cf07b3
%prep
cf07b3
%if 0%{?suse_version} == 0 && 0%{?fedora} == 0 && 0%{?centos_version} == 0 && 0%{?rhel} == 0
cf07b3
%{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.}
cf07b3
exit 1
cf07b3
%endif
cf07b3
%setup -q -n %{upstream_prefix}-%{upstream_version}
7b144c
%setup -T -D -a 1 -n %{upstream_prefix}-%{upstream_version}
7b144c
%setup -T -D -a 2 -n %{upstream_prefix}-%{upstream_version}
7a0b27
%setup -T -D -a 3 -n %{upstream_prefix}-%{upstream_version}
7a0b27
%setup -T -D -a 4 -n %{upstream_prefix}-%{upstream_version}
7b144c
%patch0 -p1
cf07b3
%patch1 -p1
cf07b3
%patch2 -p1
cf07b3
%patch3 -p1
cf07b3
%patch4 -p1
cf07b3
%patch5 -p1
cf07b3
%patch6 -p1
cf07b3
%patch7 -p1
cf07b3
%patch8 -p1
cf07b3
%patch9 -p1
cf07b3
%patch10 -p1
cf07b3
%patch11 -p1
7b144c
%patch12 -p1
7b144c
%patch13 -p1
aba6ec
%patch14 -p1
aba6ec
%patch15 -p1
aba6ec
%patch16 -p1
aba6ec
%patch17 -p1
aba6ec
%patch18 -p1
aba6ec
%patch19 -p1
aba6ec
%patch20 -p1
b9953b
%patch21 -p1
b9953b
%patch22 -p1
b9953b
%patch23 -p1
b4da46
%patch24 -p1
b4da46
%patch25 -p1
d9e727
%patch26 -p1
d9e727
%patch27 -p1
00d327
%patch28 -p1
00d327
%patch29 -p1
00d327
%patch30 -p1
de5601
%patch31 -p1
082cb3
%patch32 -p1
81fafb
%patch33 -p1
81fafb
%patch34 -p1
7a0b27
%patch35 -p1
7a0b27
%patch36 -p1
81fafb
%patch37 -p1
7a0b27
%patch38 -p1
7a0b27
%patch39 -p1
7a0b27
%patch40 -p1
81fafb
%patch41 -p1
81fafb
%patch42 -p1
81fafb
%patch43 -p1
81fafb
%patch44 -p1
81fafb
%patch45 -p1
81fafb
%patch46 -p1
81fafb
%patch47 -p1
81fafb
%patch48 -p1
81fafb
%patch49 -p1
81fafb
%patch50 -p1
81fafb
%patch51 -p1 -F2
81fafb
%patch52 -p1
81fafb
%patch53 -p1
81fafb
%patch54 -p1
81fafb
%patch55 -p1
716f78
%patch56 -p1
716f78
%patch57 -p1
716f78
%patch58 -p1 -F1
d1739a
%patch59 -p1
bafc1b
%patch60 -p1
bafc1b
%patch61 -p1
bafc1b
%patch62 -p1
bafc1b
%patch63 -p1
77afe8
%patch64 -p1
77afe8
%patch65 -p1 -F1
7b144c
7b144c
# add SAPHana agents to Makefile.am
77afe8
mv %{saphana_prefix}-%{saphana_version}/ra/SAPHana* heartbeat
7a0b27
mv %{saphana_scaleout_prefix}-%{saphana_scaleout_hash}/SAPHana/ra/SAPHanaController heartbeat
7a0b27
mv %{saphana_scaleout_prefix}-%{saphana_scaleout_hash}/SAPHana/ra/SAPHanaTopology heartbeat/SAPHanaTopologyScaleOut
7a0b27
sed -i -e 's/\(
7a0b27
sed -i -e '/			SAPInstance		\\/a\			SAPHana			\\\n			SAPHanaTopology		\\\n			SAPHanaController	\\\n			SAPHanaTopologyScaleOut	\\' heartbeat/Makefile.am
7a0b27
sed -i -e '/                          ocf_heartbeat_SAPInstance.7 \\/a\                          ocf_heartbeat_SAPHana.7 \\\n                          ocf_heartbeat_SAPHanaTopology.7 \\\n                          ocf_heartbeat_SAPHanaController.7 \\\n                          ocf_heartbeat_SAPHanaTopologyScaleOut.7 \\' doc/man/Makefile.am
7b144c
77afe8
# change provider company
77afe8
sed -i -e 's/\("provider_company": \)"SUSE"/\1"Red Hat"/g' %{saphana_prefix}-%{saphana_version}/srHook/SAPHanaSR.py
77afe8
7b144c
# bundles
7b144c
mkdir -p %{bundled_lib_dir}
7b144c
7b144c
# google-cloud-sdk bundle
7b144c
%ifarch x86_64
7a0b27
tar -xzf %SOURCE5 -C %{bundled_lib_dir}
7b144c
# gcp*: append bundled-directory to search path, gcloud-ra
7b144c
%patch1000 -p1
7b144c
# google-cloud-sdk fixes
7b144c
%patch1001 -p1
7b144c
# replace python-rsa with python-cryptography
7b144c
%patch1002 -p1
7b144c
# gcloud support info
7b144c
%patch1003 -p1
7b144c
# rename gcloud
7b144c
mv %{googlecloudsdk_dir}/bin/gcloud %{googlecloudsdk_dir}/bin/gcloud-ra
7b144c
# keep googleapiclient
7b144c
mv %{googlecloudsdk_dir}/platform/bq/third_party/googleapiclient %{googlecloudsdk_dir}/lib/third_party
7b144c
# only keep gcloud
7b144c
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}
7b144c
# remove Python 3 code
7b144c
rm -rf %{googlecloudsdk_dir}/lib/third_party/*/python3
7b144c
# remove python-rsa
7b144c
rm -rf %{googlecloudsdk_dir}/lib/third_party/rsa
81fafb
# remove grpc
81fafb
rm -rf %{googlecloudsdk_dir}/lib/third_party/grpc
7b144c
# docs/licenses
7b144c
cp %{googlecloudsdk_dir}/README %{googlecloudsdk}_README
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/argparse/README.txt %{googlecloudsdk}_argparse_README.txt
7b144c
cp %{googlecloudsdk_dir}/LICENSE %{googlecloudsdk}_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/httplib2/LICENSE %{googlecloudsdk}_httplib2_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/contextlib2/LICENSE %{googlecloudsdk}_contextlib2_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/concurrent/LICENSE %{googlecloudsdk}_concurrent_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/yaml/LICENSE %{googlecloudsdk}_yaml_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/pyu2f/LICENSE %{googlecloudsdk}_pyu2f_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/ml_sdk/LICENSE %{googlecloudsdk}_ml_sdk_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/ml_sdk/pkg/LICENSE %{googlecloudsdk}_pkg_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/ipaddr/LICENSE %{googlecloudsdk}_ipaddr_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/urllib3/LICENSE %{googlecloudsdk}_urllib3_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/ipaddress/LICENSE %{googlecloudsdk}_ipaddress_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/requests/LICENSE %{googlecloudsdk}_requests_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/docker/LICENSE %{googlecloudsdk}_docker_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/monotonic/LICENSE %{googlecloudsdk}_monotonic_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/websocket/LICENSE %{googlecloudsdk}_websocket_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/fasteners/LICENSE %{googlecloudsdk}_fasteners_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/wcwidth/LICENSE %{googlecloudsdk}_wcwidth_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/pygments/LICENSE %{googlecloudsdk}_pygments_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/oauth2client/LICENSE %{googlecloudsdk}_oauth2client_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/uritemplate/LICENSE %{googlecloudsdk}_uritemplate_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/dateutil/LICENSE %{googlecloudsdk}_dateutil_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/dulwich/LICENSE %{googlecloudsdk}_dulwich_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/mako/LICENSE %{googlecloudsdk}_mako_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/packaging/LICENSE %{googlecloudsdk}_packaging_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/socks/LICENSE %{googlecloudsdk}_socks_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/antlr3/LICENSE %{googlecloudsdk}_antlr3_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/argparse/LICENSE.txt %{googlecloudsdk}_argparse_LICENSE.txt
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/chardet/LICENSE %{googlecloudsdk}_chardet_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/ruamel/LICENSE %{googlecloudsdk}_ruamel_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/appdirs/LICENSE %{googlecloudsdk}_appdirs_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/argcomplete/LICENSE %{googlecloudsdk}_argcomplete_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/pyasn1_modules/LICENSE %{googlecloudsdk}_pyasn1_modules_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/typing/LICENSE %{googlecloudsdk}_typing_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/setuptools/LICENSE %{googlecloudsdk}_setuptools_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/google/LICENSE %{googlecloudsdk}_google_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/google/protobuf/LICENSE %{googlecloudsdk}_protobuf_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/six/LICENSE %{googlecloudsdk}_six_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/dns/LICENSE %{googlecloudsdk}_dns_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/enum/LICENSE %{googlecloudsdk}_enum_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/gae_ext_runtime/LICENSE %{googlecloudsdk}_gae_ext_runtime_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/fancy_urllib/LICENSE %{googlecloudsdk}_fancy_urllib_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/pyasn1/LICENSE %{googlecloudsdk}_pyasn1_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/apitools/LICENSE %{googlecloudsdk}_apitools_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/containerregistry/LICENSE %{googlecloudsdk}_containerregistry_LICENSE
7b144c
cp %{googlecloudsdk_dir}/lib/third_party/prompt_toolkit/LICENSE %{googlecloudsdk}_prompt_toolkit_LICENSE
7b144c
7b144c
# python-pyroute2 bundle
7a0b27
tar -xzf %SOURCE6 -C %{bundled_lib_dir}
7b144c
mv %{bundled_lib_dir}/%{pyroute2}-%{pyroute2_version} %{pyroute2_dir}
7b144c
cp %{pyroute2_dir}/README.md %{pyroute2}_README.md
7b144c
cp %{pyroute2_dir}/README.license.md %{pyroute2}_README.license.md
7b144c
cp %{pyroute2_dir}/LICENSE.Apache.v2 %{pyroute2}_LICENSE.Apache.v2
7b144c
cp %{pyroute2_dir}/LICENSE.GPL.v2 %{pyroute2}_LICENSE.GPL.v2
7b144c
7b144c
# python-colorama bundle
7a0b27
tar -xzf %SOURCE7 -C %{bundled_lib_dir}
7b144c
mv %{bundled_lib_dir}/%{colorama}-%{colorama_version} %{colorama_dir}
7b144c
cp %{colorama_dir}/LICENSE.txt %{colorama}_LICENSE.txt
7b144c
cp %{colorama_dir}/README.rst %{colorama}_README.rst
7b144c
7b144c
pushd %{colorama_dir}
7b144c
# remove bundled egg-info
7b144c
rm -rf *.egg-info
7b144c
popd
7b144c
7b144c
# python-jmespath bundle
7a0b27
tar -xzf %SOURCE8 -C %{bundled_lib_dir}
7b144c
mv %{bundled_lib_dir}/jmespath.py-%{jmespath_version} %{jmespath_dir}
7b144c
cp %{jmespath_dir}/LICENSE.txt %{jmespath}_LICENSE.txt
7b144c
cp %{jmespath_dir}/README.rst %{jmespath}_README.rst
7b144c
7b144c
pushd %{jmespath_dir}
7b144c
rm -rf jmespath.egg-info
7b144c
popd
7b144c
7b144c
# python-pycryptodome bundle
7a0b27
tar -xzf %SOURCE9 -C %{bundled_lib_dir}
7b144c
mv %{bundled_lib_dir}/%{pycryptodome}-%{pycryptodome_version} %{pycryptodome_dir}
7b144c
cp %{pycryptodome_dir}/README.rst %{pycryptodome}_README.rst
7b144c
cp %{pycryptodome_dir}/LICENSE.rst %{pycryptodome}_LICENSE.rst
7b144c
7b144c
# python-aliyun-sdk-core bundle
7a0b27
tar -xzf %SOURCE10 -C %{bundled_lib_dir}
7b144c
mv %{bundled_lib_dir}/%{aliyunsdkcore}-%{aliyunsdkcore_version} %{aliyunsdkcore_dir}
7b144c
cp %{aliyunsdkcore_dir}/README.rst %{aliyunsdkcore}_README.rst
7b144c
7b144c
# python-aliyun-sdk-ecs bundle
7a0b27
tar -xzf %SOURCE11 -C %{bundled_lib_dir}
7b144c
mv %{bundled_lib_dir}/%{aliyunsdkecs}-%{aliyunsdkecs_version} %{aliyunsdkecs_dir}
7b144c
cp %{aliyunsdkecs_dir}/README.rst %{aliyunsdkecs}_README.rst
7b144c
7b144c
# python-aliyun-sdk-vpc bundle
7a0b27
tar -xzf %SOURCE12 -C %{bundled_lib_dir}
7b144c
mv %{bundled_lib_dir}/%{aliyunsdkvpc}-%{aliyunsdkvpc_version} %{aliyunsdkvpc_dir}
7b144c
cp %{aliyunsdkvpc_dir}/README.rst %{aliyunsdkvpc}_README.rst
7b144c
7b144c
# aliyuncli bundle
7a0b27
tar -xzf %SOURCE13 -C %{bundled_lib_dir}
7b144c
mv %{bundled_lib_dir}/%{aliyuncli}-%{aliyuncli_version} %{aliyuncli_dir}
7b144c
cp %{aliyuncli_dir}/README.rst %{aliyuncli}_README.rst
7b144c
cp %{aliyuncli_dir}/LICENSE %{aliyuncli}_LICENSE
7b144c
# aliyun*: use bundled libraries
7b144c
%patch1004 -p1
7b144c
%endif
cf07b3
cf07b3
%build
cf07b3
if [ ! -f configure ]; then
cf07b3
	./autogen.sh
cf07b3
fi
cf07b3
cf07b3
%if 0%{?fedora} >= 11 || 0%{?centos_version} > 5 || 0%{?rhel} > 5
cf07b3
CFLAGS="$(echo '%{optflags}')"
cf07b3
%global conf_opt_fatal "--enable-fatal-warnings=no"
cf07b3
%else
cf07b3
CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}"
cf07b3
%global conf_opt_fatal "--enable-fatal-warnings=yes"
cf07b3
%endif
cf07b3
cf07b3
%if %{with rgmanager}
cf07b3
%global rasset rgmanager
cf07b3
%endif
cf07b3
%if %{with linuxha}
cf07b3
%global rasset linux-ha
cf07b3
%endif
cf07b3
%if %{with rgmanager} && %{with linuxha}
cf07b3
%global rasset all
cf07b3
%endif
cf07b3
cf07b3
export CFLAGS
cf07b3
7b144c
chmod 755 heartbeat/nova-compute-wait
7b144c
chmod 755 heartbeat/NovaEvacuate
7b144c
chmod 755 heartbeat/vdo-vol
aba6ec
7b144c
%configure BASH_SHELL="/bin/bash" \
cf07b3
	%{conf_opt_fatal} \
15862b
%if %{defined _unitdir}
15862b
    --with-systemdsystemunitdir=%{_unitdir} \
15862b
%endif
bb196a
%if %{defined _tmpfilesdir}
bb196a
    --with-systemdtmpfilesdir=%{_tmpfilesdir} \
bb196a
%endif
cf07b3
	--with-pkg-name=%{name} \
cf07b3
	--with-ras-set=%{rasset} \
cf07b3
	--with-ocft-cases=fedora
cf07b3
cf07b3
%if %{defined jobs}
cf07b3
JFLAGS="$(echo '-j%{jobs}')"
cf07b3
%else
cf07b3
JFLAGS="$(echo '%{_smp_mflags}')"
cf07b3
%endif
cf07b3
cf07b3
make $JFLAGS
cf07b3
7b144c
# python-pyroute2 bundle
7b144c
%ifarch x86_64
7b144c
pushd %{pyroute2_dir}
7b144c
%{__python2} setup.py build
7b144c
popd
7b144c
7b144c
# python-colorama bundle
7b144c
pushd %{colorama_dir}
7b144c
%{__python2} setup.py build
7b144c
popd
7b144c
7b144c
# python-jmespath bundle
7b144c
pushd %{jmespath_dir}
7b144c
CFLAGS="%{optflags}" %{__python} setup.py %{?py_setup_args} build --executable="%{__python2} -s"
7b144c
popd
7b144c
7b144c
# python-pycryptodome bundle
7b144c
pushd %{pycryptodome_dir}
7b144c
%{__python2} setup.py build
7b144c
popd
7b144c
7b144c
# python-aliyun-sdk-core bundle
7b144c
pushd %{aliyunsdkcore_dir}
7b144c
%{__python2} setup.py build
7b144c
popd
7b144c
7b144c
# python-aliyun-sdk-ecs bundle
7b144c
pushd %{aliyunsdkecs_dir}
7b144c
%{__python2} setup.py build
7b144c
popd
7b144c
7b144c
# python-aliyun-sdk-vpc bundle
7b144c
pushd %{aliyunsdkvpc_dir}
7b144c
%{__python2} setup.py build
7b144c
popd
7b144c
7b144c
# aliyuncli bundle
7b144c
pushd %{aliyuncli_dir}
7b144c
%{__python2} setup.py build
7b144c
popd
7b144c
%endif
7b144c
cf07b3
%install
cf07b3
rm -rf %{buildroot}
cf07b3
make install DESTDIR=%{buildroot}
cf07b3
7a0b27
test -d %{buildroot}/%{_sbindir} || mkdir %{buildroot}/%{_sbindir}
7a0b27
cp %{sap_script_prefix}-%{sap_script_hash}/redhat/sap_redhat_cluster_connector %{buildroot}/%{_sbindir}
7a0b27
7a0b27
test -d %{buildroot}/%{_bindir} || mkdir %{buildroot}/%{_bindir}
7a0b27
cp %{sap_script_package_prefix}-%{sap_script_package_hash}/redhat/sap_cluster_connector %{buildroot}/%{_bindir}
7a0b27
mkdir %{buildroot}/%{_datadir}/sap_cluster_connector
7a0b27
cp -rv %{sap_script_package_prefix}-%{sap_script_package_hash}/redhat/{run_checks,checks} %{buildroot}/%{_datadir}/sap_cluster_connector
7a0b27
gzip %{sap_script_package_prefix}-%{sap_script_package_hash}/redhat/man/*.8
7a0b27
cp %{sap_script_package_prefix}-%{sap_script_package_hash}/redhat/man/*.8.gz %{buildroot}/%{_mandir}/man8
7a0b27
77afe8
mkdir %{buildroot}/%{_datadir}/SAPHanaSR
77afe8
cp -r %{saphana_prefix}-%{saphana_version}/srHook %{buildroot}/%{_datadir}/SAPHanaSR
77afe8
7a0b27
install -m 0755 %{saphana_scaleout_prefix}-%{saphana_scaleout_hash}/SAPHana/bin/{SAPHanaSR-monitor,SAPHanaSR-showAttr} %{buildroot}/%{_sbindir}
7a0b27
mkdir %{buildroot}/%{_usr}/lib/SAPHanaSR-ScaleOut
7a0b27
install -m 0444 %{saphana_scaleout_prefix}-%{saphana_scaleout_hash}/SAPHana/test/SAPHanaSRTools.pm %{buildroot}/%{_usr}/lib/SAPHanaSR-ScaleOut/SAPHanaSRTools.pm
7a0b27
mkdir -p %{buildroot}/%{_datadir}/SAPHanaSR-ScaleOut/samples
7a0b27
install -m 0644 %{saphana_scaleout_prefix}-%{saphana_scaleout_hash}/SAPHana/srHook/SAPHanaSR.py %{buildroot}/%{_datadir}/SAPHanaSR-ScaleOut
7a0b27
install -m 0444 %{saphana_scaleout_prefix}-%{saphana_scaleout_hash}/SAPHana/crmconfig/* %{buildroot}/%{_datadir}/SAPHanaSR-ScaleOut/samples
7a0b27
install -m 0444 %{saphana_scaleout_prefix}-%{saphana_scaleout_hash}/SAPHana/srHook/global.ini %{buildroot}/%{_datadir}/SAPHanaSR-ScaleOut/samples
7a0b27
gzip %{saphana_scaleout_prefix}-%{saphana_scaleout_hash}/SAPHana/man/SAPHanaSR*.?
7a0b27
cp %{saphana_scaleout_prefix}-%{saphana_scaleout_hash}/SAPHana/man/SAPHanaSR*.7.gz %{buildroot}/%{_mandir}/man7
7a0b27
cp %{saphana_scaleout_prefix}-%{saphana_scaleout_hash}/SAPHana/man/SAPHanaSR*.8.gz %{buildroot}/%{_mandir}/man8
7a0b27
7b144c
7b144c
# google-cloud-sdk bundle
7b144c
%ifarch x86_64
7b144c
pushd %{googlecloudsdk_dir}
7b144c
mkdir -p %{buildroot}/usr/lib/%{name}/%{googlecloudsdk_dir}
7b144c
cp -a bin data lib %{buildroot}/usr/lib/%{name}/%{googlecloudsdk_dir}
7a0b27
test -d %{buildroot}/%{_bindir} || mkdir %{buildroot}/%{_bindir}
7b144c
ln -s /usr/lib/%{name}/%{googlecloudsdk_dir}/bin/gcloud-ra %{buildroot}/%{_bindir}
7b144c
popd
7b144c
7b144c
# python-pyroute2 bundle
7b144c
pushd %{pyroute2_dir}
7b144c
%{__python2} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}
7b144c
popd
7b144c
# python-colorama bundle
7b144c
pushd %{colorama_dir}
7b144c
%{__python2} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}
7b144c
popd
7b144c
7b144c
# python-jmespath bundle
7b144c
pushd %{jmespath_dir}
7b144c
CFLAGS="%{optflags}" %{__python} setup.py %{?py_setup_args} install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}
7b144c
popd
7b144c
rm %{buildroot}/%{_bindir}/jp.py
7b144c
7b144c
# python-pycryptodome bundle
7b144c
pushd %{pycryptodome_dir}
7b144c
%{__python2} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}
7b144c
popd
7b144c
7b144c
# python-aliyun-sdk-core bundle
7b144c
pushd %{aliyunsdkcore_dir}
7b144c
%{__python2} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}
7b144c
popd
7b144c
7b144c
# python-aliyun-sdk-ecs bundle
7b144c
pushd %{aliyunsdkecs_dir}
7b144c
%{__python2} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}
7b144c
popd
7b144c
7b144c
# python-aliyun-sdk-vpc bundle
7b144c
pushd %{aliyunsdkvpc_dir}
7b144c
%{__python2} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}
7b144c
popd
7b144c
7b144c
# aliyuncli bundle
7b144c
pushd %{aliyuncli_dir}
7b144c
%{__python2} setup.py install -O1 --skip-build --root %{buildroot} --install-lib /usr/lib/%{name}/%{bundled_lib_dir}
7b144c
sed -i -e "/^import sys/asys.path.insert(0, '/usr/lib/%{name}/%{bundled_lib_dir}')" %{buildroot}/%{_bindir}/aliyuncli
7b144c
mv %{buildroot}/%{_bindir}/aliyuncli %{buildroot}/%{_bindir}/aliyuncli-ra
7b144c
# aliyun_completer / aliyun_zsh_complete.sh
7b144c
rm %{buildroot}/%{_bindir}/aliyun_*
7b144c
popd
7b144c
%endif
cf07b3
cf07b3
## tree fixup
cf07b3
# remove docs (there is only one and they should come from doc sections in files)
cf07b3
rm -rf %{buildroot}/usr/share/doc/resource-agents
cf07b3
cf07b3
##
cf07b3
# Create symbolic link between IPAddr and IPAddr2
cf07b3
##
cf07b3
rm -f %{buildroot}/usr/lib/ocf/resource.d/heartbeat/IPaddr
cf07b3
ln -s /usr/lib/ocf/resource.d/heartbeat/IPaddr2 %{buildroot}/usr/lib/ocf/resource.d/heartbeat/IPaddr
cf07b3
cf07b3
%clean
cf07b3
rm -rf %{buildroot}
cf07b3
cf07b3
%files
cf07b3
%defattr(-,root,root)
cf07b3
%doc AUTHORS COPYING COPYING.GPLv3 ChangeLog
cf07b3
%if %{with linuxha}
cf07b3
%doc doc/README.webapps
cf07b3
%doc %{_datadir}/%{name}/ra-api-1.dtd
7b144c
%doc %{_datadir}/%{name}/metadata.rng
cf07b3
%endif
cf07b3
cf07b3
%if %{with rgmanager}
cf07b3
%{_datadir}/cluster
cf07b3
%{_sbindir}/rhev-check.sh
cf07b3
%endif
cf07b3
cf07b3
%if %{with linuxha}
cf07b3
%dir /usr/lib/ocf
cf07b3
%dir /usr/lib/ocf/resource.d
cf07b3
%dir /usr/lib/ocf/lib
cf07b3
cf07b3
/usr/lib/ocf/lib/heartbeat
cf07b3
cf07b3
/usr/lib/ocf/resource.d/heartbeat
ba40ba
/usr/lib/ocf/resource.d/openstack
cf07b3
%if %{with rgmanager}
cf07b3
/usr/lib/ocf/resource.d/redhat
cf07b3
%endif
cf07b3
15862b
%if %{defined _unitdir}
15862b
%{_unitdir}/resource-agents-deps.target
15862b
%endif
bb196a
%if %{defined _tmpfilesdir}
bb196a
%{_tmpfilesdir}/%{name}.conf
bb196a
%endif
15862b
cf07b3
%dir %{_datadir}/%{name}
cf07b3
%dir %{_datadir}/%{name}/ocft
cf07b3
%{_datadir}/%{name}/ocft/configs
cf07b3
%{_datadir}/%{name}/ocft/caselib
cf07b3
%{_datadir}/%{name}/ocft/README
cf07b3
%{_datadir}/%{name}/ocft/README.zh_CN
7b144c
%{_datadir}/%{name}/ocft/helpers.sh
7b144c
%exclude %{_datadir}/%{name}/ocft/runocft
7b144c
%exclude %{_datadir}/%{name}/ocft/runocft.prereq
cf07b3
cf07b3
%{_sbindir}/ocft
cf07b3
cf07b3
%{_includedir}/heartbeat
cf07b3
cf07b3
%dir %attr (1755, root, root)	%{_var}/run/resource-agents
cf07b3
cf07b3
%{_mandir}/man7/*.7*
cf07b3
cf07b3
###
cf07b3
# Supported, but in another sub package
cf07b3
###
cf07b3
%exclude %{_sbindir}/sap_redhat_cluster_connector
7a0b27
%exclude %{_bindir}/sap_cluster_connector
7a0b27
%exclude %{_sbindir}/SAPHanaSR*
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/SAP*
cf07b3
%exclude /usr/lib/ocf/lib/heartbeat/sap*
cf07b3
%exclude %{_mandir}/man7/*SAP*
7a0b27
%exclude %{_mandir}/man8/*SAP*
77afe8
%exclude %{_datadir}/SAPHanaSR
7a0b27
%exclude %{_usr}/lib/SAPHanaSR-ScaleOut
7a0b27
%exclude %{_datadir}/SAPHanaSR-ScaleOut
7a0b27
%exclude %{_mandir}/man8/sap_cluster_connector*
7a0b27
%exclude %{_datadir}/sap_cluster_connector
7b144c
%exclude /usr/lib/ocf/resource.d/heartbeat/gcp*
7b144c
%exclude %{_mandir}/man7/*gcp*
7a0b27
%exclude /usr/lib/%{name}
cf07b3
cf07b3
###
cf07b3
# Unsupported
cf07b3
###
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/AoEtarget
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/AudibleAlarm
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/ClusterMon
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/EvmsSCC
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/Evmsd
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/ICP
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/LinuxSCSI
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/ManageRAID
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/ManageVE
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/Pure-FTPd
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/Raid1
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/ServeRAID
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/SphinxSearchDaemon
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/Stateful
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/SysInfo
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/VIPArip
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/WAS
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/WAS6
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/WinPopup
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/Xen
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/anything
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/asterisk
7b144c
%exclude /usr/lib/ocf/resource.d/heartbeat/aws-vpc-route53
7b144c
%exclude /usr/lib/ocf/resource.d/heartbeat/dnsupdate
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/eDir88
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/fio
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/ids
7b144c
%exclude /usr/lib/ocf/resource.d/heartbeat/iface-bridge
7b144c
%exclude /usr/lib/ocf/resource.d/heartbeat/ipsec
7b144c
%exclude /usr/lib/ocf/resource.d/heartbeat/jira
7b144c
%exclude /usr/lib/ocf/resource.d/heartbeat/kamailio
7b144c
%exclude /usr/lib/ocf/resource.d/heartbeat/lxd-info
7b144c
%exclude /usr/lib/ocf/resource.d/heartbeat/machine-info
7b144c
%exclude /usr/lib/ocf/resource.d/heartbeat/mariadb
7b144c
%exclude /usr/lib/ocf/resource.d/heartbeat/minio
7b144c
%exclude /usr/lib/ocf/resource.d/heartbeat/mpathpersist
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/iscsi
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/jboss
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/ldirectord
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/lxc
7b144c
%exclude /usr/lib/ocf/resource.d/heartbeat/openstack-cinder-volume
7b144c
%exclude /usr/lib/ocf/resource.d/heartbeat/openstack-floating-ip
7b144c
%exclude /usr/lib/ocf/resource.d/heartbeat/openstack-info
7b144c
%exclude /usr/lib/ocf/resource.d/heartbeat/ovsmonitor
7b144c
%exclude /usr/lib/ocf/resource.d/heartbeat/pgagent
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/pingd
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/pound
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/proftpd
7b144c
%exclude /usr/lib/ocf/resource.d/heartbeat/rkt
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/scsi2reservation
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/sfex
7b144c
%exclude /usr/lib/ocf/resource.d/heartbeat/sg_persist
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/syslog-ng
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/varnish
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/vmware
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/zabbixserver
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/mysql-proxy
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/rsyslog
7b144c
%exclude /usr/lib/ocf/resource.d/heartbeat/vsftpd
7b144c
%exclude /usr/lib/ocf/resource.d/heartbeat/ZFS
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_AoEtarget.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_AudibleAlarm.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_ClusterMon.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_EvmsSCC.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_Evmsd.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_ICP.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_IPaddr.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_LinuxSCSI.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_ManageRAID.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_ManageVE.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_Pure-FTPd.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_Raid1.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_ServeRAID.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_SphinxSearchDaemon.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_Stateful.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_SysInfo.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_VIPArip.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_WAS.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_WAS6.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_WinPopup.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_Xen.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_anything.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_asterisk.7.gz
7b144c
%exclude %{_mandir}/man7/ocf_heartbeat_aws-vpc-route53.7.gz
7b144c
%exclude %{_mandir}/man7/ocf_heartbeat_dnsupdate.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_eDir88.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_fio.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_ids.7.gz
7b144c
%exclude %{_mandir}/man7/ocf_heartbeat_iface-bridge.7.gz
7b144c
%exclude %{_mandir}/man7/ocf_heartbeat_ipsec.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_iscsi.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_jboss.7.gz
7b144c
%exclude %{_mandir}/man7/ocf_heartbeat_jira.7.gz
7b144c
%exclude %{_mandir}/man7/ocf_heartbeat_kamailio.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_lxc.7.gz
7b144c
%exclude %{_mandir}/man7/ocf_heartbeat_lxd-info.7.gz
7b144c
%exclude %{_mandir}/man7/ocf_heartbeat_machine-info.7.gz
7b144c
%exclude %{_mandir}/man7/ocf_heartbeat_mariadb.7.gz
7b144c
%exclude %{_mandir}/man7/ocf_heartbeat_minio.7.gz
7b144c
%exclude %{_mandir}/man7/ocf_heartbeat_mpathpersist.7.gz
7b144c
%exclude %{_mandir}/man7/ocf_heartbeat_openstack-cinder-volume.7.gz
7b144c
%exclude %{_mandir}/man7/ocf_heartbeat_openstack-floating-ip.7.gz
7b144c
%exclude %{_mandir}/man7/ocf_heartbeat_openstack-info.7.gz
7b144c
%exclude %{_mandir}/man7/ocf_heartbeat_ovsmonitor.7.gz
7b144c
%exclude %{_mandir}/man7/ocf_heartbeat_pgagent.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_pingd.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_pound.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_proftpd.7.gz
7b144c
%exclude %{_mandir}/man7/ocf_heartbeat_rkt.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_scsi2reservation.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_sfex.7.gz
7b144c
%exclude %{_mandir}/man7/ocf_heartbeat_sg_persist.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_syslog-ng.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_varnish.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_vmware.7.gz
7b144c
%exclude %{_mandir}/man7/ocf_heartbeat_vsftpd.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_zabbixserver.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_mysql-proxy.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_rsyslog.7.gz
7b144c
%exclude %{_mandir}/man7/ocf_heartbeat_ZFS.7.gz
cf07b3
cf07b3
###
cf07b3
# Other excluded files.
cf07b3
###
cf07b3
# This tool has to be updated for the new pacemaker lrmd.
cf07b3
%exclude %{_sbindir}/ocf-tester
cf07b3
%exclude %{_mandir}/man8/ocf-tester.8*
cf07b3
# ldirectord is not supported
cf07b3
%exclude /etc/ha.d/resource.d/ldirectord
cf07b3
%exclude /etc/init.d/ldirectord
7b144c
%exclude %{_unitdir}/ldirectord.service
cf07b3
%exclude /etc/logrotate.d/ldirectord
cf07b3
%exclude /usr/sbin/ldirectord
cf07b3
%exclude %{_mandir}/man8/ldirectord.8.gz
cf07b3
cf07b3
# For compatability with pre-existing agents
cf07b3
%dir %{_sysconfdir}/ha.d
cf07b3
%{_sysconfdir}/ha.d/shellfuncs
cf07b3
cf07b3
%{_libexecdir}/heartbeat
cf07b3
%endif
cf07b3
cf07b3
%if %{with rgmanager}
cf07b3
%post -n resource-agents
cf07b3
ccs_update_schema > /dev/null 2>&1 ||:
cf07b3
%endif
cf07b3
7b144c
%ifarch x86_64
7b144c
%files aliyun
00d327
%doc aliyun*_README* %{colorama}_README.rst %{jmespath}_README.rst %{pycryptodome}_README.rst
7b144c
%license %{aliyuncli}_LICENSE %{colorama}_LICENSE.txt %{jmespath}_LICENSE.txt %{pycryptodome}_LICENSE.rst
7b144c
%defattr(-,root,root)
7b144c
/usr/lib/ocf/resource.d/heartbeat/aliyun-vpc-move-ip*
7b144c
%{_mandir}/man7/*aliyun-vpc-move-ip*
7b144c
# bundle
7b144c
%{_bindir}/aliyuncli-ra
7b144c
%dir /usr/lib/%{name}
7b144c
/usr/lib/%{name}/%{bundled_lib_dir}/*colorama*
7b144c
/usr/lib/%{name}/%{bundled_lib_dir}/*jmespath*
7b144c
/usr/lib/%{name}/%{bundled_lib_dir}/pycryptodome*
7b144c
/usr/lib/%{name}/%{bundled_lib_dir}/Crypto
7b144c
/usr/lib/%{name}/%{bundled_lib_dir}/aliyun*
7b144c
%endif
7b144c
7b144c
%ifarch x86_64
7b144c
%files gcp
7b144c
%doc %{googlecloudsdk}_*README*
7b144c
%license %{googlecloudsdk}_*LICENSE*
7b144c
%doc %{pyroute2}_README*
7b144c
%license %{pyroute2}_LICENSE*
7b144c
%defattr(-,root,root)
7b144c
/usr/lib/ocf/resource.d/heartbeat/gcp-vpc-move-vip*
7b144c
%{_mandir}/man7/*gcp-vpc-move-vip*
7b144c
/usr/lib/ocf/resource.d/heartbeat/gcp-vpc-move-route*
7b144c
%{_mandir}/man7/*gcp-vpc-move-route*
7b144c
# bundle
7b144c
%{_bindir}/gcloud-ra
7b144c
%dir /usr/lib/%{name}
7b144c
/usr/lib/%{name}/%{bundled_lib_dir}
7b144c
%exclude /usr/lib/%{name}/%{bundled_lib_dir}/colorama*
7b144c
%exclude /usr/lib/%{name}/%{bundled_lib_dir}/*jmespath*
7b144c
%exclude /usr/lib/%{name}/%{bundled_lib_dir}/pycryptodome*
7b144c
%exclude /usr/lib/%{name}/%{bundled_lib_dir}/Crypto
7b144c
%exclude /usr/lib/%{name}/%{bundled_lib_dir}/aliyun*
7b144c
%exclude /usr/lib/%{name}/%{bundled_lib_dir}/integration
7b144c
%endif
7b144c
15862b
%ifarch x86_64 ppc64le
cf07b3
%files sap
cf07b3
%defattr(-,root,root)
cf07b3
%{_sbindir}/sap_redhat_cluster_connector
cf07b3
/usr/lib/ocf/resource.d/heartbeat/SAP*
cf07b3
/usr/lib/ocf/lib/heartbeat/sap*
cf07b3
%{_mandir}/man7/*SAP*
261ad6
%exclude %{_mandir}/man7/*SAPHana*
261ad6
%exclude /usr/lib/ocf/resource.d/heartbeat/SAPHana*
581d9d
%endif
261ad6
15862b
%ifarch x86_64 ppc64le
261ad6
%files sap-hana
261ad6
%defattr(-,root,root)
7a0b27
/usr/lib/ocf/resource.d/heartbeat/SAPHana
7a0b27
/usr/lib/ocf/resource.d/heartbeat/SAPHanaTopology
7a0b27
%{_mandir}/man7/*SAPHana.*
7a0b27
%{_mandir}/man7/*SAPHanaTopology.*
77afe8
%{_datadir}/SAPHanaSR
77afe8
%exclude %{_datadir}/SAPHanaSR/srHook/SAPHanaSR.py?
7a0b27
%endif
7a0b27
7a0b27
%ifarch x86_64 ppc64le
7a0b27
%files sap-hana-scaleout
7a0b27
%defattr(-,root,root)
7a0b27
/usr/lib/ocf/resource.d/heartbeat/SAPHanaController
7a0b27
/usr/lib/ocf/resource.d/heartbeat/SAPHanaTopologyScaleOut
7a0b27
%{_mandir}/man7/*SAPHanaController*
7a0b27
%{_mandir}/man7/*SAPHanaTopologyScaleOut*
7a0b27
%{_sbindir}/SAPHanaSR*
7a0b27
%{_mandir}/man7/SAPHanaSR*
7a0b27
%{_mandir}/man8/SAPHanaSR*
7a0b27
%{_usr}/lib/SAPHanaSR-ScaleOut
7a0b27
%{_datadir}/SAPHanaSR-ScaleOut
77afe8
%exclude %{_datadir}/SAPHanaSR-ScaleOut/SAPHanaSR.py?
7a0b27
%endif
7a0b27
7a0b27
%ifarch x86_64 ppc64le
7a0b27
%files -n sap-cluster-connector
7a0b27
%defattr(-,root,root)
7a0b27
%{_bindir}/sap_cluster_connector
7a0b27
%{_mandir}/man8/sap_cluster_connector*
7a0b27
%{_datadir}/sap_cluster_connector
261ad6
%endif
cf07b3
cf07b3
%changelog
77afe8
* Tue Feb 18 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-30.7
77afe8
- Rebase resource-agents-sap-hana to SAPHanaSR 0.154.0 upstream release.
77afe8
77afe8
  Resolves: rhbz#1803915
77afe8
77afe8
* Mon Feb 17 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-30.5
77afe8
- exportfs: allow multiple exports with same fsid
77afe8
- rabbitmq-cluster: delete nodename when stop fails
77afe8
- oralsnr: allow using same tns_admin directory for listeners
77afe8
77afe8
77afe8
  Resolves: rhbz#1803800
77afe8
  Resolves: rhbz#1803798
77afe8
  Resolves: rhbz#1803024
77afe8
bafc1b
* Fri Sep 27 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-30.4
bafc1b
- NovaEvacuate: add "evacuate_delay" parameter
bafc1b
bafc1b
  Resolves: rhbz#1756262
bafc1b
bafc1b
* Tue Sep 10 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-30.3
bafc1b
- docker: improve daemon check to fence when docker is stopped manually
bafc1b
bafc1b
  Resolves: rhbz#1750704
bafc1b
d1739a
* Fri Aug 23 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-30.2
d1739a
- SAPHanaTopology: make multi instance aware (MCOS)
d1739a
d1739a
  Resolves: rhbz#1744923
d1739a
716f78
* Mon Jul 22 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-30.1
716f78
- dhcpd: keep SELinux context in chroot
716f78
- CTDB: add support for v4.9+
716f78
716f78
  Resolves: rhbz#1731426
716f78
  Resolves: rhbz#1731427
716f78
81fafb
* Thu Jun 27 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-30
7a0b27
- resource-agents-sap-hana-scaleout: new subpackage
7a0b27
81fafb
  Resolves: rhbz#1363902
7a0b27
81fafb
* Tue Jun 25 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-27
7a0b27
- sap-cluster-connector: new subpackage
7a0b27
81fafb
  Resolves: rhbz#1710956
7a0b27
81fafb
* Tue Jun 18 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-24
81fafb
- clvm: support exclusive mode
81fafb
81fafb
  Resolves: rhbz#1549579
81fafb
81fafb
* Mon May 20 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-23
7a0b27
- aws-vpc-move-ip: add multi route-table support and fix issue
7a0b27
  w/multiple NICs
7a0b27
81fafb
  Resolves: rhbz#1697558
7a0b27
81fafb
* Fri Apr  5 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-22
81fafb
- IPsrcaddr: make proto optional to fix regression when used without
81fafb
  NetworkManager
7a0b27
81fafb
  Resolves: rhbz#1504055
7a0b27
81fafb
* Thu Mar 28 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-21
81fafb
- aws-vpc-move-ip: use "--query" to avoid a possible race condition
81fafb
81fafb
  Resolves: rhbz#1693658
81fafb
81fafb
* Tue Mar 26 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-20
81fafb
- IPsrcaddr: add proto and table parameters
81fafb
- iSCSILogicalUnit: only create iqn when it doesnt exist
81fafb
81fafb
  Resolves: rhbz#1504055
81fafb
  Resolves: rhbz#1598969
082cb3
81fafb
* Thu Feb 28 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-19
81fafb
- CTDB: add ctdb_max_open_files parameter
81fafb
81fafb
  Resolves: rhbz#1651790
81fafb
81fafb
* Wed Feb 27 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-18
81fafb
- SAPInstance: add reload-action
81fafb
- LVM-activate: support LVs from same VG
81fafb
- Remove grpc from bundle
81fafb
81fafb
  Resolves: rhbz#1642069
81fafb
  Resolves: rhbz#1667413
81fafb
  Resolves: rhbz#1683629
81fafb
81fafb
* Thu Jan 24 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-17
81fafb
- Route: make family parameter optional
81fafb
81fafb
  Resolves: rhbz#1669137
81fafb
81fafb
* Thu Jan 17 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-16
81fafb
- rabbitmq-cluster: suppress additional output
81fafb
- docker: fix stop issues
81fafb
81fafb
  Resolves: rhbz#1659072
81fafb
  Resolves: rhbz#1629357
81fafb
81fafb
* Thu Jan 17 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-15
de5601
- rabbitmq-cluster: ensure node attributes are removed
81fafb
- ocf_log: do not log debug messages when HA_debug unset
81fafb
- LVM-activate: dont fail initial probe
81fafb
- rabbitmq-cluster: retry start when cluster join fails
de5601
81fafb
  Resolves: rhbz#1656368
81fafb
  Resolves: rhbz#1655655
81fafb
  Resolves: rhbz#1643306
81fafb
  Resolves: rhbz#1575095
de5601
81fafb
* Wed Nov  7 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-14
00d327
- rabbitmq-cluster: fix stop regression
81fafb
- vdo-vol: fix monitor-action
81fafb
- tomcat: use systemd when catalina.sh is unavailable
00d327
81fafb
  Resolves: rhbz#1639826
81fafb
  Resolves: rhbz#1647252
81fafb
  Resolves: rhbz#1646770
00d327
00d327
* Tue Oct 23 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-12.5
00d327
- rabbitmq-cluster: get cluster status from mnesia during monitor
00d327
- rabbitmq-cluster: fail monitor when node is in minority partition
00d327
00d327
  Resolves: rhbz#1641944
00d327
  Resolves: rhbz#1641946
00d327
d9e727
* Thu Oct 11 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-12.4
d9e727
- nfsserver: mount rpc_pipefs
d9e727
d9e727
  Resolves: rhbz#1637823
d9e727
7b144c
* Wed Sep 26 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-12
7b144c
- LVM-activate: fail monitor-action when using invalid access-mode
7b144c
7b144c
  Resolves: rhbz#1619428
7b144c
7b144c
* Wed Sep  5 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-10
7b144c
- aws-vpc-move-ip: avoid false positive monitor result on initial probe
7b144c
- timeout/interval add "s"-suffix
7b144c
7b144c
  Resolves: rhbz#1624741
7b144c
  Resolves: rhbz#1523318
7b144c
7b144c
* Fri Aug 31 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-9
7b144c
- aliyun-vpc-move-ip: improve metadata and manpage
7b144c
7b144c
  Resolves: rhbz#1568589
7b144c
7b144c
* Thu Aug 23 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-8
7b144c
- lvmlockd: add cmirrord support
7b144c
- LVM-activate: warn about incorrect vg_access_mode
7b144c
7b144c
  Resolves: rhbz#1606316
7b144c
  Resolves: rhbz#1619428
7b144c
7b144c
* Thu Aug 16 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-7
7b144c
- aliyun-vpc-move-ip: new resource agent for Alibaba Cloud (Aliyun)
7b144c
7b144c
  Resolves: rhbz#1568589
7b144c
7b144c
* Wed Aug 15 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-6
7b144c
- LVM: fix missing dash in activate_options
7b144c
7b144c
  Resolves: rhbz#1612828
7b144c
7b144c
* Tue Jul 24 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-4
7b144c
- gcp-vpc-move-route: new resource agent for Google Cloud
7b144c
7b144c
  Resolves: rhbz#1568588
7b144c
7b144c
* Fri Jul 20 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-3
7b144c
- gcp-vpc-move-vip: new resource agent for Google Cloud
7b144c
- vdo-vol: new resource agent
7b144c
- LVM-activate: fix issue with dashes
7b144c
- dont use attribute_target for metadata
7b144c
7b144c
  Resolves: rhbz#1568588
7b144c
  Resolves: rhbz#1538689
7b144c
  Resolves: rhbz#1513957
7b144c
  Resolves: rhbz#1602783
7b144c
7b144c
* Tue Jul  3 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-2
7b144c
- VirtualDomain: add stateless support
7b144c
7b144c
  Resolves: rhbz#1499894
7b144c
7b144c
* Fri Jun 29 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-1
7b144c
- rebase to v4.1.1
7b144c
- IPaddr2: add "monitor_retries" parameter
7b144c
7b144c
  Resolves: rhbz#1596139
7b144c
  Resolves: rhbz#1484920
7b144c
7b144c
* Mon Jun 25 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-127
7b144c
- LVM-activate/lvmlockd: new resource agents
7b144c
- oracle log warning when using sysdba user
7b144c
- metadata: consistent "s"-suffix for timeout/interval values
7b144c
- oracle: fix "alter user" syntax
7b144c
- exportfs: fix IPv6 bracket issue
7b144c
- SAPHana: improve multiple SR pair supporta (MCOS)
7b144c
- SAPInstance: add monitored services for ENSA2
7b144c
- LVM: add "volume_group_check_only" parameter to avoid timeouts
7b144c
7b144c
  Resolves: rhbz#1513957
7b144c
  Resolves: rhbz#1515354
7b144c
  Resolves: rhbz#1523318
7b144c
  Resolves: rhbz#1524429
7b144c
  Resolves: rhbz#1555464
7b144c
  Resolves: rhbz#1594153
7b144c
  Resolves: rhbz#1594246
7b144c
  Resolves: rhbz#1470840
7b144c
bb196a
* Thu Feb 22 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-124
bb196a
- awseip/awsvip: increase default "api_delay" to 3s to avoid failures
bb196a
bb196a
  Resolves: rhbz#1500352
bb196a
bb196a
* Wed Feb 21 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-123
bb196a
- awseip: fix for multi-NICs
bb196a
bb196a
  Resolves: rhbz#1547218
bb196a
bb196a
* Mon Feb 19 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-122
07f095
- galera: fix temp logfile rights to support MySQL 10.1.21+
07f095
bb196a
  Resolves: rhbz#1546083
07f095
bb196a
* Mon Feb 12 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-121
bb196a
- redis: support tunneling replication traffic
bb196a
bb196a
  Resolves: rhbz#1543366
bb196a
bb196a
* Tue Jan 23 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-120
07f095
- sap_redhat_cluster_connector: fix unknown gvi function
07f095
bb196a
  Resolves: rhbz#1536548
07f095
bb196a
* Thu Jan 11 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-119
07f095
- NovaEvacuate: add support for keystone v3 authentication
07f095
bb196a
  Resolves: rhbz#1533168
bb196a
bb196a
* Mon Dec 11 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-118
bb196a
- CTDB: detect new config path
07f095
bb196a
  Resolves: rhbz#1523953
bb196a
bb196a
* Thu Dec  7 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-117
1ee2dd
- ocf_attribute_target: add fallback for Pacemaker versions without
1ee2dd
  bundle support
1ee2dd
bb196a
  Resolves: rhbz#1520574
bb196a
bb196a
* Fri Dec  1 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-116
bb196a
- azure-lb: new resource agent
bb196a
- CTDB: fix initial probe
bb196a
bb196a
  Resolves: rhbz#1516435
bb196a
  Resolves: rhbz#1512580
1ee2dd
bb196a
* Wed Nov 22 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-115
1ee2dd
- db2: fix HADR promote when master failed
1ee2dd
bb196a
  Resolves: rhbz#1516180
1ee2dd
bb196a
* Thu Nov  9 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-114
bb196a
- ethmonitor: add intel omnipath support
bb196a
bb196a
  Resolves: rhbz#1364242
bb196a
bb196a
* Thu Nov  9 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-113
98e16c
- galera: recover from empty gvwstate.dat
98e16c
bb196a
  Resolves: rhbz#1499677
bb196a
bb196a
* Thu Nov  2 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-112
bb196a
- ethmonitor: VLAN fix
bb196a
- nfsserver: allow stop to timeout
bb196a
- portblock: suppress dd output
bb196a
- LVM: dont use "vgscan --cache"
bb196a
bb196a
  Resolves: rhbz#1484473
bb196a
  Resolves: rhbz#1504112
bb196a
  Resolves: rhbz#1457382
bb196a
  Resolves: rhbz#1486888
bb196a
bb196a
* Wed Nov  1 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-111
bb196a
- docker: dont ignore stopped containers
bb196a
- docker: improve exit reasons
bb196a
bb196a
  Resolves: rhbz#bz1508366
bb196a
  Resolves: rhbz#bz1508362
98e16c
bb196a
* Thu Oct 26 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-110
bb196a
- mysql: fix master score after maintenance mode
bb196a
bb196a
  Resolves: rhbz#1465827
bb196a
bb196a
* Fri Oct 20 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-109
bb196a
- awseip/awsvip/aws-vpc-move-ip: new resource agents for Amazon AWS
bb196a
bb196a
  Resolves: rhbz#1500352
bb196a
bb196a
* Thu Sep 28 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-107
3052fb
- NovaEvacuate: changes to support Instance HA on OSP12
3052fb
bb196a
  Resolves: rhbz#1496393
3052fb
bb196a
* Wed Sep 20 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-106
bb196a
- sybaseASE: new resource agent
bb196a
- OCF: improve locking
bb196a
- SAPInstance: add "IS_ERS" parameter for ASCS ERS Netweaver
bb196a
- VirtualDomain: fix "migrate_options" parsing
bb196a
- systemd: use tmpfiles.d to create temp directory on boot
bb196a
- findif: improve IPv6 NIC detection
3052fb
- support per-host and per-bundle attributes
3052fb
bb196a
  Resolves: rhbz#1436189
bb196a
  Resolves: rhbz#1465822
bb196a
  Resolves: rhbz#1466187
bb196a
  Resolves: rhbz#1455305
bb196a
  Resolves: rhbz#1462802
bb196a
  Resolves: rhbz#1445628
bb196a
  Resolves: rhbz#1489734
bb196a
3052fb
15862b
* Fri Jun 23 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-105
15862b
- rabbitmq-cluster: fix to keep expiration policy
15862b
15862b
  Resolves: rhbz#1342376
15862b
15862b
* Fri Jun  2 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-104
15862b
- SAPHana/SAPHanaTopology: update to version 0.152.21
15862b
15862b
  Resolves: rhbz#1449681
15862b
15862b
* Wed May 31 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-102
15862b
- LVM: update metadata on start/relocate
15862b
- LVM: warn when cache mode is not writethrough
15862b
15862b
  Resolves: rhbz#1451933
15862b
15862b
* Tue May 30 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-101
15862b
- LVM: status check for missing VG
15862b
15862b
  Resolves: rhbz#1454699
15862b
15862b
* Mon May 22 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-100
15862b
- docker: add "mount_points" parameter to be able to create directories
15862b
15862b
  Resolves: rhbz#1452049
15862b
15862b
* Tue May 16 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-99
79554c
- galera: fix bootstrap when cluster has no data
79554c
15862b
  Resolves: rhbz#1451097
15862b
15862b
* Wed May  3 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-97
15862b
- systemd: add drop-in for clvmd and LVM to avoid fencing on shutdown
15862b
15862b
  Resolves: rhbz#1316130
79554c
15862b
* Wed Apr 26 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-96
79554c
- IPaddr2: add "preferred_lft" parameter for IPv6
79554c
15862b
  Resolves: rhbz#1445861
79554c
15862b
* Fri Apr  7 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-95
15862b
- DB2: fix HADR for DB2 V98 or later
aa0b36
15862b
  Resolves: rhbz#1427574
aa0b36
15862b
* Tue Apr  4 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-94
15862b
- send_arp: update usage info
aa0b36
15862b
  Resolves: rhbz#1380405
aa0b36
15862b
* Tue Apr  4 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-93
15862b
- rabbitmq-cluster: allow to run on Pacemaker remote nodes
15862b
- oraasm: new resource agent for Oracle ASM
15862b
15862b
  Resolves: rhbz#1435982
15862b
  Resolves: rhbz#1411225
15862b
15862b
* Tue Mar 28 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-90
15862b
- ethmonitor: fix to monitor interface without IP
15862b
15862b
  Resolves: rhbz#bz1408656
15862b
15862b
* Tue Mar 28 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-89
15862b
- NodeUtilization: new resource agent
15862b
- iSCSILogicalUnit, iSCSITarget: make concurrent-safe
15862b
- IPaddr2: send gratuitious ARP packets during monitor action
15862b
- named: add support for rndc options
15862b
- CTDB: fix logging
15862b
- IPaddr2: add option to detect duplicate IP
15862b
15862b
  Resolves: rhbz#1430304
15862b
  Resolves: rhbz#1430385
15862b
  Resolves: rhbz#1434351
15862b
  Resolves: rhbz#1435171
15862b
  Resolves: rhbz#1077888
15862b
  Resolves: rhbz#1393189
15862b
15862b
* Thu Mar  9 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-88
15862b
- clvm: remove reload action
15862b
- iSCSILogicalUnit: add IPv6-support
15862b
- IPsrcaddr: fix issue with duplicate routes
15862b
- pgsql: don't use crm_failcount
15862b
- ocf_log: use same log format as Pacemaker
15862b
15862b
  Resolves: rhbz#1359252
15862b
  Resolves: rhbz#1389300
15862b
  Resolves: rhbz#1400172
15862b
  Resolves: rhbz#1420565
15862b
  Resolves: rhbz#1427611
15862b
15862b
* Thu Feb  2 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-87
15862b
- LVM: fix for "partial vg activates when partial_activation=false"
be1049
- redis: notify clients of master being demoted
15862b
- SAP/SAP HANA: ppc64le build
be1049
15862b
  Resolves: rhbz#1392432
15862b
  Resolves: rhbz#1305549
15862b
  Resolves: rhbz#1371088
be1049
15862b
* Fri Jan 27 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-86
15862b
- SAPDatabase: fix process count for SUSER
be1049
- rabbitmq-cluster: reset Mnesia before join
be1049
15862b
  Resolves: rhbz#1260713
15862b
  Resolves: rhbz#1397393
be1049
15862b
* Fri Jan 13 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-85
15862b
- exportfs: fix for IPv6 addresses
15862b
- SAPHana/SAPHanaTopology: update to version 0.152.17
05a495
- Add netstat dependency
05a495
15862b
  Resolves: rhbz#1406152
15862b
  Resolves: rhbz#1395142
15862b
  Resolves: rhbz#1402370
15862b
15862b
* Tue Dec 20 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-84
15862b
- galera: prevent promote after demote
15862b
- iSCSITarget: properly create portals for lio-t
15862b
- nfsserver: dont stop rpcbind
15862b
- Filesystem: submount check
15862b
- Delay: change startdelay
15862b
- galera: last commit fix for MariaDB 10.1.18+
15862b
- portblock: return success on stop with invalid IP
15862b
- portblock: use iptables wait
05a495
15862b
  Resolves: rhbz#1360768
15862b
  Resolves: rhbz#1376588
15862b
  Resolves: rhbz#1384955
15862b
  Resolves: rhbz#1387363
15862b
  Resolves: rhbz#1388854
15862b
  Resolves: rhbz#1391470
15862b
  Resolves: rhbz#1391580
15862b
  Resolves: rhbz#1395596
15862b
15862b
* Tue Nov 29 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-83
15862b
- nfsserver: keep options in /etc/sysconfig/nfs
4c01c1
- redis: fix SELinux permissions
15862b
- redis: notify clients of master being demoted
4c01c1
15862b
  Resolves: rhbz#1387491
15862b
  Resolves: rhbz#1390974
15862b
  Resolves: rhbz#1305549
137983
937446
* Tue Sep 20 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-82
937446
- portblock: create tickle_dir if it doesn't exist
937446
- tomcat: use systemd if available
70ff5f
937446
  Resolves: rhbz#1303037
937446
  Resolves: rhbz#1249430
70ff5f
937446
* Mon Aug 29 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-81
937446
- oracle: fix issue with C## in monprofile and inform user that
937446
  monuser must start with C## as well for container databases
937446
937446
  Resolves: rhbz#1328386
937446
937446
* Wed Jul 27 2016 Andrew Beekhof <abeekhof@redhat.com> - 3.9.5-80
581d9d
- rabbit: Allow automatic cluster recovery before forcing it
581d9d
937446
  Resolves: rhbz#1343905
937446
937446
* Fri Jul 22 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-79
937446
- oracle: use monprofile parameter
937446
937446
  Resolves: rhbz#1358895
937446
937446
* Thu Jul 21 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-78
937446
- nfsserver: fix monitor issues causing NFS to start on
937446
  "debug-monitor" and "resource cleanup"
937446
- nfsserver: remove "up to 10 tries" on start to avoid issues with
937446
  some services taking longer to start
937446
- nfsserver: stop rpc-gssd to allow unmounting of "rpcpipefs_dir"
581d9d
937446
  Resolves: rhbz#1356866
937446
  Resolves: rhbz#1126073
937446
  Resolves: rhbz#1346733
937446
937446
* Tue Jul  5 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-77
581d9d
- rabbitmq-cluster: add return codes for not running
581d9d
937446
  Resolves: rhbz#1342478
581d9d
937446
* Fri Jun 24 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-76
581d9d
- rabbitmq-cluster: support dump/restore users for RabbitMQ v. 3.6.x
581d9d
937446
  Resolves: rhbz#1343905
581d9d
937446
* Mon Jun  6 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-73
937446
- portblock: fix tickle_tcp bug
937446
- nfsserver: use rpcpipefs_dir variable
937446
- mysql: use replication_port variable
937446
- oracle: inform user that monprofile must start with C## for
937446
  container databases
581d9d
937446
  Resolves: rhbz#1337109
937446
  Resolves: rhbz#1337615
937446
  Resolves: rhbz#1337124
937446
  Resolves: rhbz#1328386
581d9d
937446
* Fri Jun  3 2016 Damien Ciabrini <dciabrin@redhat.com> - 3.9.5-72
581d9d
- garbd: Introduces garbd resource-agent
581d9d
937446
  Resolves: rhbz#1328018
937446
937446
* Fri May 13 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-71
937446
- nova-compute-wait: fix "Invalid Nova host name" issue
581d9d
937446
  Resolves: rhbz#1320783
c47dd7
937446
* Tue May  3 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-70
937446
- nfsserver: fix nfs-idmapd fails to start due to
937446
  var-lib-nfs-rpc_pipefs.mount being active
c47dd7
937446
  Resolves: rhbz#1325453
937446
937446
* Tue Apr 26 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-69
937446
- SAP HANA: add Multiple Components One System (MCOS) support
937446
- VirtualDomain: add migration_speed and migration_downtime options
937446
- VirtualDomain: fix unnecessary error when probing nonexistent domain
937446
- oralsnr: fix status check fail when username is more than 8 characters long
937446
- oracle: fix unable to start because of ORA-01081
937446
937446
  Resolves: rhbz#1289107
937446
  Resolves: rhbz#1296406
937446
  Resolves: rhbz#1307160
937446
  Resolves: rhbz#1317578
937446
  Resolves: rhbz#1318985
937446
937446
* Thu Mar 17 2016 Damien Ciabrini <dciabrin@redhat.com> - 3.9.5-68
7a920e
- galera: recover blocked nodes with --tc-heuristics-recover
7a920e
937446
  Resolves: rhbz#1284526
7a920e
937446
* Tue Mar  1 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-67
937446
- sap_redhat_cluster_connector: add support for hostnames with "-"
937446
- NovaEvacuate: simplify nova check
937446
- portblock: new resource agent
f784e8
937446
  Resolves: rhbz#1265527
937446
  Resolves: rhbz#1287314
937446
  Resolves: rhbz#1303037
f784e8
937446
* Tue Mar  1 2016 Peter Lemenkov <lemenkov@redhat.com> - 3.9.5-65
937446
- RabbitMQ: keep users during resource reload (small regression fix)
937446
937446
  Resolves: rhbz#1303803
937446
937446
* Tue Mar  1 2016 Peter Lemenkov <lemenkov@redhat.com> - 3.9.5-64
937446
- RabbitMQ: keep users during resource reload
937446
937446
  Resolves: rhbz#1303803
937446
937446
* Tue Mar  1 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-63
937446
- IPaddr2: use IPv6 DAD for collision detection
937446
- nagios: new resource agent
f784e8
937446
  Resolves: rhbz#1276699
937446
  Resolves: rhbz#1212632
f784e8
937446
* Mon Feb 29 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-62
937446
- tomcat: fix for SELinux enforced mode
937446
- send_arp: fix buffer overflow on infiniband devices
937446
- mysql: fix tmpfile leak
937446
- VirtualDomain: add migrate_options parameter
937446
- VirtualDomain: fix issue where config file might get removed
937446
- VirtualDomain: fix locale in stop and status functions()
937446
937446
  Resolves: rhbz#1249430
937446
  Resolves: rhbz#1250728
937446
  Resolves: rhbz#1263348
937446
  Resolves: rhbz#1242181
937446
  Resolves: rhbz#1242558
937446
  Resolves: rhbz#1301189
937446
937446
* Mon Feb 22 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-60
937446
- rabbitmq-cluster: fix to forget stopped cluster nodes
4efcdb
- nfsserver: fix systemd status detection
937446
937446
  Resolves: rhbz#1247303
937446
  Resolves: rhbz#1126073
937446
937446
* Wed Feb  3 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-57
4efcdb
- Replace NovaCompute with nova-compute-wait which lets systemd
4efcdb
  manage the nova-compute process
4efcdb
937446
  Resolves: rhbz#1304011
4efcdb
937446
* Wed Feb  3 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-56
4efcdb
- galera: add custom host/port support
4efcdb
937446
  Resolves: rhbz#1299404
4efcdb
937446
* Tue Feb  2 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.5-55
4efcdb
- NovaCompute/NovaEvacuate: Fix 'evacute' typo
937446
- NovaEvacuate invoke off action
4efcdb
937446
  Resolves: rhbz#1282723
937446
  Resolves: rhbz#1287303
add258
261ad6
* Mon Sep  7 2015 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.9.5-54
659c12
- Fix redis client password regexp
261ad6
  Resolves: rhbz#1251484
659c12
261ad6
* Thu Sep  3 2015 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.9.5-53
659c12
- Add support redis client password authentication
261ad6
  Resolves: rhbz#1251484
659c12
261ad6
* Thu Jul 23 2015 David Vossel <dvossel@redhat.com> - 3.9.5-52
261ad6
- Only build SAP hana packages for x86_64
659c12
261ad6
  Resolves: rhbz#1244827
659c12
261ad6
* Thu Jul 23 2015 David Vossel <dvossel@redhat.com> - 3.9.5-51
261ad6
- Properly include SAP hana packages in correct subpackage.
b9953b
261ad6
  Resolves: rhbz#1244827
261ad6
261ad6
* Thu Jul 23 2015 David Vossel <dvossel@redhat.com> - 3.9.5-50
261ad6
- Sync SAP Hana agents with upstream
261ad6
261ad6
  Resolves: rhbz#1244827
8d4b3d
261ad6
* Wed Jul 22 2015 David Vossel <dvossel@redhat.com> - 3.9.5-49
261ad6
- Place SAP Hana agents in sap-hana subpackage
8d4b3d
261ad6
  Resolves: rhbz#1244827
261ad6
581d9d
* Fri Jul 10 2015 David Vossel <dvossel@redhat.com> - 3.9.5-48
261ad6
- add support for oracle resource agents
261ad6
261ad6
  Resolves: rhbz#1232376
261ad6
261ad6
* Thu Jun 25 2015 David Vossel <dvossel@redhat.com> - 3.9.5-47
8d4b3d
- NovaCompute and NovaEvacuate updates
261ad6
- dhcpd chroot fix
261ad6
- redis 0byte error fix
8d4b3d
261ad6
  Resolves: rhbz#1214360
261ad6
  Resolves: rhbz#1227293
261ad6
  Resolves: rhbz#1231032
8d4b3d
261ad6
* Thu Jun 25 2015 David Vossel <dvossel@redhat.com> - 3.9.5-46
261ad6
- iface-vlan agent
261ad6
- Allow partial activation when physical volumes are missing.
261ad6
- Properly handle 'includes' during apache config parsing
ba40ba
- Support for NovaCompute resource-agent
ba40ba
261ad6
  Resolves: rhbz#1160365
261ad6
  Resolves: rhbz#1214781
261ad6
  Resolves: rhbz#1223615
261ad6
  Resolves: rhbz#1214360
261ad6
261ad6
* Wed Apr 29 2015 David Vossel <dvossel@redhat.com> - 3.9.5-45
261ad6
- Fix clvmd usage of daemon_options
261ad6
- Use better default nfsserver start timeouts
261ad6
- Make nfsserver preserve options in /etc/sysconfig/nfs
261ad6
- Add link_status_only option to ethmonitor agent
261ad6
- Add support for nginx agent
261ad6
- Add support for db2 agent
261ad6
- CTDB agent updates
261ad6
261ad6
  Resolves: rhbz#1171162
261ad6
  Resolves: rhbz#1173193
261ad6
  Resolves: rhbz#1182787
261ad6
  Resolves: rhbz#1213971
261ad6
  Resolves: rhbz#1183136
261ad6
  Resolves: rhbz#1059988
261ad6
  Resolves: rhbz#1077888
261ad6
261ad6
* Tue Apr 28 2015 David Vossel <dvossel@redhat.com> - 3.9.5-44
261ad6
- For IPsrcaddr, properly handle misconfiguration in a way that
261ad6
  doesn't result in fencing.
261ad6
- Return exit reason for invalid netmask in IPaddr2
261ad6
261ad6
  Resolves: rhbz#1200756
261ad6
  Resolves: rhbz#773399
261ad6
261ad6
* Mon Apr 27 2015 David Vossel <dvossel@redhat.com> - 3.9.5-43
261ad6
- Add activate_vgs option to clvmd to control activating volume
261ad6
  groups
261ad6
261ad6
  Resolves: rhbz#1198681
261ad6
261ad6
* Thu Apr 23 2015 David Vossel <dvossel@redhat.com> - 3.9.5-42
261ad6
- Improve galera resource-agent to not require use of read-only
261ad6
  mode to retrieve last known write sequence number.
261ad6
261ad6
  Resolves: rhbz#1170376
ba40ba
261ad6
* Thu Feb 5 2015 David Vossel <dvossel@redhat.com> - 3.9.5-41
5c69fb
- Support for redis resource-agent
5c69fb
261ad6
  Resolves: rhbz#1189187
5c69fb
150f7b
* Mon Jan 26 2015 David Vossel <dvossel@redhat.com> - 3.9.5-20.2
150f7b
- Support for rabbitmq-cluster resource-agent
150f7b
150f7b
  Resolves: rhbz#1185754
150f7b
c608c9
* Fri Dec 19 2014 David Vossel <dvossel@redhat.com> - 3.9.5-40
c608c9
- Remove usage of write_back from iSCSILogicalUnit
092206
c608c9
  Resolves: rhbz#1118029
092206
c608c9
* Thu Dec 11 2014 David Vossel <dvossel@redhat.com> - 3.9.5-39
c608c9
- Updates spec file to include iscsi resources
092206
c608c9
  Resolves: rhbz#1118029
c608c9
c608c9
* Mon Oct 27 2014 David Vossel <dvossel@redhat.com> - 3.9.5-38
c608c9
- Handle invalid monitor_cmd option for docker resource-agent
c608c9
c608c9
  Resolves: rhbz#1135026
c608c9
c608c9
* Sun Oct 26 2014 David Vossel <dvossel@redhat.com> - 3.9.5-37
c608c9
- Rename docker agent's 'container' arg to 'name' to avoid confusion
c608c9
  with pacemaker's metadata 'container' argument.
c608c9
- Introduce monitor_cmd into docker agent.
c608c9
c608c9
  Resolves: rhbz#1135026
c608c9
c608c9
* Thu Oct 23 2014 David Vossel <dvossel@redhat.com> - 3.9.5-36
c608c9
- Fixes cleaning up stale docker containers during stop if
c608c9
  container instance failed.
c608c9
c608c9
  Resolves: rhbz#1135026
c608c9
c608c9
* Thu Oct 23 2014 David Vossel <dvossel@redhat.com> - 3.9.5-35
c608c9
- Introduces docker resource-agent for managing docker containers.
c608c9
  The docker agent is being released as tech preview.
c608c9
c608c9
  Resolves: rhbz#1135026
c608c9
c608c9
* Wed Oct 22 2014 David Vossel <dvossel@redhat.com> - 3.9.5-34
c608c9
- Fixes mysql agents behavior when monitoring resource instance
c608c9
  when environment validation fails.
c608c9
c608c9
  Resolves: rhbz#1138871
c608c9
c608c9
* Tue Sep 23 2014 David Vossel <dvossel@redhat.com> - 3.9.5-33
c608c9
- Merges latest upstream patches for galera agent
c608c9
- Merges latest upstream patchs for exit reason string
c608c9
c608c9
  Resolves: rhbz#1116166
c608c9
  Resolves: rhbz#1128933
c608c9
581d9d
* Wed Sep 17 2014 David Vossel <dvossel@redhat.com> - 3.9.5-32
c608c9
- Fixes iSCSILogicalUnit syntax error
c608c9
- Fixes mysql stop operation when db storage is unavailable
c608c9
c608c9
  Resolves: rhbz#1118029
c608c9
  Resolves: rhbz#1138871
c608c9
c608c9
* Mon Aug 25 2014 David Vossel <dvossel@redhat.com> - 3.9.5-31
c608c9
- Man page updates give pcs config examples
c608c9
- add iscsi agent support
c608c9
- add infiniband support to ethmonitor
c608c9
- add resource-agent support of exit reason string
c608c9
- add safe umount option to Filesystem resource agent
c608c9
c608c9
  Resolves: rhbz#1058102
c608c9
  Resolves: rhbz#1118029
c608c9
  Resolves: rhbz#1122285
c608c9
  Resolves: rhbz#1128933
c608c9
  Resolves: rhbz#1095944
c608c9
c608c9
* Fri Aug 15 2014 David Vossel <dvossel@redhat.com> - 3.9.5-30
c608c9
- Support monitor of lxc without requiring libvirt.
c608c9
- Wait for filesystem modules to load during start.
c608c9
- Warn users managing clustered LVM when lvmetad is in use.
c608c9
- Restore VirtualDomain default start stop timeout values.
c608c9
- Support exit reason string
c608c9
- Auto set lvm locking type to clustered when clvmd is in use.
c608c9
c608c9
Resolves: rhbz# 1083041
c608c9
Resolves: rhbz# 1083231
c608c9
Resolves: rhbz# 1097593
c608c9
Resolves: rhbz# 1105655
c608c9
Resolves: rhbz# 1128933
c608c9
Resolves: rhbz# 773395
c608c9
c608c9
c608c9
* Fri Jul 18 2014 David Vossel <dvossel@redhat.com> - 3.9.5-29
c608c9
- Support the check_user and check_passwd galera resource-agent
c608c9
  options.
c608c9
- Minor NFS agent updates.
b4da46
b4da46
  Resolves: rhbz#1116166
c608c9
  Resolves: rhbz#1091101
c608c9
c608c9
* Thu Jul 10 2014 David Vossel <dvossel@redhat.com> - 3.9.5-28
c608c9
- Updates to nfs server related agent.
c608c9
- Introduces nfsnotify for sending NFSv3 NSM state change
c608c9
  notifications allowing NFSv3 clients to reclaim locks.
b4da46
c608c9
  Resolves: rhbz#1091101
b9953b
c608c9
* Wed Jul 09 2014 David Vossel <dvossel@redhat.com> - 3.9.5-27
c608c9
- Introducing the galera resource-agent.
c608c9
c608c9
  Resolves: rhbz#1116166
b9953b
aba6ec
* Tue Mar 18 2014 David Vossel <dvossel@redhat.com> - 3.9.5-26
aba6ec
- Handle monitor qemu based VirtualDomain resources without
aba6ec
  requiring libvirtd even if configuration file does not
aba6ec
  contain an 'emulator' value pointing to the emulator binary.
aba6ec
aba6ec
  Resolves: rhbz#1060367
aba6ec
aba6ec
* Fri Feb 14 2014 David Vossel <dvossel@redhat.com> - 3.9.5-25
aba6ec
- Rename clvmd agent to clvm to avoid problems associated
aba6ec
  with having a resource-agent named the same exact name
aba6ec
  as the binary the agent manages.
aba6ec
aba6ec
  Resolves: rhbz#1064512
aba6ec
aba6ec
* Fri Feb 14 2014 David Vossel <dvossel@redhat.com> - 3.9.5-24
aba6ec
- Addition of the clvmd resource-agent
aba6ec
- Support monitoring qemu based VirtualDomain resources without
aba6ec
  requiring libvirtd to be running.
aba6ec
aba6ec
  Resolves: rhbz#1064512
aba6ec
  Resolves: rhbz#1060367
aba6ec
aba6ec
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.9.5-23
aba6ec
- Mass rebuild 2014-01-24
aba6ec
aba6ec
* Mon Jan 20 2014 David Vossel <dvossel@redhat.com> - 3.9.5-22
aba6ec
- Fixes VirtualDomain config parse error.
aba6ec
aba6ec
  Resolves: rhbz#1029061
aba6ec
aba6ec
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.9.5-21
aba6ec
- Mass rebuild 2013-12-27
aba6ec
aba6ec
* Tue Nov 26 2013 David Vossel <dvossel@redhat.com> - 3.9.5-20
aba6ec
- tomcat agent updates for pacemaker support
aba6ec
- slapd agent updates for pacemaker support
aba6ec
- Fixes missing etab file required for nfsserver
aba6ec
aba6ec
  Resolves: rhbz#1033016
aba6ec
  Resolves: rhbz#917681
aba6ec
aba6ec
* Wed Nov 20 2013 David Vossel <dvossel@redhat.com> - 3.9.5-19
aba6ec
- Add back the Delay agent.
aba6ec
aba6ec
  Resolves: rhbz#917681
aba6ec
cf07b3
* Thu Nov 07 2013 David Vossel <dvossel@redhat.com> - 3.9.5-18
cf07b3
- Remove support for (nginx, mysql-proxy, rsyslog). nginx and
cf07b3
  mysql-proxy are not a supported projects. Rsyslog is not an
cf07b3
  agent we will be supporting in an HA environment.
cf07b3
cf07b3
  Resolves: rhbz#917681
cf07b3
cf07b3
* Wed Nov 06 2013 David Vossel <dvossel@redhat.com> - 3.9.5-17
cf07b3
- Split send_ua utility out of IPv6addr.c source so it can be
cf07b3
  re-used in IPaddr2 without requiring cluster-glue.
cf07b3
- Fixes issue with pgsql and SAPInstance not setting transient
cf07b3
  attributes correctly when local corosync node name is not
cf07b3
  equal to 'uname -n'
cf07b3
- High: ocft: Fedora supported test cases
cf07b3
cf07b3
  Resolves: rhbz#917681
cf07b3
cf07b3
* Mon Oct 07 2013 David Vossel <dvossel@redhat.com> - 3.9.5-16
cf07b3
- Fixes issue with mysql agent not being able to set transient
cf07b3
  attributes on local node correctly.
cf07b3
- Fixes bash syntax error in VirtualDomain during 'stop'
cf07b3
- Fixes VirtualDomain default hypervisor usage.
cf07b3
- Fixes VirtualDomain 'start' of pre-defined domain
cf07b3
cf07b3
  Resolves: rhbz#917681
cf07b3
  Resolves: rhbz#1014641
cf07b3
  Resolves: rhbz#1016140
cf07b3
cf07b3
* Thu Sep 26 2013 David Vossel <dvossel@redhat.com> - 3.9.5-15
cf07b3
- Update VirtualDomain heartbeat agent for heartbeat merger.
cf07b3
- Includes upstream fixes for pacemaker_remote lxc test case.
cf07b3
cf07b3
  Resolves: rhbz#917681
cf07b3
cf07b3
* Thu Sep 12 2013 David Vossel <dvossel@redhat.com> - 3.9.5-14
cf07b3
- Add ability for apache agent to perform simple monitoring
cf07b3
  of server request/response without requiring server-status
cf07b3
  to be enabled.
cf07b3
- Fixes invalid return statement in LVM agent.
cf07b3
- Oracle TNS_ADMIN option 
cf07b3
cf07b3
  Resolves: rhbz#917806
cf07b3
  Resolves: rhbz#917681
cf07b3
  Resolves: rhbz#799065
cf07b3
cf07b3
* Mon Sep 9 2013 David Vossel <dvossel@redhat.com> - 3.9.5-13
cf07b3
- Use correct default config for apache
cf07b3
  Resolves: rhbz#1005924
cf07b3
cf07b3
* Tue Jul 30 2013 David Vossel <dvossel@redhat.com> - 3.9.5-12
cf07b3
- Symbolic links do not have file permissions.
cf07b3
cf07b3
* Tue Jul 30 2013 David Vossel <dvossel@redhat.com> - 3.9.5-11
cf07b3
- Fixes file permissions problem detected in rpmdiff test
cf07b3
cf07b3
* Tue Jul 30 2013 David Vossel <dvossel@redhat.com> - 3.9.5-10
cf07b3
- Removes ldirectord package
cf07b3
- Puts sap agents and connector script in subpackage
cf07b3
- exclude unsupported packages
cf07b3
- symlink ipaddr to ipaddr2 so only a single agent is supported
cf07b3
cf07b3
* Mon Jul 29 2013 David Vossel <dvossel@redhat.com> - 3.9.5-9
cf07b3
- Fixes more multi-lib problems.
cf07b3
cf07b3
* Mon Jul 29 2013 David Vossel <dvossel@redhat.com> - 3.9.5-8
cf07b3
- Add runtime dependencies section for Heartbeat agents.
cf07b3
- Fix multi-lib inconsistencies found during rpm diff testing.
cf07b3
- Add dist field back to rpm release name.
cf07b3
cf07b3
* Tue Jul 16 2013 David Vossel <dvossel@redhat.com> - 3.9.5-7
cf07b3
- Detect duplicate resources with the same volgrpname
cf07b3
  name when using exclusive activation with tags
cf07b3
cf07b3
  Resolves: # rhbz984054
cf07b3
cf07b3
* Tue Jun 18 2013 David Vossel <dvossel@redhat.com> - 3.9.5-6
cf07b3
- Restores rsctmp directory to upstream default.
cf07b3
cf07b3
* Tue Jun 18 2013 David Vossel <dvossel@redhat.com> - 3.9.5-5
cf07b3
- Merges redhat provider into heartbeat provider. Remove
cf07b3
  rgmanager's redhat provider.
cf07b3
cf07b3
  Resolves: rhbz#917681
cf07b3
  Resolves: rhbz#928890
cf07b3
  Resolves: rhbz#952716
cf07b3
  Resolves: rhbz#960555
cf07b3
cf07b3
* Tue Mar 12 2013 David Vossel <dvossel@redhat.com> - 3.9.5-4
cf07b3
- Fixes build system error with conditional logic involving
cf07b3
  IPv6addr.
cf07b3
cf07b3
* Mon Mar 11 2013 David Vossel <dvossel@redhat.com> - 3.9.5-3
cf07b3
- Fixes build dependency for pod2man when building against
cf07b3
  rhel-7.
cf07b3
cf07b3
* Mon Mar 11 2013 David Vossel <dvossel@redhat.com> - 3.9.5-2
cf07b3
- Resolves rhbz#915050
cf07b3
cf07b3
* Mon Mar 11 2013 David Vossel <dvossel@redhat.com> - 3.9.5-1
cf07b3
- New upstream release.
cf07b3
cf07b3
* Fri Nov 09 2012 Chris Feist <cfeist@redhat.com> - 3.9.2-5
cf07b3
- Fixed upstream tarball location
cf07b3
cf07b3
* Fri Nov 09 2012 Chris Feist <cfeist@redhat.com> - 3.9.2-4
cf07b3
- Removed version after dist tag
cf07b3
- Resolves: rhbz#875250
cf07b3
cf07b3
* Mon Oct 29 2012 Chris Feist <cfeist@redhat.com> - 3.9.2-3.8
cf07b3
- Remove cluster-glue-libs-devel
cf07b3
- Disable IPv6addr & sfex to fix deps on libplumgpl & libplum (due to
cf07b3
  disappearance of cluster-glue in F18)
cf07b3
cf07b3
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.2-3.5
cf07b3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
cf07b3
937446
* Thu Jul  5 2012 Chris Feist <cfeist@redhat.com> - 3.9.2-3.4
cf07b3
- Fix location of lvm (change from /sbin to /usr/sbin)
cf07b3
937446
* Wed Apr  4 2012 Jon Ciesla <limburgher@gmail.com> - 3.9.2-3.3
cf07b3
- Rebuilt to fix rawhide dependency issues (caused by move of fsck from
cf07b3
  /sbin to /usr/sbin).
cf07b3
cf07b3
* Fri Mar 30 2012 Jon Ciesla <limburgher@gmail.com> - 3.9.2-3.1
cf07b3
- libnet rebuild.
cf07b3
cf07b3
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.2-2.1
cf07b3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
cf07b3
cf07b3
* Fri Jul  8 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.9.2-2
cf07b3
- add post call to resource-agents to integrate with cluster 3.1.4
cf07b3
cf07b3
* Thu Jun 30 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.9.2-1
cf07b3
- new upstream release
cf07b3
- fix 2 regressions from 3.9.1
cf07b3
cf07b3
* Mon Jun 20 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.9.1-1
cf07b3
- new upstream release
cf07b3
- import spec file from upstream
cf07b3
cf07b3
* Tue Mar  1 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.1-1
cf07b3
- new upstream release 3.1.1 and 1.0.4
cf07b3
cf07b3
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.0-2
cf07b3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
cf07b3
cf07b3
* Thu Dec  2 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.0-1
cf07b3
- new upstream release
cf07b3
- spec file update:
cf07b3
  Update upstream URL
cf07b3
  Update source URL
cf07b3
  use standard configure macro
cf07b3
  use standard make invokation
cf07b3
cf07b3
* Thu Oct  7 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.17-1
cf07b3
- new upstream release
cf07b3
  Resolves: rhbz#632595, rhbz#633856, rhbz#632385, rhbz#628013
cf07b3
  Resolves: rhbz#621313, rhbz#595383, rhbz#580492, rhbz#605733
cf07b3
  Resolves: rhbz#636243, rhbz#591003, rhbz#637913, rhbz#634718
cf07b3
  Resolves: rhbz#617247, rhbz#617247, rhbz#617234, rhbz#631943
cf07b3
  Resolves: rhbz#639018
cf07b3
cf07b3
* Thu Oct  7 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.16-2
cf07b3
- new upstream release of the Pacemaker agents: 71b1377f907c
cf07b3
cf07b3
* Thu Sep  2 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.16-1
cf07b3
- new upstream release
cf07b3
  Resolves: rhbz#619096, rhbz#614046, rhbz#620679, rhbz#619680
cf07b3
  Resolves: rhbz#621562, rhbz#621694, rhbz#608887, rhbz#622844
cf07b3
  Resolves: rhbz#623810, rhbz#617306, rhbz#623816, rhbz#624691
cf07b3
  Resolves: rhbz#622576
cf07b3
cf07b3
* Thu Jul 29 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.14-1
cf07b3
- new upstream release
cf07b3
  Resolves: rhbz#553383, rhbz#557563, rhbz#578625, rhbz#591003
cf07b3
  Resolves: rhbz#593721, rhbz#593726, rhbz#595455, rhbz#595547
cf07b3
  Resolves: rhbz#596918, rhbz#601315, rhbz#604298, rhbz#606368
cf07b3
  Resolves: rhbz#606470, rhbz#606480, rhbz#606754, rhbz#606989
cf07b3
  Resolves: rhbz#607321, rhbz#608154, rhbz#608887, rhbz#609181
cf07b3
  Resolves: rhbz#609866, rhbz#609978, rhbz#612097, rhbz#612110
cf07b3
  Resolves: rhbz#612165, rhbz#612941, rhbz#614127, rhbz#614356
cf07b3
  Resolves: rhbz#614421, rhbz#614457, rhbz#614961, rhbz#615202
cf07b3
  Resolves: rhbz#615203, rhbz#615255, rhbz#617163, rhbz#617566
cf07b3
  Resolves: rhbz#618534, rhbz#618703, rhbz#618806, rhbz#618814
cf07b3
cf07b3
* Mon Jun  7 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.13-1
cf07b3
- new upstream release
cf07b3
  Resolves: rhbz#592103, rhbz#593108, rhbz#578617, rhbz#594626
cf07b3
  Resolves: rhbz#594511, rhbz#596046, rhbz#594111, rhbz#597002
cf07b3
  Resolves: rhbz#599643
cf07b3
cf07b3
* Tue May 18 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.12-2
cf07b3
- libnet is not available on RHEL
cf07b3
- Do not package ldirectord on RHEL
cf07b3
  Resolves: rhbz#577264
cf07b3
cf07b3
* Mon May 10 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.12-1
cf07b3
- new upstream release
cf07b3
  Resolves: rhbz#585217, rhbz#586100, rhbz#581533, rhbz#582753
cf07b3
  Resolves: rhbz#582754, rhbz#585083, rhbz#587079, rhbz#588890
cf07b3
  Resolves: rhbz#588925, rhbz#583789, rhbz#589131, rhbz#588010
cf07b3
  Resolves: rhbz#576871, rhbz#576871, rhbz#590000, rhbz#589823
cf07b3
cf07b3
* Mon May 10 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.12-1
cf07b3
- New pacemaker agents upstream release: a7c0f35916bf
cf07b3
  + High: pgsql: properly implement pghost parameter
cf07b3
  + High: RA: mysql: fix syntax error
cf07b3
  + High: SAPInstance RA: do not rely on op target rc when monitoring clones (lf#2371)
cf07b3
  + High: set the HA_RSCTMP directory to /var/run/resource-agents (lf#2378)
cf07b3
  + Medium: IPaddr/IPaddr2: add a description of the assumption in meta-data
cf07b3
  + Medium: IPaddr: return the correct code if interface delete failed
cf07b3
  + Medium: nfsserver: rpc.statd as the notify cmd does not work with -v (thanks to Carl Lewis)
cf07b3
  + Medium: oracle: reduce output from sqlplus to the last line for queries (bnc#567815)
cf07b3
  + Medium: pgsql: implement "config" parameter
cf07b3
  + Medium: RA: iSCSITarget: follow changed IET access policy
cf07b3
cf07b3
* Wed Apr 21 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.11-1
cf07b3
- new upstream release
cf07b3
  Resolves: rhbz#583945, rhbz#581047, rhbz#576330, rhbz#583017
cf07b3
  Resolves: rhbz#583019, rhbz#583948, rhbz#584003, rhbz#582017
cf07b3
  Resolves: rhbz#555901, rhbz#582754, rhbz#582573, rhbz#581533
cf07b3
- Switch to file based Requires.
cf07b3
  Also address several other problems related to missing runtime
cf07b3
  components in different agents.
cf07b3
  With the current Requires: set, we guarantee all basic functionalities
cf07b3
  out of the box for lvm/fs/clusterfs/netfs/networking.
cf07b3
  Resolves: rhbz#570008
cf07b3
cf07b3
* Sat Apr 17 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.10-2
cf07b3
- New pacemaker agents upstream release
cf07b3
  + High: RA: vmware: fix set_environment() invocation (LF 2342)
cf07b3
  + High: RA: vmware: update to version 0.2
cf07b3
  + Medium: Filesystem: prefer /proc/mounts to /etc/mtab for non-bind mounts (lf#2388)
cf07b3
  + Medium: IPaddr2: don't bring the interface down on stop (thanks to Lars Ellenberg)
cf07b3
  + Medium: IPsrcaddr: modify the interface route (lf#2367)
cf07b3
  + Medium: ldirectord: Allow multiple email addresses (LF 2168)
cf07b3
  + Medium: ldirectord: fix setting defaults for configfile and ldirectord (lf#2328)
cf07b3
  + Medium: meta-data: improve timeouts in most resource agents
cf07b3
  + Medium: nfsserver: use default values (lf#2321)
cf07b3
  + Medium: ocf-shellfuncs: don't log but print to stderr if connected to a terminal
cf07b3
  + Medium: ocf-shellfuncs: don't output to stderr if using syslog
cf07b3
  + Medium: oracle/oralsnr: improve exit codes if the environment isn't valid
cf07b3
  + Medium: RA: iSCSILogicalUnit: fix monitor for STGT
cf07b3
  + Medium: RA: make sure that OCF_RESKEY_CRM_meta_interval is always defined (LF 2284)
cf07b3
  + Medium: RA: ManageRAID: require bash
cf07b3
  + Medium: RA: ManageRAID: require bash
cf07b3
  + Medium: RA: VirtualDomain: bail out early if config file can't be read during probe (Novell 593988)
cf07b3
  + Medium: RA: VirtualDomain: fix incorrect use of __OCF_ACTION
cf07b3
  + Medium: RA: VirtualDomain: improve error messages
cf07b3
  + Medium: RA: VirtualDomain: spin on define until we definitely have a domain name
cf07b3
  + Medium: Route: add route table parameter (lf#2335)
cf07b3
  + Medium: sfex: don't use pid file (lf#2363,bnc#585416)
cf07b3
  + Medium: sfex: exit with success on stop if sfex has never been started (bnc#585416)
cf07b3
cf07b3
* Fri Apr  9 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.10-1
cf07b3
- New rgmanager resource agents upstream release
cf07b3
  Resolves: rhbz#519491, rhbz#570525, rhbz#571806, rhbz#574027
cf07b3
  Resolves: rhbz#574215, rhbz#574886, rhbz#576322, rhbz#576335
cf07b3
  Resolves: rhbz#575103, rhbz#577856, rhbz#577874, rhbz#578249
cf07b3
  Resolves: rhbz#578625, rhbz#578626, rhbz#578628, rhbz#578626
cf07b3
  Resolves: rhbz#579621, rhbz#579623, rhbz#579625, rhbz#579626
cf07b3
  Resolves: rhbz#579059
cf07b3
cf07b3
* Wed Mar 24 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.9-2
cf07b3
- Resolves: rhbz#572993 - Patched build process to correctly generate ldirectord man page
cf07b3
- Resolves: rhbz#574732 - Add libnet-devel as a dependancy to ensure IPaddrv6 is built
cf07b3
cf07b3
* Mon Mar  1 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.9-1
cf07b3
- New rgmanager resource agents upstream release
cf07b3
  Resolves: rhbz#455300, rhbz#568446, rhbz#561862, rhbz#536902
cf07b3
  Resolves: rhbz#512171, rhbz#519491
cf07b3
cf07b3
* Mon Feb 22 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.8-1
cf07b3
- New rgmanager resource agents upstream release
cf07b3
  Resolves: rhbz#548133, rhbz#565907, rhbz#545602, rhbz#555901
cf07b3
  Resolves: rhbz#564471, rhbz#515717, rhbz#557128, rhbz#536157
cf07b3
  Resolves: rhbz#455300, rhbz#561416, rhbz#562237, rhbz#537201
cf07b3
  Resolves: rhbz#536962, rhbz#553383, rhbz#556961, rhbz#555363
cf07b3
  Resolves: rhbz#557128, rhbz#455300, rhbz#557167, rhbz#459630
cf07b3
  Resolves: rhbz#532808, rhbz#556603, rhbz#554968, rhbz#555047
cf07b3
  Resolves: rhbz#554968, rhbz#555047
cf07b3
- spec file update:
cf07b3
  * update spec file copyright date
cf07b3
  * use bz2 tarball
cf07b3
cf07b3
* Fri Jan 15 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.7-2
cf07b3
- Add python as BuildRequires
cf07b3
cf07b3
* Mon Jan 11 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.7-1
cf07b3
- New rgmanager resource agents upstream release
cf07b3
  Resolves: rhbz#526286, rhbz#533461
cf07b3
cf07b3
* Mon Jan 11 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.6-2
cf07b3
- Update Pacameker agents to upstream version: c76b4a6eb576
cf07b3
  + High: RA: VirtualDomain: fix forceful stop (LF 2283)
cf07b3
  + High: apache: monitor operation of depth 10 for web applications (LF 2234)
cf07b3
  + Medium: IPaddr2: CLUSTERIP/iptables rule not always inserted on failed monitor (LF 2281)
cf07b3
  + Medium: RA: Route: improve validate (LF 2232)
cf07b3
  + Medium: mark obsolete RAs as deprecated (LF 2244)
cf07b3
  + Medium: mysql: escalate stop to KILL if regular shutdown doesn't work
cf07b3
cf07b3
* Mon Dec 7 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.6-1
cf07b3
- New rgmanager resource agents upstream release
cf07b3
- spec file update:
cf07b3
  * use global instead of define
cf07b3
  * use new Source0 url
cf07b3
  * use %name macro more aggressively
cf07b3
cf07b3
* Mon Dec 7 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.5-2
cf07b3
- Update Pacameker agents to upstream version: bc00c0b065d9
cf07b3
  + High: RA: introduce OCF_FUNCTIONS_DIR, allow it to be overridden (LF2239)
cf07b3
  + High: doc: add man pages for all RAs (LF2237)
cf07b3
  + High: syslog-ng: new RA
cf07b3
  + High: vmware: make meta-data work and several cleanups (LF 2212)
cf07b3
  + Medium: .ocf-shellfuncs: add ocf_is_probe function
cf07b3
  + Medium: Dev: make RAs executable (LF2239)
cf07b3
  + Medium: IPv6addr: ifdef out the ip offset hack for libnet v1.1.4 (LF 2034)
cf07b3
  + Medium: add mercurial repository version information to .ocf-shellfuncs
cf07b3
  + Medium: build: add perl-MailTools runtime dependency to ldirectord package (LF 1469)
cf07b3
  + Medium: iSCSITarget, iSCSILogicalUnit: support LIO
cf07b3
  + Medium: nfsserver: use check_binary properly in validate (LF 2211)
cf07b3
  + Medium: nfsserver: validate should not check if nfs_shared_infodir exists (thanks to eelco@procolix.com) (LF 2219)
cf07b3
  + Medium: oracle/oralsnr: export variables properly
cf07b3
  + Medium: pgsql: remove the previous backup_label if it exists
cf07b3
  + Medium: postfix: fix double stop (thanks to Dinh N. Quoc)
cf07b3
  + RA: LVM: Make monitor operation quiet in logs (bnc#546353)
cf07b3
  + RA: Xen: Remove instance_attribute "allow_migrate" (bnc#539968)
cf07b3
  + ldirectord: OCF agent: overhaul
cf07b3
cf07b3
* Fri Nov 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.5-1
cf07b3
- New rgmanager resource agents upstream release
cf07b3
- Allow pacemaker to use rgmanager resource agents
cf07b3
cf07b3
* Wed Oct 28 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.4-2
cf07b3
- Update Pacameker agents to upstream version: e2338892f59f
cf07b3
  + High: send_arp - turn on unsolicited mode for compatibilty with the libnet version's exit codes
cf07b3
  + High: Trap sigterm for compatibility with the libnet version of send_arp
cf07b3
  + Medium: Bug - lf#2147: IPaddr2: behave if the interface is down
cf07b3
  + Medium: IPv6addr: recognize network masks properly
cf07b3
  + Medium: RA: VirtualDomain: avoid needlessly invoking "virsh define"
cf07b3
cf07b3
* Wed Oct 21 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.4-1
cf07b3
- New rgmanager resource agents upstream release
cf07b3
cf07b3
* Mon Oct 12 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.3-3
cf07b3
- Update Pacameker agents to upstream version: 099c0e5d80db
cf07b3
  + Add the ha_parameter function back into .ocf-shellfuncs.
cf07b3
  + Bug bnc#534803 - Provide a default for MAILCMD
cf07b3
  + Fix use of undefined macro @HA_NOARCHDATAHBDIR@
cf07b3
  + High (LF 2138): IPsrcaddr: replace 0/0 with proper ip prefix (thanks to Michael Ricordeau and Michael Schwartzkopff)
cf07b3
  + Import shellfuncs from heartbeat as badly written RAs use it
cf07b3
  + Medium (LF 2173): nfsserver: exit properly in nfsserver_validate
cf07b3
  + Medium: RA: Filesystem: implement monitor operation
cf07b3
  + Medium: RA: VirtualDomain: loop on status if libvirtd is unreachable
cf07b3
  + Medium: RA: VirtualDomain: loop on status if libvirtd is unreachable (addendum)
cf07b3
  + Medium: RA: iSCSILogicalUnit: use a 16-byte default SCSI ID
cf07b3
  + Medium: RA: iSCSITarget: be more persistent deleting targets on stop
cf07b3
  + Medium: RA: portblock: add per-IP filtering capability
cf07b3
  + Medium: mysql-proxy: log_level and keepalive parameters
cf07b3
  + Medium: oracle: drop spurious output from sqlplus
cf07b3
  + RA: Filesystem: allow configuring smbfs mounts as clones
cf07b3
cf07b3
* Wed Sep 23 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.3-1
cf07b3
- New rgmanager resource agents upstream release
cf07b3
cf07b3
* Thu Aug 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.1-1
cf07b3
- New rgmanager resource agents upstream release
cf07b3
cf07b3
* Tue Aug 18 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.0-16
cf07b3
- Create an ldirectord package
cf07b3
- Update Pacameker agents to upstream version: 2198dc90bec4
cf07b3
  + Build: Import ldirectord.
cf07b3
  + Ensure HA_VARRUNDIR has a value to substitute
cf07b3
  + High: Add findif tool (mandatory for IPaddr/IPaddr2)
cf07b3
  + High: IPv6addr: new nic and cidr_netmask parameters
cf07b3
  + High: postfix: new resource agent
cf07b3
  + Include license information
cf07b3
  + Low (LF 2159): Squid: make the regexp match more precisely output of netstat
cf07b3
  + Low: configure: Fix package name.
cf07b3
  + Low: ldirectord: add dependency on $remote_fs.
cf07b3
  + Low: ldirectord: add mandatory required header to init script.
cf07b3
  + Medium (LF 2165): IPaddr2: remove all colons from the mac address before passing it to send_arp
cf07b3
  + Medium: VirtualDomain: destroy domain shortly before timeout expiry
cf07b3
  + Medium: shellfuncs: Make the mktemp wrappers work.
cf07b3
  + Remove references to Echo function
cf07b3
  + Remove references to heartbeat shellfuncs.
cf07b3
  + Remove useless path lookups
cf07b3
  + findif: actually include the right header. Simplify configure.
cf07b3
  + ldirectord: Remove superfluous configure artifact.
cf07b3
  + ocf-tester: Fix package reference and path to DTD.
cf07b3
cf07b3
* Tue Aug 11 2009 Ville Skyttä <ville.skytta@iki.fi> - 3.0.0-15
cf07b3
- Use bzipped upstream hg tarball.
cf07b3
cf07b3
* Wed Jul 29 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-14
cf07b3
- Merge Pacemaker cluster resource agents:
cf07b3
  * Add Source1.
cf07b3
  * Drop noarch. We have real binaries now.
cf07b3
  * Update BuildRequires.
cf07b3
  * Update all relevant prep/build/install/files/description sections.
cf07b3
cf07b3
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-13
cf07b3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
cf07b3
cf07b3
* Wed Jul  8 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-12
cf07b3
- spec file updates:
cf07b3
  * Update copyright header
cf07b3
  * final release.. undefine alphatag
cf07b3
cf07b3
* Thu Jul  2 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-11.rc4
cf07b3
- New upstream release.
cf07b3
cf07b3
* Sat Jun 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-10.rc3
cf07b3
- New upstream release.
cf07b3
cf07b3
* Wed Jun 10 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-9.rc2
cf07b3
- New upstream release + git94df30ca63e49afb1e8aeede65df8a3e5bcd0970
cf07b3
cf07b3
* Tue Mar 24 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-8.rc1
cf07b3
- New upstream release.
cf07b3
- Update BuildRoot usage to preferred versions/names
cf07b3
cf07b3
* Mon Mar  9 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-7.beta1
cf07b3
- New upstream release.
cf07b3
cf07b3
* Fri Mar  6 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-6.alpha7
cf07b3
- New upstream release.
cf07b3
cf07b3
* Tue Mar  3 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-5.alpha6
cf07b3
- New upstream release.
cf07b3
cf07b3
* Tue Feb 24 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-4.alpha5
cf07b3
- Drop Conflicts with rgmanager.
cf07b3
cf07b3
* Mon Feb 23 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-3.alpha5
cf07b3
- New upstream release.
cf07b3
cf07b3
* Thu Feb 19 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-2.alpha4
cf07b3
- Add comments on how to build this package.
cf07b3
cf07b3
* Thu Feb  5 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-1.alpha4
cf07b3
- New upstream release.
cf07b3
- Fix datadir/cluster directory ownership.
cf07b3
cf07b3
* Tue Jan 27 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-1.alpha3
cf07b3
  - Initial packaging