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
cf07b3
%global upstream_prefix ClusterLabs-resource-agents
cf07b3
%global upstream_version 5434e96
cf07b3
cf07b3
%global sap_script_prefix sap_redhat_cluster_connector
cf07b3
%global sap_hash 6353d27
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
cf07b3
Version:	3.9.5
b4da46
Release:	26%{?dist}.6
cf07b3
License:	GPLv2+ and LGPLv2+
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
cf07b3
Source1:	%{sap_script_prefix}-%{sap_hash}.tar.gz
cf07b3
Patch1:		bz984054.patch		
cf07b3
Patch2:		bz884164-multi-lib-fixes.patch
cf07b3
Patch3:		bz10005924-default-apache-config.patch
cf07b3
Patch4:		bz799065-apache-simple-monitor.patch
cf07b3
Patch5:		fix-LVM-clvmd-retry.patch
cf07b3
Patch6:		bz917806-oracle-tns-admin.patch
cf07b3
Patch7:		bz917681-VirtualDomain-heartbeat-updates.patch
cf07b3
Patch8:		bz917681_nodename_fixes.patch
cf07b3
Patch9:		bz1014641-VirtualDomain-syntax-error.patch 
cf07b3
Patch10:	bz917681-VirtualDomain-heartbeat-updates_v2.patch
cf07b3
Patch11:	bz1016140-start-predefined-domains.patch
cf07b3
Patch12:	bz917681-ipv6-send_ua-fix.patch
cf07b3
Patch13:	bz917681-ocft_fedora_supported_test_cases.patch
aba6ec
Patch14:	bz1033016-nfsserver-missing-etab.patch
aba6ec
Patch15:	bz917681-slapd-heartbeat-updates.patch
aba6ec
Patch16:	bz917681-tomcat-heartbeat-updates.patch
aba6ec
Patch17:	bz1029061-virtualdomain-parse-error.patch 
aba6ec
Patch18:	bz1064512-clvmd-agent.patch
aba6ec
Patch19:	bz1060367-vm-monitor-wo-libvirtd.patch
aba6ec
Patch20:	bz1060367-vm-monitor-wo-libvirtd_2.patch
b9953b
Patch21:	bz1091101-nfs-updates.patch
b9953b
Patch22:	bz1091101-nfs-error-msg-fix.patch
b9953b
Patch23:	bz1091101-nfs-rquotad-port-option-fix.patch
b4da46
Patch24:	bz1116166-galera-agent.patch
b4da46
Patch25:	bz1116166-galera-updates.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
cf07b3
BuildRequires: perl python-devel
cf07b3
BuildRequires: libxslt glib2-devel
cf07b3
BuildRequires: which
cf07b3
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
## These apply to rgmanager agents only to guarantee agents
cf07b3
## are functional
cf07b3
%if %{with rgmanager}
cf07b3
# system tools shared by several agents
cf07b3
Requires: /bin/bash /bin/grep /bin/sed /bin/gawk
cf07b3
Requires: /bin/ps /usr/bin/pkill /bin/hostname
cf07b3
Requires: /sbin/fuser
cf07b3
Requires: /sbin/findfs /bin/mount
cf07b3
cf07b3
# fs.sh
cf07b3
Requires: /sbin/quotaon /sbin/quotacheck
cf07b3
Requires: /sbin/fsck
cf07b3
Requires: /usr/sbin/fsck.ext2 /usr/sbin/fsck.ext3 /usr/sbin/fsck.ext4
cf07b3
Requires: /usr/sbin/fsck.xfs
cf07b3
cf07b3
# ip.sh
cf07b3
Requires: /sbin/ip /usr/sbin/ethtool
cf07b3
Requires: /sbin/rdisc /usr/sbin/arping /bin/ping /bin/ping6
cf07b3
cf07b3
# lvm.sh
cf07b3
Requires: /usr/sbin/lvm
cf07b3
cf07b3
# netfs.sh
cf07b3
Requires: /sbin/mount.nfs /sbin/mount.nfs4 /usr/sbin/mount.cifs
cf07b3
Requires: /usr/sbin/rpc.nfsd /sbin/rpc.statd /usr/sbin/rpc.mountd
cf07b3
%endif
cf07b3
cf07b3
## Runtime dependencies required to guarantee heartbeat agents
cf07b3
## are functional
cf07b3
%if %{with linuxha}
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
cf07b3
%package sap
cf07b3
License:      GPLv2+
cf07b3
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
cf07b3
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.
cf07b3
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}
cf07b3
%setup -a 1 -n %{upstream_prefix}-%{upstream_version}
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
cf07b3
%patch12 -p1 -b .bz917681.1
cf07b3
%patch13 -p1 -b .bz917681.1
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
cf07b3
cf07b3
%build
cf07b3
if [ ! -f configure ]; then
cf07b3
	./autogen.sh
cf07b3
fi
cf07b3
b4da46
chmod 755 heartbeat/galera
b4da46
chmod 755 heartbeat/mysql-common.sh
b9953b
chmod 755 heartbeat/nfsnotify
b9953b
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
aba6ec
chmod 755 heartbeat/clvm
aba6ec
cf07b3
%configure \
cf07b3
	%{conf_opt_fatal} \
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
cf07b3
%install
cf07b3
rm -rf %{buildroot}
cf07b3
make install DESTDIR=%{buildroot}
cf07b3
cf07b3
test -d %{buildroot}/usr/sbin || mkdir %{buildroot}/usr/sbin
cf07b3
mv %{sap_script_prefix}-%{sap_hash}/sap_redhat_cluster_connector %{buildroot}/usr/sbin/sap_redhat_cluster_connector
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
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
cf07b3
%if %{with rgmanager}
cf07b3
/usr/lib/ocf/resource.d/redhat
cf07b3
%endif
cf07b3
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
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
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/SAP*
cf07b3
%exclude /usr/lib/ocf/lib/heartbeat/sap*
cf07b3
%exclude %{_mandir}/man7/*SAP*
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
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/db2
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/iSCSILogicalUnit
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/iSCSITarget
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/ids
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
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/oracle
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/oralsnr
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/pingd
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/portblock
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/pound
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/proftpd
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/scsi2reservation
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/sfex
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/nginx
cf07b3
%exclude /usr/lib/ocf/resource.d/heartbeat/rsyslog
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
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_db2.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_iSCSILogicalUnit.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_iSCSITarget.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_ids.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_iscsi.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_jboss.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_lxc.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_oracle.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_oralsnr.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_pingd.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_portblock.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_pound.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_proftpd.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_scsi2reservation.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_sfex.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
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_nginx.7.gz
cf07b3
%exclude %{_mandir}/man7/ocf_heartbeat_rsyslog.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
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
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*
cf07b3
cf07b3
%changelog
b9953b
b4da46
* Thu Oct 30 2014 David Vossel <dvossel@redhat.com> - 3.9.5-26.6
b4da46
- Support for galera resource-agent
b4da46
b4da46
  Resolves: rhbz#1116166
b4da46
b9953b
* Thu Oct 30 2014 David Vossel <dvossel@redhat.com> - 3.9.5-26.5
b9953b
- Support NFSv4 Active/Passive use case.
b9953b
b9953b
  Resolves: rhbz#1158901
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
cf07b3
* Thu Jul 05 2012 Chris Feist <cfeist@redhat.com> - 3.9.2-3.4
cf07b3
- Fix location of lvm (change from /sbin to /usr/sbin)
cf07b3
cf07b3
* Tue Apr 04 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