|
|
|
@ -12,18 +12,30 @@
|
|
|
|
|
# Below is the script used to generate a new source file
|
|
|
|
|
# from the resource-agent upstream git repo.
|
|
|
|
|
#
|
|
|
|
|
# Use a specified version as HEAD if needed, e.g. "v4.14.0"
|
|
|
|
|
#
|
|
|
|
|
# # Source0:
|
|
|
|
|
# git checkout <version tag>
|
|
|
|
|
# TAG=$(git log --pretty="format:%h" -n 1)
|
|
|
|
|
# distdir="ClusterLabs-resource-agents-${TAG}"
|
|
|
|
|
# TARFILE="${distdir}.tar.gz"
|
|
|
|
|
# rm -rf $TARFILE $distdir
|
|
|
|
|
# git archive --prefix=$distdir/ HEAD | gzip > $TARFILE
|
|
|
|
|
#
|
|
|
|
|
# # Source1:
|
|
|
|
|
# git checkout <version tag>
|
|
|
|
|
# TAG=$(git log --pretty="format:%h" -n 1)
|
|
|
|
|
# distdir="SAPStartSrv-resourceAgent-${TAG}"
|
|
|
|
|
# TARFILE="${distdir}.tar.gz"
|
|
|
|
|
# rm -rf $TARFILE $distdir
|
|
|
|
|
# git archive --prefix=$distdir/ HEAD | gzip > $TARFILE
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
%global upstream_prefix ClusterLabs-resource-agents
|
|
|
|
|
%global upstream_version fd0720f7
|
|
|
|
|
%global upstream_version a6ccb93a
|
|
|
|
|
|
|
|
|
|
%global sap_script_prefix sap_cluster_connector
|
|
|
|
|
%global sap_script_hash 0015fe2
|
|
|
|
|
%global sapstart_prefix SAPStartSrv-resourceAgent
|
|
|
|
|
%global sapstart_version 1758e33
|
|
|
|
|
|
|
|
|
|
# Whether this platform defaults to using systemd as an init system
|
|
|
|
|
# (needs to be evaluated prior to BuildRequires being enumerated and
|
|
|
|
@ -41,26 +53,25 @@
|
|
|
|
|
} || %{?__transaction_systemd_inhibit:1}%{!?__transaction_systemd_inhibit:0}%{nil \
|
|
|
|
|
} || %(test -f /usr/lib/os-release; test $? -ne 0; echo $?))
|
|
|
|
|
|
|
|
|
|
# determine the ras-set to process based on configure invokation
|
|
|
|
|
# determine the ras-set to process based on configure invocation
|
|
|
|
|
%bcond_with rgmanager
|
|
|
|
|
%bcond_without linuxha
|
|
|
|
|
|
|
|
|
|
Name: resource-agents-sap
|
|
|
|
|
Summary: SAP cluster resource agents
|
|
|
|
|
Version: 4.10.0
|
|
|
|
|
Release: 3%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://github.com/ClusterLabs/resource-agents
|
|
|
|
|
Source0: %{upstream_prefix}-%{upstream_version}.tar.gz
|
|
|
|
|
Source1: %{sap_script_prefix}-%{sap_script_hash}.tar.gz
|
|
|
|
|
Patch0: bz2151293-SAPInstance-improve-killsap-logic.patch
|
|
|
|
|
Name: resource-agents-sap
|
|
|
|
|
Summary: SAP cluster resource agents
|
|
|
|
|
Version: 4.15.1
|
|
|
|
|
Release: 0%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}.1
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://github.com/ClusterLabs/resource-agents
|
|
|
|
|
Source0: %{upstream_prefix}-%{upstream_version}.tar.gz
|
|
|
|
|
Source1: %{sapstart_prefix}-%{sapstart_version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
# Build dependencies
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: automake autoconf pkgconfig gcc
|
|
|
|
|
BuildRequires: libxslt glib2-devel
|
|
|
|
|
BuildRequires: libxslt glib2-devel libqb-devel
|
|
|
|
|
BuildRequires: systemd
|
|
|
|
|
BuildRequires: which
|
|
|
|
|
|
|
|
|
@ -79,13 +90,21 @@ BuildRequires: libnet-devel
|
|
|
|
|
|
|
|
|
|
%if 0%{?suse_version}
|
|
|
|
|
BuildRequires: libnet-devel
|
|
|
|
|
%if 0%{?suse_version} > 1500
|
|
|
|
|
BuildRequires: cluster-glue-devel
|
|
|
|
|
%else
|
|
|
|
|
BuildRequires: libglue-devel
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: libxslt docbook_4 docbook-xsl-stylesheets
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Requires: resource-agents >= 4.8.0
|
|
|
|
|
Requires: resource-agents >= 4.8.0
|
|
|
|
|
Requires(post): systemd
|
|
|
|
|
Requires(preun): systemd
|
|
|
|
|
Requires(postun): systemd
|
|
|
|
|
|
|
|
|
|
Requires: /bin/bash /usr/bin/grep /bin/sed /bin/gawk
|
|
|
|
|
Requires: python3 python3-psutil
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The SAP resource agents interface with Pacemaker to allow
|
|
|
|
@ -94,11 +113,11 @@ SAP instances to be managed in a cluster environment.
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{upstream_prefix}-%{upstream_version}
|
|
|
|
|
%setup -q -T -D -a 1 -n %{upstream_prefix}-%{upstream_version}
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
if [ ! -f configure ]; then
|
|
|
|
|
./autogen.sh
|
|
|
|
|
./autogen.sh
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} >= 11 || 0%{?centos} > 5 || 0%{?rhel} > 5
|
|
|
|
@ -123,9 +142,9 @@ export CFLAGS
|
|
|
|
|
|
|
|
|
|
%configure \
|
|
|
|
|
%if 0%{?fedora} || 0%{?centos} > 7 || 0%{?rhel} > 7 || 0%{?suse_version}
|
|
|
|
|
PYTHON="%{__python3}" \
|
|
|
|
|
PYTHON="%{__python3}" \
|
|
|
|
|
%endif
|
|
|
|
|
%{conf_opt_fatal} \
|
|
|
|
|
%{conf_opt_fatal} \
|
|
|
|
|
%if %{defined _unitdir}
|
|
|
|
|
--with-systemdsystemunitdir=%{_unitdir} \
|
|
|
|
|
%endif
|
|
|
|
@ -133,42 +152,73 @@ export CFLAGS
|
|
|
|
|
--with-systemdtmpfilesdir=%{_tmpfilesdir} \
|
|
|
|
|
--with-rsctmpdir=/run/resource-agents \
|
|
|
|
|
%endif
|
|
|
|
|
--with-pkg-name=resource-agents \
|
|
|
|
|
--with-ras-set=%{rasset}
|
|
|
|
|
--with-pkg-name=resource-agents \
|
|
|
|
|
--with-ras-set=%{rasset}
|
|
|
|
|
|
|
|
|
|
%if %{defined jobs}
|
|
|
|
|
JFLAGS="$(echo '-j%{jobs}')"
|
|
|
|
|
%else
|
|
|
|
|
JFLAGS="$(echo '%{_smp_mflags}')"
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
make $JFLAGS
|
|
|
|
|
make %{_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
|
|
# remove other agents
|
|
|
|
|
# Remove other agents
|
|
|
|
|
find %{buildroot}/usr/lib/ocf ! -type d ! -iname "SAP*" -exec rm {} \;
|
|
|
|
|
find %{buildroot}/%{_mandir} -type f ! -iname "*SAP*" -exec rm {} \;
|
|
|
|
|
find %{buildroot}%{_mandir} -type f ! -iname "*SAP*" -exec rm {} \;
|
|
|
|
|
find %{buildroot}%{_unitdir} -type f ! -iname "sap*" -exec rm {} \;
|
|
|
|
|
|
|
|
|
|
# Resource agent from Source1.
|
|
|
|
|
# Python script cannot be used for automatic man page creation during prep.
|
|
|
|
|
install -m 0755 %{sapstart_prefix}-%{sapstart_version}/ra/SAPStartSrv.in \
|
|
|
|
|
%{buildroot}%{_usr}/lib/ocf/resource.d/heartbeat/SAPStartSrv
|
|
|
|
|
|
|
|
|
|
# Service units and script called by services.
|
|
|
|
|
install -D -m 0644 %{sapstart_prefix}-%{sapstart_version}/sbin/sapservices-move.in \
|
|
|
|
|
%{buildroot}%{_bindir}/sapservices-move
|
|
|
|
|
install -D -m 0644 %{sapstart_prefix}-%{sapstart_version}/service/* \
|
|
|
|
|
%{buildroot}%{_unitdir}
|
|
|
|
|
|
|
|
|
|
cp %{sap_script_prefix}-%{sap_script_hash}/redhat/sap_redhat_cluster_connector %{buildroot}/%{_sbindir}/sap_redhat_cluster_connector
|
|
|
|
|
# Change hard-coded /usr/sbin to /usr/bin, where the sapservices-move script lives.
|
|
|
|
|
sed -i -e 's|%{_sbindir}|%{_bindir}|g' %{buildroot}%{_unitdir}/sap*
|
|
|
|
|
|
|
|
|
|
# Fix python shebang.
|
|
|
|
|
sed -i -e 's|@PYTHON@ -tt|%{__python3}|g' \
|
|
|
|
|
%{buildroot}%{_usr}/lib/ocf/resource.d/heartbeat/SAPStartSrv
|
|
|
|
|
sed -i -e 's|@PYTHON@ -tt|%{__python3}|g' %{buildroot}%{_bindir}/sapservices-move
|
|
|
|
|
|
|
|
|
|
# License
|
|
|
|
|
mkdir -p %{buildroot}%{_defaultlicensedir}/%{name}
|
|
|
|
|
cp %{sapstart_prefix}-%{sapstart_version}/LICENSE %{buildroot}%{_defaultlicensedir}/%{name}
|
|
|
|
|
|
|
|
|
|
## tree fixup
|
|
|
|
|
# remove docs (there is only one and they should come from doc sections in files)
|
|
|
|
|
rm -rf %{buildroot}/usr/share/doc/resource-agents
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
%systemd_post sapping.service
|
|
|
|
|
%systemd_post sappong.service
|
|
|
|
|
|
|
|
|
|
%preun
|
|
|
|
|
%systemd_preun sapping.service
|
|
|
|
|
%systemd_preun sappong.service
|
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
|
%systemd_postun sapping.service
|
|
|
|
|
%systemd_postun sappong.service
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%{_usr}/lib/ocf/resource.d/heartbeat/SAP*
|
|
|
|
|
%{_usr}/lib/ocf/lib/heartbeat/sap*
|
|
|
|
|
%{_mandir}/man7/*SAP*
|
|
|
|
|
%{_sbindir}/sap_redhat_cluster_connector
|
|
|
|
|
%defattr(755,root,root,-)
|
|
|
|
|
%{_bindir}/sap*
|
|
|
|
|
%defattr(644,root,root,-)
|
|
|
|
|
%{_unitdir}/sap*
|
|
|
|
|
|
|
|
|
|
%exclude /etc
|
|
|
|
|
%exclude /usr/include
|
|
|
|
|
%exclude %{_usr}/lib/debug
|
|
|
|
|
%exclude %{_usr}/lib/systemd
|
|
|
|
|
%exclude %{_usr}/lib/tmpfiles.d
|
|
|
|
|
%exclude /usr/libexec/heartbeat
|
|
|
|
|
%exclude /usr/sbin/ldirectord
|
|
|
|
@ -178,39 +228,17 @@ rm -rf %{buildroot}/usr/share/doc/resource-agents
|
|
|
|
|
%exclude /usr/src
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Dec 07 2022 Janine Fuchs <jfuchs@redhat.com> - 4.10.0-3
|
|
|
|
|
- SAPInstance: be more resilient against broken kill.sap files
|
|
|
|
|
|
|
|
|
|
Resolves: rhbz#2151293
|
|
|
|
|
|
|
|
|
|
* Mon Nov 22 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-2
|
|
|
|
|
- Rebase to resource-agents 4.10.0 upstream release.
|
|
|
|
|
|
|
|
|
|
Resolves: rhbz#2024660
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 4.8.0-2.1
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Tue Jun 22 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.8.0-2
|
|
|
|
|
- Add CI gating tests
|
|
|
|
|
|
|
|
|
|
Resolves: rhbz#1960245
|
|
|
|
|
|
|
|
|
|
* Mon Jun 7 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.8.0-1
|
|
|
|
|
- Rebase to resource-agents 4.8.0 upstream release.
|
|
|
|
|
|
|
|
|
|
* Fri Apr 17 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-30
|
|
|
|
|
- use safe temp file location
|
|
|
|
|
|
|
|
|
|
Resolves: rhbz#1817439
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 4.15.1-0.1
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Thu Jan 23 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-29
|
|
|
|
|
- SAPInstance: add reload-action
|
|
|
|
|
* Tue Aug 20 2024 Janine Fuchs <jfuchs@redhat.com> - 4.15.1
|
|
|
|
|
- Add resource agent SAPStartSrv.
|
|
|
|
|
Resolves: RHEL-55135
|
|
|
|
|
|
|
|
|
|
Resolves: rhbz#1751949
|
|
|
|
|
* Fri Jul 12 2024 Janine Fuchs <jfuchs@redhat.com> - 4.14.0
|
|
|
|
|
- Add package to RHEL 10.
|
|
|
|
|
Resolves: RHEL-40573
|
|
|
|
|
|
|
|
|
|
* Tue Jun 18 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.1-28
|
|
|
|
|
- Initial build as separate package
|
|
|
|
|
|
|
|
|
|
Resolves: rhbz#1688341
|
|
|
|
|
# vim:set ai ts=2 sw=2 sts=2 et:
|
|
|
|
|