Blame SPECS/resource-agents.spec

811adb
#
811adb
# All modifications and additions to the file contributed by third parties
811adb
# remain the property of their copyright owners, unless otherwise agreed
811adb
# upon. The license for this file, and modifications and additions to the
811adb
# file, is the same license as for the pristine package itself (unless the
811adb
# license for the pristine package is not an Open Source License, in which
811adb
# case the license is the MIT License). An "Open Source License" is a
811adb
# license that conforms to the Open Source Definition (Version 1.9)
811adb
# published by the Open Source Initiative.
811adb
#
811adb
811adb
# Below is the script used to generate a new source file
811adb
# from the resource-agent upstream git repo.
811adb
#
811adb
# TAG=$(git log --pretty="format:%h" -n 1)
811adb
# distdir="ClusterLabs-resource-agents-${TAG}"
811adb
# TARFILE="${distdir}.tar.gz"
811adb
# rm -rf $TARFILE $distdir
811adb
# git archive --prefix=$distdir/ HEAD | gzip > $TARFILE
811adb
#
811adb
811adb
%global upstream_prefix ClusterLabs-resource-agents
811adb
%global upstream_version fd0720f7
811adb
811adb
# Whether this platform defaults to using systemd as an init system
811adb
# (needs to be evaluated prior to BuildRequires being enumerated and
811adb
# installed as it's intended to conditionally select some of these, and
811adb
# for that there are only few indicators with varying reliability:
811adb
# - presence of systemd-defined macros (when building in a full-fledged
811adb
#   environment, which is not the case with ordinary mock-based builds)
811adb
# - systemd-aware rpm as manifested with the presence of particular
811adb
#   macro (rpm itself will trivially always be present when building)
811adb
# - existence of /usr/lib/os-release file, which is something heavily
811adb
#   propagated by systemd project
811adb
# - when not good enough, there's always a possibility to check
811adb
#   particular distro-specific macros (incl. version comparison)
811adb
%define systemd_native (%{?_unitdir:1}%{!?_unitdir:0}%{nil \
811adb
  } || %{?__transaction_systemd_inhibit:1}%{!?__transaction_systemd_inhibit:0}%{nil \
811adb
  } || %(test -f /usr/lib/os-release; test $? -ne 0; echo $?))
811adb
811adb
# determine the ras-set to process based on configure invokation
811adb
%bcond_with rgmanager
811adb
%bcond_without linuxha
811adb
811adb
Name:		resource-agents
811adb
Summary:	Open Source HA Reusable Cluster Resource Scripts
811adb
Version:	4.10.0
aaf9ff
Release:	9%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}.5
811adb
License:	GPLv2+ and LGPLv2+
811adb
URL:		https://github.com/ClusterLabs/resource-agents
811adb
Source0:	%{upstream_prefix}-%{upstream_version}.tar.gz
811adb
Patch0: 	nova-compute-wait-NovaEvacuate.patch
811adb
Patch1: 	bz1952005-pgsqlms-new-ra.patch
811adb
Patch2: 	bz2021125-gcp-ilb-1-fix-log_enable.patch
811adb
Patch3: 	bz2021125-gcp-ilb-2-only-check-log_cmd-if-log-enabled.patch
811adb
Patch4: 	bz2029796-Route-return-OCF_NOT_RUNNING-missing-route.patch
811adb
Patch5: 	bz2029704-1-db2-crm_attribute-use-forever.patch
811adb
Patch6: 	bz2029704-2-db2-fixes.patch
811adb
Patch7: 	bz2029753-podman-remove-anonymous-volumes.patch
811adb
Patch8: 	bz2055016-1-IPsrcaddr-dhcp-warning.patch
811adb
Patch9: 	bz2055016-2-IPsrcaddr-error-message-route-not-found.patch
811adb
Patch10:	bz2055016-3-IPsrcaddr-fix-indentation.patch
811adb
Patch11:	bz2055016-4-IPsrcaddr-fixes.patch
cbf3a6
Patch12:	bz2087930-NovaEvacuate-add-user_domain-project_domain.patch
aaf9ff
Patch13:	bz2130990-azure-events-az-new-ra.patch
aaf9ff
Patch14:	bz2134542-IPsrcaddr-proto-metric-scope-default-route-fixes.patch
811adb
811adb
# bundled ha-cloud-support libs
811adb
Patch500:	ha-cloud-support-aws.patch
811adb
Patch501:	ha-cloud-support-aliyun.patch
811adb
Patch502:	ha-cloud-support-gcloud.patch
811adb
811adb
Obsoletes:	heartbeat-resources <= %{version}
811adb
Provides:	heartbeat-resources = %{version}
811adb
811adb
# Build dependencies
811adb
BuildRequires: make
811adb
BuildRequires: automake autoconf pkgconfig gcc
811adb
BuildRequires: libxslt glib2-devel
811adb
BuildRequires: systemd
811adb
BuildRequires: which
811adb
811adb
%if 0%{?fedora} || 0%{?centos} > 7 || 0%{?rhel} > 7 || 0%{?suse_version}
811adb
BuildRequires: python3-devel
811adb
%else
811adb
BuildRequires: python-devel
811adb
%endif
811adb
811adb
# for pgsqlms
811adb
BuildRequires: perl-devel perl-English perl-FindBin
811adb
811adb
%ifarch x86_64
811adb
BuildRequires: ha-cloud-support
811adb
%endif
811adb
811adb
%if 0%{?fedora} || 0%{?centos} || 0%{?rhel}
811adb
BuildRequires: docbook-style-xsl docbook-dtds
811adb
%if 0%{?rhel} == 0
811adb
BuildRequires: libnet-devel
811adb
%endif
811adb
%endif
811adb
811adb
%if 0%{?suse_version}
811adb
BuildRequires:  libnet-devel
811adb
BuildRequires:  libglue-devel
811adb
BuildRequires:  libxslt docbook_4 docbook-xsl-stylesheets
811adb
%endif
811adb
811adb
## Runtime deps
811adb
# system tools shared by several agents
811adb
Requires: /bin/bash /usr/bin/grep /bin/sed /bin/gawk
811adb
Requires: /bin/ps /usr/bin/pkill /usr/bin/hostname /usr/bin/netstat
811adb
Requires: /usr/sbin/fuser /bin/mount
811adb
Requires: which
811adb
811adb
# Filesystem / fs.sh / netfs.sh
811adb
Requires: /sbin/fsck
811adb
Requires: /usr/sbin/fsck.ext2 /usr/sbin/fsck.ext3 /usr/sbin/fsck.ext4
811adb
Requires: /usr/sbin/fsck.xfs
811adb
Requires: /sbin/mount.nfs /sbin/mount.nfs4
811adb
%if 0%{?fedora} < 33 || (0%{?rhel} && 0%{?rhel} < 9) || (0%{?centos} && 0%{?centos} < 9) || 0%{?suse_version}
811adb
%if (0%{?rhel} && 0%{?rhel} < 8) || (0%{?centos} && 0%{?centos} < 8)
811adb
Requires: /usr/sbin/mount.cifs
811adb
%else
811adb
Recommends: /usr/sbin/mount.cifs
811adb
%endif
811adb
%endif
811adb
811adb
# IPaddr2
811adb
Requires: /sbin/ip
811adb
811adb
# LVM / lvm.sh
811adb
Requires: /usr/sbin/lvm
811adb
811adb
# nfsserver / netfs.sh
811adb
Requires: /usr/sbin/rpc.nfsd /sbin/rpc.statd /usr/sbin/rpc.mountd
811adb
811adb
# ocf.py
811adb
Requires: python3
811adb
811adb
# rgmanager
811adb
%if %{with rgmanager}
811adb
# ip.sh
811adb
Requires: /usr/sbin/ethtool
811adb
Requires: /sbin/rdisc /usr/sbin/arping /bin/ping /bin/ping6
811adb
811adb
# nfsexport.sh
811adb
Requires: /sbin/findfs
811adb
Requires: /sbin/quotaon /sbin/quotacheck
811adb
%endif
811adb
811adb
%description
811adb
A set of scripts to interface with several services to operate in a
811adb
High Availability environment for both Pacemaker and rgmanager
811adb
service managers.
811adb
811adb
%ifarch x86_64
811adb
%package cloud
811adb
License:	GPLv2+ and LGPLv2+
811adb
Summary:	Cloud resource agents
811adb
Requires:	%{name} = %{version}-%{release}
811adb
Requires:	ha-cloud-support
811adb
Requires:	socat
811adb
Provides:	resource-agents-aliyun
811adb
Obsoletes:	resource-agents-aliyun <= %{version}
811adb
Provides:	resource-agents-gcp
811adb
Obsoletes:	resource-agents-gcp <= %{version}
811adb
811adb
%description cloud
811adb
Cloud resource agents allows Cloud instances to be managed
811adb
in a cluster environment.
811adb
%endif
811adb
811adb
%package paf
811adb
License:	PostgreSQL
811adb
Summary:	PostgreSQL Automatic Failover (PAF) resource agent
811adb
Requires:	%{name} = %{version}-%{release}
811adb
Requires:	perl-interpreter perl-English perl-FindBin
811adb
811adb
%description paf
811adb
PostgreSQL Automatic Failover (PAF) resource agents allows PostgreSQL
811adb
databases to be managed in a cluster environment.
811adb
811adb
%prep
811adb
%if 0%{?suse_version} == 0 && 0%{?fedora} == 0 && 0%{?centos} == 0 && 0%{?rhel} == 0
811adb
%{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.}
811adb
exit 1
811adb
%endif
811adb
%setup -q -n %{upstream_prefix}-%{upstream_version}
811adb
%patch0 -p1 -F1
811adb
%patch1 -p1
811adb
%patch2 -p1
811adb
%patch3 -p1
811adb
%patch4 -p1
811adb
%patch5 -p1
811adb
%patch6 -p1
811adb
%patch7 -p1
811adb
%patch8 -p1
811adb
%patch9 -p1
811adb
%patch10 -p1
811adb
%patch11 -p1
cbf3a6
%patch12 -p1
aaf9ff
%patch13 -p1
aaf9ff
%patch14 -p1
811adb
811adb
# bundled ha-cloud-support libs
811adb
%patch500 -p1
811adb
%patch501 -p1
811adb
%patch502 -p1
811adb
811adb
chmod 755 heartbeat/nova-compute-wait
811adb
chmod 755 heartbeat/NovaEvacuate
811adb
chmod 755 heartbeat/pgsqlms
811adb
811adb
%build
811adb
if [ ! -f configure ]; then
811adb
	./autogen.sh
