|
|
|
@ -25,7 +25,7 @@
|
|
|
|
|
Name: sap-cluster-connector
|
|
|
|
|
Summary: SAP cluster connector script
|
|
|
|
|
Version: 3.0.1
|
|
|
|
|
Release: 7%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}.1
|
|
|
|
|
Release: 8%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}.1
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://github.com/fdanapfel/sap_cluster_connector
|
|
|
|
|
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
|
|
|
|
@ -37,8 +37,10 @@ Source0: %{sap_script_prefix}-%{sap_script_hash}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
|
|
|
|
|
Requires: resource-agents-sap >= 4.8.0
|
|
|
|
|
Requires: perl
|
|
|
|
|
Requires: perl-interpreter
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The SAP connector script interface with Pacemaker to allow SAP
|
|
|
|
@ -66,21 +68,17 @@ cp redhat/man/*.8.gz %{buildroot}/%{_mandir}/man8
|
|
|
|
|
%{_datadir}/sap_cluster_connector
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 3.0.1-7.1
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Tue Jun 22 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.0.1-7
|
|
|
|
|
- Initial build
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.0.1-8.1
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
Resolves: rhbz#1960248
|
|
|
|
|
* Tue Jul 02 2024 Janine Fuchs <jfuchs@redhat.com> - 3.0.1-8
|
|
|
|
|
- Add package to RHEL 10.
|
|
|
|
|
|
|
|
|
|
* Mon May 10 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.0.1-6
|
|
|
|
|
- sap-cluster-connector: allow dashes/underscores in nodenames
|
|
|
|
|
Resolves: RHEL-40576
|
|
|
|
|
|
|
|
|
|
Resolves: rhbz#1827096
|
|
|
|
|
- Changed perl dependency to perl-interpreter.
|
|
|
|
|
|
|
|
|
|
* Tue Jun 25 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.0.1-4
|
|
|
|
|
- Initial build as separate package
|
|
|
|
|
Resolves: RHEL-45726
|
|
|
|
|
|
|
|
|
|
Resolves: rhbz#1688346
|
|
|
|
|
# vim:set ai ts=4 sw=4 sts=4 et:
|
|
|
|
|