811adb
fi
811adb
811adb
%if 0%{?fedora} >= 11 || 0%{?centos} > 5 || 0%{?rhel} > 5
811adb
CFLAGS="$(echo '%{optflags}')"
811adb
%global conf_opt_fatal "--enable-fatal-warnings=no"
811adb
%else
811adb
CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}"
811adb
%global conf_opt_fatal "--enable-fatal-warnings=yes"
811adb
%endif
811adb
811adb
%if %{with rgmanager}
811adb
%global rasset rgmanager
811adb
%endif
811adb
%if %{with linuxha}
811adb
%global rasset linux-ha
811adb
%endif
811adb
%if %{with rgmanager} && %{with linuxha}
811adb
%global rasset all
811adb
%endif
811adb
811adb
export CFLAGS
811adb
811adb
%configure \
811adb
%if 0%{?fedora} || 0%{?centos} > 7 || 0%{?rhel} > 7 || 0%{?suse_version}
811adb
	PYTHON="%{__python3}" \
811adb
%endif
811adb
%ifarch x86_64
811adb
	PYTHONPATH="%{_usr}/lib/fence-agents/support/google" \
811adb
%endif
811adb
	%{conf_opt_fatal} \
811adb
%if %{defined _unitdir}
811adb
    SYSTEMD_UNIT_DIR=%{_unitdir} \
811adb
%endif
811adb
%if %{defined _tmpfilesdir}
811adb
    SYSTEMD_TMPFILES_DIR=%{_tmpfilesdir} \
811adb
    --with-rsctmpdir=/run/resource-agents \
811adb
%endif
811adb
	--with-pkg-name=%{name} \
811adb
	--with-ras-set=%{rasset}
811adb
811adb
%if %{defined jobs}
811adb
JFLAGS="$(echo '-j%{jobs}')"
811adb
%else
811adb
JFLAGS="$(echo '%{_smp_mflags}')"
811adb
%endif
811adb
811adb
make $JFLAGS
811adb
811adb
%install
811adb
rm -rf %{buildroot}
811adb
make install DESTDIR=%{buildroot}
811adb
811adb
## tree fixup
811adb
# remove docs (there is only one and they should come from doc sections in files)
811adb
rm -rf %{buildroot}/usr/share/doc/resource-agents
811adb
811adb
%files
811adb
%doc AUTHORS COPYING COPYING.GPLv3 COPYING.LGPL ChangeLog
811adb
%if %{with linuxha}
811adb
%doc heartbeat/README.galera
811adb
%doc doc/README.webapps
811adb
%doc %{_datadir}/%{name}/ra-api-1.dtd
811adb
%doc %{_datadir}/%{name}/metadata.rng
811adb
%endif
811adb
811adb
%if %{with rgmanager}
811adb
%{_datadir}/cluster
811adb
%{_sbindir}/rhev-check.sh
811adb
%endif
811adb
811adb
%if %{with linuxha}
811adb
%dir %{_usr}/lib/ocf
811adb
%dir %{_usr}/lib/ocf/resource.d
811adb
%dir %{_usr}/lib/ocf/lib
811adb
811adb
%{_usr}/lib/ocf/lib/heartbeat
811adb
811adb
%{_usr}/lib/ocf/resource.d/heartbeat
811adb
%{_usr}/lib/ocf/resource.d/openstack
811adb
811adb
%{_datadir}/pkgconfig/%{name}.pc
811adb
811adb
%if %{defined _unitdir}
811adb
%{_unitdir}/resource-agents-deps.target
811adb
%endif
811adb
%if %{defined _tmpfilesdir}
811adb
%{_tmpfilesdir}/%{name}.conf
811adb
%endif
811adb
811adb
%dir %{_datadir}/%{name}
811adb
%dir %{_datadir}/%{name}/ocft
811adb
%{_datadir}/%{name}/ocft/configs
811adb
%{_datadir}/%{name}/ocft/caselib
811adb
%{_datadir}/%{name}/ocft/README
811adb
%{_datadir}/%{name}/ocft/README.zh_CN
811adb
%{_datadir}/%{name}/ocft/helpers.sh
811adb
%exclude %{_datadir}/%{name}/ocft/runocft
811adb
%exclude %{_datadir}/%{name}/ocft/runocft.prereq
811adb
811adb
%{_sbindir}/ocft
811adb
811adb
%{_includedir}/heartbeat
811adb
811adb
%if %{defined _tmpfilesdir}
811adb
%dir %attr (1755, root, root)	/run/resource-agents
811adb
%else
811adb
%dir %attr (1755, root, root)	%{_var}/run/resource-agents
811adb
%endif
811adb
811adb
%{_mandir}/man7/*.7*
811adb
811adb
###
811adb
# Supported, but in another sub package
811adb
###
811adb
%exclude /usr/lib/ocf/resource.d/heartbeat/aliyun-vpc-move-ip*
811adb
%exclude /usr/lib/ocf/resource.d/heartbeat/aws*
811adb
%exclude /usr/lib/ocf/resource.d/heartbeat/azure-*
811adb
%exclude %{_mandir}/man7/*aliyun-vpc-move-ip*
811adb
%exclude /usr/lib/ocf/resource.d/heartbeat/gcp*
811adb
%exclude %{_mandir}/man7/*gcp*
811adb
%exclude /usr/lib/ocf/resource.d/heartbeat/pgsqlms
811adb
%exclude %{_mandir}/man7/*pgsqlms*
811adb
%exclude %{_usr}/lib/ocf/lib/heartbeat/OCF_*.pm
811adb
811adb
###
811adb
# Moved to separate packages
811adb
###
811adb
%exclude /usr/lib/ocf/resource.d/heartbeat/SAP*
811adb
%exclude /usr/lib/ocf/lib/heartbeat/sap*
811adb
%exclude %{_mandir}/man7/*SAP*
811adb
811adb
###
811adb
# Unsupported
811adb
###
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/AoEtarget
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/AudibleAlarm
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/ClusterMon
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/EvmsSCC
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/Evmsd
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/ICP
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/IPaddr
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/LVM
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/LinuxSCSI
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/ManageRAID
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/ManageVE
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/Pure-FTPd
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/Raid1
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/ServeRAID
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/SphinxSearchDaemon
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/Stateful
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/SysInfo
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/VIPArip
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/WAS
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/WAS6
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/WinPopup
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/Xen
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/ZFS
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/anything
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/asterisk
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/clvm
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/dnsupdate
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/docker*
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/dovecot
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/dummypy
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/eDir88
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/fio
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/ids
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/iface-bridge
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/ipsec
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/iscsi
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/jboss
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/jira
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/kamailio
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/ldirectord
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/lxc
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/lxd-info
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/machine-info
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/mariadb
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/mdraid
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/minio
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/mpathpersist
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/mysql-proxy
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/nvmet-*
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/openstack-cinder-volume
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/openstack-floating-ip
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/openstack-info
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/openstack-virtual-ip
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/ovsmonitor
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/pgagent
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/pingd
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/pound
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/proftpd
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/rkt
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/rsyslog
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/scsi2reservation
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/sfex
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/sg_persist
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/smb-share
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/syslog-ng
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/varnish
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/vmware
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/vsftpd
811adb
%exclude %{_usr}/lib/ocf/resource.d/heartbeat/zabbixserver
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_AoEtarget.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_AudibleAlarm.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_ClusterMon.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_EvmsSCC.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_Evmsd.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_ICP.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_IPaddr.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_LVM.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_LinuxSCSI.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_ManageRAID.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_ManageVE.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_Pure-FTPd.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_Raid1.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_ServeRAID.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_SphinxSearchDaemon.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_Stateful.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_SysInfo.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_VIPArip.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_WAS.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_WAS6.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_WinPopup.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_Xen.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_ZFS.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_anything.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_asterisk.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_clvm.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_dnsupdate.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_docker*.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_dovecot.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_dummypy.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_eDir88.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_fio.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_ids.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_iface-bridge.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_ipsec.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_iscsi.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_jboss.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_jira.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_kamailio.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_lxc.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_lxd-info.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_machine-info.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_mariadb.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_mdraid.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_minio.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_mpathpersist.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_mysql-proxy.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_nvmet-*.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_openstack-cinder-volume.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_openstack-floating-ip.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_openstack-info.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_openstack-virtual-ip.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_ovsmonitor.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_pgagent.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_pingd.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_pound.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_proftpd.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_rkt.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_rsyslog.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_scsi2reservation.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_sfex.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_sg_persist.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_smb-share.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_syslog-ng.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_varnish.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_vmware.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_vsftpd.7.gz
811adb
%exclude %{_mandir}/man7/ocf_heartbeat_zabbixserver.7.gz
811adb
811adb
###
811adb
# Other excluded files.
811adb
###
811adb
# This tool has to be updated for the new pacemaker lrmd.
811adb
%exclude %{_sbindir}/ocf-tester
811adb
%exclude %{_mandir}/man8/ocf-tester.8*
811adb
# ldirectord is not supported
811adb
%exclude /etc/ha.d/resource.d/ldirectord
cbf3a6
%exclude %{_sysconfdir}/init.d/ldirectord
cbf3a6
%exclude %{_sysconfdir}/rc.d/init.d/ldirectord
811adb
%exclude %{_unitdir}/ldirectord.service
811adb
%exclude /etc/logrotate.d/ldirectord
811adb
%exclude /usr/sbin/ldirectord
811adb
%exclude %{_mandir}/man8/ldirectord.8.gz
811adb
811adb
# For compatability with pre-existing agents
811adb
%dir %{_sysconfdir}/ha.d
811adb
%{_sysconfdir}/ha.d/shellfuncs
811adb
811adb
%{_libexecdir}/heartbeat
811adb
%endif
811adb
811adb
%ifarch x86_64
811adb
%files cloud
811adb
/usr/lib/ocf/resource.d/heartbeat/aliyun-*
811adb
%{_mandir}/man7/*aliyun-*
811adb
/usr/lib/ocf/resource.d/heartbeat/aws*
811adb
%{_mandir}/man7/*aws*
811adb
/usr/lib/ocf/resource.d/heartbeat/azure-*
811adb
%{_mandir}/man7/*azure-*
811adb
/usr/lib/ocf/resource.d/heartbeat/gcp-*
811adb
%{_mandir}/man7/*gcp-*
811adb
%exclude /usr/lib/ocf/resource.d/heartbeat/gcp-vpc-move-ip
811adb
%exclude %{_mandir}/man7/*gcp-vpc-move-ip*
811adb
%endif
811adb
811adb
%files paf
811adb
%doc paf_README.md
811adb
%license paf_LICENSE
811adb
%defattr(-,root,root)
811adb
%{_usr}/lib/ocf/resource.d/heartbeat/pgsqlms
811adb
%{_mandir}/man7/*pgsqlms*
811adb
%{_usr}/lib/ocf/lib/heartbeat/OCF_*.pm
811adb
811adb
%changelog
aaf9ff
* Fri Oct 14 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-9.5
aaf9ff
- IPsrcaddr: proto, metric, scope and default route fixes
aaf9ff
aaf9ff
  Resolves: rhbz#2134542
aaf9ff
aaf9ff
* Tue Oct  4 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-9.4
aaf9ff
- azure-events-az: new resource agent
aaf9ff
aaf9ff
  Resolves: rhbz#2130990
aaf9ff
cbf3a6
* Thu Jun  9 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-9.3
cbf3a6
- NovaEvacuate: add user_domain and project_domain parameters
cbf3a6
cbf3a6
  Resolves: rhbz#2087930
cbf3a6
811adb
* Thu Mar  3 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-9
811adb
- IPsrcaddr: add warning about possible issues when used with DHCP,
811adb
  and add error message when matching route not found
811adb
811adb
  Resolves: rhbz#2055016
811adb
811adb
* Wed Feb 23 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-7
811adb
- db2: use -l forever to fix crm_attribute issue
811adb
811adb
  Resolves: rhbz#2029704
811adb
811adb
* Wed Jan  5 2022 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-5
811adb
- podman: remove anonymous volumes
811adb
811adb
  Resolves: rhbz#2029753
811adb
811adb
* Tue Dec  7 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-4
811adb
- Route: return OCF_NOT_RUNNING for probe action when interface
811adb
  or route doesnt exist
811adb
811adb
  Resolves: rhbz#2029796
811adb
811adb
* Tue Nov  9 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-3
811adb
- gcp-ilb: new resource agent
811adb
811adb
  Resolves: rhbz#2021125
811adb
811adb
* Wed Nov  3 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-1
811adb
- Rebase to resource-agents 4.10.0 upstream release.
811adb
- nfsserver: add nfs_server_scope parameter
811adb
811adb
  Resolves: rhbz#1995918
811adb
  Resolves: rhbz#2015171
811adb
811adb
* Thu Oct  7 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-2
811adb
- Rebase to resource-agents 4.9.0 upstream release.
811adb
- Add "which" dependency
811adb
- All agents: set correct agent and OCF version in metadata
811adb
811adb
  Resolves: rhbz#1995918
811adb
  Resolves: rhbz#2011142
811adb
  Resolves: rhbz#2003118
811adb
811adb
* Thu Aug 26 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.8.0-13
811adb
- nfsnotify: fix default value for "notify_args"
811adb
811adb
  Resolves: rhbz#1998039
811adb
811adb
* Wed Aug 25 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.8.0-12
811adb
- Create cloud subpackage
811adb
- Add nova-compute-wait/NovaEvacuate
811adb
- nfsserver: fix nfs-convert issue
811adb
811adb
  Resolves: rhbz#1997548, rhbz#1997576, rhbz#1991855
811adb
811adb
* Mon Aug 16 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.8.0-11
811adb
- Filesystem: force_unmount: remove "Default value" text from metadata
811adb
811adb
  Resolves: rhbz#1993900
811adb
811adb
* Tue Aug 10 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.8.0-10
811adb
- pgsqlms: new resource agent
811adb
811adb
  Resolves: rhbz#1952005
811adb
811adb
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 4.8.0-8.1
811adb
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
811adb
  Related: rhbz#1991688
811adb
811adb
* Tue Jun 29 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.8.0-8
811adb
- Exclude SAP agents that are in separate -sap subpackage
811adb
811adb
  Resolves: rhbz#1977208
811adb
811adb
* Mon May 17 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.8.0-3
811adb
- Remove redhat-lsb-core dependency (lsb_release)
811adb
811adb
  Resolves: rhbz#1961539
811adb
811adb
* Wed Apr 21 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.8.0-2
811adb
- Solve build issues
811adb
811adb
  Resolves: rhbz#1951253
811adb
811adb
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 4.8.0-1.1
811adb
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
811adb
811adb
* Tue Mar 16 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.7.0-7
811adb
- Filesystem: change force_unmount default to safe for RHEL9+ (1843578)
811adb
811adb
* Wed Mar  3 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.7.0-5
811adb
- Exclude unsupported agents
811adb
811adb
* Wed Feb 24 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.7.0-4
811adb
- remove ldirectord subpackage
811adb
811adb
  Resolves: rhbz#1932218
811adb
811adb
* Tue Feb 16 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.7.0-3
811adb
- add BuildRequires for google lib
811adb
- use HA cloud support supplied awscli
811adb
811adb
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.7.0-1.1
811adb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
811adb
811adb
* Wed Dec  9 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.7.0-1
811adb
- Rebase to resource-agents 4.7.0 upstream release.
811adb
811adb
* Mon Aug 24 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.6.1-4
811adb
- spec: improvements from upstream project
811adb
811adb
* Mon Aug 24 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.6.1-3
811adb
- ldirectord: add dependency for perl-IO-Socket-INET6
811adb
811adb
  Resolves: rhbz#1868063
811adb
811adb
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.1-2.1
811adb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
811adb
811adb
* Fri Jul 24 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.6.1-2
811adb
- Make Samba/CIFS dependency weak for Fedora 32 and remove the
811adb
  dependency from 33+
811adb
811adb
* Thu Jun 18 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.6.1-1
811adb
- Rebase to resource-agents 4.6.1 upstream release.
811adb
811adb
* Thu Jun 18 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.6.0-1
811adb
- Rebase to resource-agents 4.6.0 upstream release.
811adb
811adb
* Mon Mar  9 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.5.0-1
811adb
- Rebase to resource-agents 4.5.0 upstream release.
811adb
811adb
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.0-1.1
811adb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
811adb
811adb
* Wed Oct 23 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.4.0-1
811adb
- Rebase to resource-agents 4.4.0 upstream release.
811adb
811adb
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.0-1.1
811adb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
811adb
811adb
* Fri Jun 21 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.3.0-1
811adb
- Rebase to resource-agents 4.3.0 upstream release.
811adb
811adb
* Fri May 24 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.2.0-4
811adb
- Fix build issues
811adb
811adb
* Fri Mar 15 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.2.0-3
811adb
- systemd-tmpfiles: change path to /run/resource-agents
811adb
811adb
  Resolves: rhbz#1688865
811adb
811adb
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-1.1
811adb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
811adb
811adb
* Wed Oct 24 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.2.0-1
811adb
- Rebase to resource-agents 4.2.0 upstream release.
811adb
- spec: fix missing systemd config files
811adb
811adb
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.1-1.2
811adb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
811adb
811adb
* Sun Mar 18 2018 Iryna Shcherbina <ishcherb@redhat.com> - 4.1.1-1.1
811adb
- Update Python 2 dependency declarations to new packaging standards
811adb
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
811adb
811adb
* Tue Mar 13 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-1
811adb
- Rebase to resource-agents 4.1.1 upstream release.
811adb
811adb
* Mon Feb 19 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.0-2
811adb
- Add gcc to BuildRequires
811adb
811adb
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.1.0-1.1
811adb
- Escape macros in %%changelog
811adb
811adb
* Wed Jan 10 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.0-1
811adb
- Rebase to resource-agents 4.1.0 upstream release.
811adb
811adb
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-1.3
811adb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
811adb
811adb
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-1.2
811adb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
811adb
811adb
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-1.1
811adb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
811adb
811adb
* Thu Feb  2 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.1-1
811adb
- Rebase to resource-agents 4.0.1 upstream release.
811adb
811adb
* Wed Feb  1 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.0-2
811adb
- galera: remove "long SST monitoring" support due to corner-case issues
811adb
811adb
* Tue Jan 31 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.0-1
811adb
- Rebase to resource-agents 4.0.0 upstream release.
811adb
811adb
* Thu Dec 15 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.7-6
811adb
- Add netstat dependency
811adb
811adb
* Tue Feb  9 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.7-4
811adb
- Rebase to resource-agents 3.9.7 upstream release.
811adb
811adb
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.6-2.2
811adb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
811adb
811adb
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.6-2.1
811adb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
811adb
811adb
* Mon Apr 20 2015 David Vossel <dvossel@redhat.com> - 3.9.6-2
811adb
- Rebase to latest upstream code in order to pull in rabbitmq-cluster agent
811adb
811adb
* Fri Feb 13 2015 David Vossel <dvossel@redhat.com> - 3.9.6-1
811adb
- Rebase to resource-agents 3.9.6 upstream release.
811adb
811adb
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.5-12.2
811adb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
811adb
811adb
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.5-12.1
811adb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
811adb
811adb
* Wed Apr 30 2014 David Vossel <dvossel@redhat.com> - 3.9.5-12
811adb
- Sync with latest upstream.
811adb
811adb
* Thu Jan 2 2014 David Vossel <dvossel@redhat.com> - 3.9.5-11
811adb
- Sync with latest upstream.
811adb
811adb
* Sun Oct 20 2013 David Vossel <dvossel@redhat.com> - 3.9.5-10
811adb
- Fix build system for rawhide.
811adb
811adb
* Wed Oct 16 2013 David Vossel <dvossel@redhat.com> - 3.9.5-9
811adb
- Remove rgmanager agents from build.
811adb
811adb
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.5-8
811adb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
811adb
811adb
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 3.9.5-7
811adb
- Perl 5.18 rebuild
811adb
811adb
* Tue Jun 18 2013 David Vossel <dvossel@redhat.com> - 3.9.5-6
811adb
- Restores rsctmp directory to upstream default.
811adb
811adb
* Tue Jun 18 2013 David Vossel <dvossel@redhat.com> - 3.9.5-5
811adb
- Merges redhat provider into heartbeat provider. Remove
811adb
  rgmanager's redhat provider.
811adb
811adb
  Resolves: rhbz#917681
811adb
  Resolves: rhbz#928890
811adb
  Resolves: rhbz#952716
811adb
  Resolves: rhbz#960555
811adb
811adb
* Tue Mar 12 2013 David Vossel <dvossel@redhat.com> - 3.9.5-3
811adb
- Fixes build system error with conditional logic involving
811adb
  IPv6addr and updates spec file to build against rhel 7 as
811adb
  well as fedora 19.
811adb
811adb
* Mon Mar 11 2013 David Vossel <dvossel@redhat.com> - 3.9.5-2
811adb
- Resolves rhbz#915050
811adb
811adb
* Mon Mar 11 2013 David Vossel <dvossel@redhat.com> - 3.9.5-1
811adb
- New upstream release.
811adb
811adb
* Fri Jan 25 2013 Kevin Fenzi <kevin@scrye.com> - 3.9.2-5
811adb
- Fix cifs mount requires
811adb
811adb
* Mon Nov 12 2012 Chris Feist <cfeist@redhat.com> - 3.9.2-4
811adb
- Removed version number after dist
811adb
811adb
* Mon Oct 29 2012 Chris Feist <cfeist@redhat.com> - 3.9.2-3.8
811adb
- Remove cluster-glue-libs-devel
811adb
- Disable IPv6addr & sfex to fix deps on libplumgpl & libplum (due to
811adb
  disappearance of cluster-glue in F18)
811adb
811adb
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.2-3.5
811adb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
811adb
811adb
* Thu Jul 05 2012 Chris Feist <cfeist@redhat.com> - 3.9.2-3.4
811adb
- Fix location of lvm (change from /sbin to /usr/sbin)
811adb
811adb
* Wed Apr 04 2012 Jon Ciesla <limburgher@gmail.com> - 3.9.2-3.3
811adb
- Rebuilt to fix rawhide dependency issues (caused by move of fsck from
811adb
  /sbin to /usr/sbin).
811adb
811adb
* Fri Mar 30 2012 Jon Ciesla <limburgher@gmail.com> - 3.9.2-3.1
811adb
- libnet rebuild.
811adb
811adb
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.2-2.1
811adb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
811adb
811adb
* Fri Jul  8 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.9.2-2
811adb
- add post call to resource-agents to integrate with cluster 3.1.4
811adb
811adb
* Thu Jun 30 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.9.2-1
811adb
- new upstream release
811adb
- fix 2 regressions from 3.9.1
811adb
811adb
* Mon Jun 20 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.9.1-1
811adb
- new upstream release
811adb
- import spec file from upstream
811adb
811adb
* Tue Mar  1 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.1-1
811adb
- new upstream release 3.1.1 and 1.0.4
811adb
811adb
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.0-2
811adb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
811adb
811adb
* Thu Dec  2 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.0-1
811adb
- new upstream release
811adb
- spec file update:
811adb
  Update upstream URL
811adb
  Update source URL
811adb
  use standard configure macro
811adb
  use standard make invokation
811adb
811adb
* Thu Oct  7 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.17-1
811adb
- new upstream release
811adb
  Resolves: rhbz#632595, rhbz#633856, rhbz#632385, rhbz#628013
811adb
  Resolves: rhbz#621313, rhbz#595383, rhbz#580492, rhbz#605733
811adb
  Resolves: rhbz#636243, rhbz#591003, rhbz#637913, rhbz#634718
811adb
  Resolves: rhbz#617247, rhbz#617247, rhbz#617234, rhbz#631943
811adb
  Resolves: rhbz#639018
811adb
811adb
* Thu Oct  7 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.16-2
811adb
- new upstream release of the Pacemaker agents: 71b1377f907c
811adb
811adb
* Thu Sep  2 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.16-1
811adb
- new upstream release
811adb
  Resolves: rhbz#619096, rhbz#614046, rhbz#620679, rhbz#619680
811adb
  Resolves: rhbz#621562, rhbz#621694, rhbz#608887, rhbz#622844
811adb
  Resolves: rhbz#623810, rhbz#617306, rhbz#623816, rhbz#624691
811adb
  Resolves: rhbz#622576
811adb
811adb
* Thu Jul 29 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.14-1
811adb
- new upstream release
811adb
  Resolves: rhbz#553383, rhbz#557563, rhbz#578625, rhbz#591003
811adb
  Resolves: rhbz#593721, rhbz#593726, rhbz#595455, rhbz#595547
811adb
  Resolves: rhbz#596918, rhbz#601315, rhbz#604298, rhbz#606368
811adb
  Resolves: rhbz#606470, rhbz#606480, rhbz#606754, rhbz#606989
811adb
  Resolves: rhbz#607321, rhbz#608154, rhbz#608887, rhbz#609181
811adb
  Resolves: rhbz#609866, rhbz#609978, rhbz#612097, rhbz#612110
811adb
  Resolves: rhbz#612165, rhbz#612941, rhbz#614127, rhbz#614356
811adb
  Resolves: rhbz#614421, rhbz#614457, rhbz#614961, rhbz#615202
811adb
  Resolves: rhbz#615203, rhbz#615255, rhbz#617163, rhbz#617566
811adb
  Resolves: rhbz#618534, rhbz#618703, rhbz#618806, rhbz#618814
811adb
811adb
* Mon Jun  7 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.13-1
811adb
- new upstream release
811adb
  Resolves: rhbz#592103, rhbz#593108, rhbz#578617, rhbz#594626
811adb
  Resolves: rhbz#594511, rhbz#596046, rhbz#594111, rhbz#597002
811adb
  Resolves: rhbz#599643
811adb
811adb
* Tue May 18 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.12-2
811adb
- libnet is not available on RHEL
811adb
- Do not package ldirectord on RHEL
811adb
  Resolves: rhbz#577264
811adb
811adb
* Mon May 10 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.12-1
811adb
- new upstream release
811adb
  Resolves: rhbz#585217, rhbz#586100, rhbz#581533, rhbz#582753
811adb
  Resolves: rhbz#582754, rhbz#585083, rhbz#587079, rhbz#588890
811adb
  Resolves: rhbz#588925, rhbz#583789, rhbz#589131, rhbz#588010
811adb
  Resolves: rhbz#576871, rhbz#576871, rhbz#590000, rhbz#589823
811adb
811adb
* Mon May 10 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.12-1
811adb
- New pacemaker agents upstream release: a7c0f35916bf
811adb
  + High: pgsql: properly implement pghost parameter
811adb
  + High: RA: mysql: fix syntax error
811adb
  + High: SAPInstance RA: do not rely on op target rc when monitoring clones (lf#2371)
811adb
  + High: set the HA_RSCTMP directory to /var/run/resource-agents (lf#2378)
811adb
  + Medium: IPaddr/IPaddr2: add a description of the assumption in meta-data
811adb
  + Medium: IPaddr: return the correct code if interface delete failed
811adb
  + Medium: nfsserver: rpc.statd as the notify cmd does not work with -v (thanks to Carl Lewis)
811adb
  + Medium: oracle: reduce output from sqlplus to the last line for queries (bnc#567815)
811adb
  + Medium: pgsql: implement "config" parameter
811adb
  + Medium: RA: iSCSITarget: follow changed IET access policy
811adb
811adb
* Wed Apr 21 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.11-1
811adb
- new upstream release
811adb
  Resolves: rhbz#583945, rhbz#581047, rhbz#576330, rhbz#583017
811adb
  Resolves: rhbz#583019, rhbz#583948, rhbz#584003, rhbz#582017
811adb
  Resolves: rhbz#555901, rhbz#582754, rhbz#582573, rhbz#581533
811adb
- Switch to file based Requires.
811adb
  Also address several other problems related to missing runtime
811adb
  components in different agents.
811adb
  With the current Requires: set, we guarantee all basic functionalities
811adb
  out of the box for lvm/fs/clusterfs/netfs/networking.
811adb
  Resolves: rhbz#570008
811adb
811adb
* Sat Apr 17 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.10-2
811adb
- New pacemaker agents upstream release
811adb
  + High: RA: vmware: fix set_environment() invocation (LF 2342)
811adb
  + High: RA: vmware: update to version 0.2
811adb
  + Medium: Filesystem: prefer /proc/mounts to /etc/mtab for non-bind mounts (lf#2388)
811adb
  + Medium: IPaddr2: don't bring the interface down on stop (thanks to Lars Ellenberg)
811adb
  + Medium: IPsrcaddr: modify the interface route (lf#2367)
811adb
  + Medium: ldirectord: Allow multiple email addresses (LF 2168)
811adb
  + Medium: ldirectord: fix setting defaults for configfile and ldirectord (lf#2328)
811adb
  + Medium: meta-data: improve timeouts in most resource agents
811adb
  + Medium: nfsserver: use default values (lf#2321)
811adb
  + Medium: ocf-shellfuncs: don't log but print to stderr if connected to a terminal
811adb
  + Medium: ocf-shellfuncs: don't output to stderr if using syslog
811adb
  + Medium: oracle/oralsnr: improve exit codes if the environment isn't valid
811adb
  + Medium: RA: iSCSILogicalUnit: fix monitor for STGT
811adb
  + Medium: RA: make sure that OCF_RESKEY_CRM_meta_interval is always defined (LF 2284)
811adb
  + Medium: RA: ManageRAID: require bash
811adb
  + Medium: RA: ManageRAID: require bash
811adb
  + Medium: RA: VirtualDomain: bail out early if config file can't be read during probe (Novell 593988)
811adb
  + Medium: RA: VirtualDomain: fix incorrect use of __OCF_ACTION
811adb
  + Medium: RA: VirtualDomain: improve error messages
811adb
  + Medium: RA: VirtualDomain: spin on define until we definitely have a domain name
811adb
  + Medium: Route: add route table parameter (lf#2335)
811adb
  + Medium: sfex: don't use pid file (lf#2363,bnc#585416)
811adb
  + Medium: sfex: exit with success on stop if sfex has never been started (bnc#585416)
811adb
811adb
* Fri Apr  9 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.10-1
811adb
- New rgmanager resource agents upstream release
811adb
  Resolves: rhbz#519491, rhbz#570525, rhbz#571806, rhbz#574027
811adb
  Resolves: rhbz#574215, rhbz#574886, rhbz#576322, rhbz#576335
811adb
  Resolves: rhbz#575103, rhbz#577856, rhbz#577874, rhbz#578249
811adb
  Resolves: rhbz#578625, rhbz#578626, rhbz#578628, rhbz#578626
811adb
  Resolves: rhbz#579621, rhbz#579623, rhbz#579625, rhbz#579626
811adb
  Resolves: rhbz#579059
811adb
811adb
* Wed Mar 24 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.9-2
811adb
- Resolves: rhbz#572993 - Patched build process to correctly generate ldirectord man page
811adb
- Resolves: rhbz#574732 - Add libnet-devel as a dependancy to ensure IPaddrv6 is built
811adb
811adb
* Mon Mar  1 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.9-1
811adb
- New rgmanager resource agents upstream release
811adb
  Resolves: rhbz#455300, rhbz#568446, rhbz#561862, rhbz#536902
811adb
  Resolves: rhbz#512171, rhbz#519491
811adb
811adb
* Mon Feb 22 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.8-1
811adb
- New rgmanager resource agents upstream release
811adb
  Resolves: rhbz#548133, rhbz#565907, rhbz#545602, rhbz#555901
811adb
  Resolves: rhbz#564471, rhbz#515717, rhbz#557128, rhbz#536157
811adb
  Resolves: rhbz#455300, rhbz#561416, rhbz#562237, rhbz#537201
811adb
  Resolves: rhbz#536962, rhbz#553383, rhbz#556961, rhbz#555363
811adb
  Resolves: rhbz#557128, rhbz#455300, rhbz#557167, rhbz#459630
811adb
  Resolves: rhbz#532808, rhbz#556603, rhbz#554968, rhbz#555047
811adb
  Resolves: rhbz#554968, rhbz#555047
811adb
- spec file update:
811adb
  * update spec file copyright date
811adb
  * use bz2 tarball
811adb
811adb
* Fri Jan 15 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.7-2
811adb
- Add python as BuildRequires
811adb
811adb
* Mon Jan 11 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.7-1
811adb
- New rgmanager resource agents upstream release
811adb
  Resolves: rhbz#526286, rhbz#533461
811adb
811adb
* Mon Jan 11 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.6-2
811adb
- Update Pacameker agents to upstream version: c76b4a6eb576
811adb
  + High: RA: VirtualDomain: fix forceful stop (LF 2283)
811adb
  + High: apache: monitor operation of depth 10 for web applications (LF 2234)
811adb
  + Medium: IPaddr2: CLUSTERIP/iptables rule not always inserted on failed monitor (LF 2281)
811adb
  + Medium: RA: Route: improve validate (LF 2232)
811adb
  + Medium: mark obsolete RAs as deprecated (LF 2244)
811adb
  + Medium: mysql: escalate stop to KILL if regular shutdown doesn't work
811adb
811adb
* Mon Dec 7 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.6-1
811adb
- New rgmanager resource agents upstream release
811adb
- spec file update:
811adb
  * use global instead of define
811adb
  * use new Source0 url
811adb
  * use %%name macro more aggressively
811adb
811adb
* Mon Dec 7 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.5-2
811adb
- Update Pacameker agents to upstream version: bc00c0b065d9
811adb
  + High: RA: introduce OCF_FUNCTIONS_DIR, allow it to be overridden (LF2239)
811adb
  + High: doc: add man pages for all RAs (LF2237)
811adb
  + High: syslog-ng: new RA
811adb
  + High: vmware: make meta-data work and several cleanups (LF 2212)
811adb
  + Medium: .ocf-shellfuncs: add ocf_is_probe function
811adb
  + Medium: Dev: make RAs executable (LF2239)
811adb
  + Medium: IPv6addr: ifdef out the ip offset hack for libnet v1.1.4 (LF 2034)
811adb
  + Medium: add mercurial repository version information to .ocf-shellfuncs
811adb
  + Medium: build: add perl-MailTools runtime dependency to ldirectord package (LF 1469)
811adb
  + Medium: iSCSITarget, iSCSILogicalUnit: support LIO
811adb
  + Medium: nfsserver: use check_binary properly in validate (LF 2211)
811adb
  + Medium: nfsserver: validate should not check if nfs_shared_infodir exists (thanks to eelco@procolix.com) (LF 2219)
811adb
  + Medium: oracle/oralsnr: export variables properly
811adb
  + Medium: pgsql: remove the previous backup_label if it exists
811adb
  + Medium: postfix: fix double stop (thanks to Dinh N. Quoc)
811adb
  + RA: LVM: Make monitor operation quiet in logs (bnc#546353)
811adb
  + RA: Xen: Remove instance_attribute "allow_migrate" (bnc#539968)
811adb
  + ldirectord: OCF agent: overhaul
811adb
811adb
* Fri Nov 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.5-1
811adb
- New rgmanager resource agents upstream release
811adb
- Allow pacemaker to use rgmanager resource agents
811adb
811adb
* Wed Oct 28 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.4-2
811adb
- Update Pacameker agents to upstream version: e2338892f59f
811adb
  + High: send_arp - turn on unsolicited mode for compatibilty with the libnet version's exit codes
811adb
  + High: Trap sigterm for compatibility with the libnet version of send_arp
811adb
  + Medium: Bug - lf#2147: IPaddr2: behave if the interface is down
811adb
  + Medium: IPv6addr: recognize network masks properly
811adb
  + Medium: RA: VirtualDomain: avoid needlessly invoking "virsh define"
811adb
811adb
* Wed Oct 21 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.4-1
811adb
- New rgmanager resource agents upstream release
811adb
811adb
* Mon Oct 12 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.3-3
811adb
- Update Pacameker agents to upstream version: 099c0e5d80db
811adb
  + Add the ha_parameter function back into .ocf-shellfuncs.
811adb
  + Bug bnc#534803 - Provide a default for MAILCMD
811adb
  + Fix use of undefined macro @HA_NOARCHDATAHBDIR@
811adb
  + High (LF 2138): IPsrcaddr: replace 0/0 with proper ip prefix (thanks to Michael Ricordeau and Michael Schwartzkopff)
811adb
  + Import shellfuncs from heartbeat as badly written RAs use it
811adb
  + Medium (LF 2173): nfsserver: exit properly in nfsserver_validate
811adb
  + Medium: RA: Filesystem: implement monitor operation
811adb
  + Medium: RA: VirtualDomain: loop on status if libvirtd is unreachable
811adb
  + Medium: RA: VirtualDomain: loop on status if libvirtd is unreachable (addendum)
811adb
  + Medium: RA: iSCSILogicalUnit: use a 16-byte default SCSI ID
811adb
  + Medium: RA: iSCSITarget: be more persistent deleting targets on stop
811adb
  + Medium: RA: portblock: add per-IP filtering capability
811adb
  + Medium: mysql-proxy: log_level and keepalive parameters
811adb
  + Medium: oracle: drop spurious output from sqlplus
811adb
  + RA: Filesystem: allow configuring smbfs mounts as clones
811adb
811adb
* Wed Sep 23 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.3-1
811adb
- New rgmanager resource agents upstream release
811adb
811adb
* Thu Aug 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.1-1
811adb
- New rgmanager resource agents upstream release
811adb
811adb
* Tue Aug 18 2009 Andrew Beekhof <andrew@beekhof.net> - 3.0.0-16
811adb
- Create an ldirectord package
811adb
- Update Pacameker agents to upstream version: 2198dc90bec4
811adb
  + Build: Import ldirectord.
811adb
  + Ensure HA_VARRUNDIR has a value to substitute
811adb
  + High: Add findif tool (mandatory for IPaddr/IPaddr2)
811adb
  + High: IPv6addr: new nic and cidr_netmask parameters
811adb
  + High: postfix: new resource agent
811adb
  + Include license information
811adb
  + Low (LF 2159): Squid: make the regexp match more precisely output of netstat
811adb
  + Low: configure: Fix package name.
811adb
  + Low: ldirectord: add dependency on $remote_fs.
811adb
  + Low: ldirectord: add mandatory required header to init script.
811adb
  + Medium (LF 2165): IPaddr2: remove all colons from the mac address before passing it to send_arp
811adb
  + Medium: VirtualDomain: destroy domain shortly before timeout expiry
811adb
  + Medium: shellfuncs: Make the mktemp wrappers work.
811adb
  + Remove references to Echo function
811adb
  + Remove references to heartbeat shellfuncs.
811adb
  + Remove useless path lookups
811adb
  + findif: actually include the right header. Simplify configure.
811adb
  + ldirectord: Remove superfluous configure artifact.
811adb
  + ocf-tester: Fix package reference and path to DTD.
811adb
811adb
* Tue Aug 11 2009 Ville Skyttä <ville.skytta@iki.fi> - 3.0.0-15
811adb
- Use bzipped upstream hg tarball.
811adb
811adb
* Wed Jul 29 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-14
811adb
- Merge Pacemaker cluster resource agents:
811adb
  * Add Source1.
811adb
  * Drop noarch. We have real binaries now.
811adb
  * Update BuildRequires.
811adb
  * Update all relevant prep/build/install/files/description sections.
811adb
811adb
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-13
811adb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
811adb
811adb
* Wed Jul  8 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-12
811adb
- spec file updates:
811adb
  * Update copyright header
811adb
  * final release.. undefine alphatag
811adb
811adb
* Thu Jul  2 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-11.rc4
811adb
- New upstream release.
811adb
811adb
* Sat Jun 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-10.rc3
811adb
- New upstream release.
811adb
811adb
* Wed Jun 10 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-9.rc2
811adb
- New upstream release + git94df30ca63e49afb1e8aeede65df8a3e5bcd0970
811adb
811adb
* Tue Mar 24 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-8.rc1
811adb
- New upstream release.
811adb
- Update BuildRoot usage to preferred versions/names
811adb
811adb
* Mon Mar  9 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-7.beta1
811adb
- New upstream release.
811adb
811adb
* Fri Mar  6 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-6.alpha7
811adb
- New upstream release.
811adb
811adb
* Tue Mar  3 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-5.alpha6
811adb
- New upstream release.
811adb
811adb
* Tue Feb 24 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-4.alpha5
811adb
- Drop Conflicts with rgmanager.
811adb
811adb
* Mon Feb 23 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-3.alpha5
811adb
- New upstream release.
811adb
811adb
* Thu Feb 19 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-2.alpha4
811adb
- Add comments on how to build this package.
811adb
811adb
* Thu Feb  5 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-1.alpha4
811adb
- New upstream release.
811adb
- Fix datadir/cluster directory ownership.
811adb
811adb
* Tue Jan 27 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-1.alpha3
811adb
  - Initial packaging