- Changed perl dependency to perl-interpreter

Resolves: RHEL-70812
This commit is contained in:
Janine Fuchs 2024-12-12 10:57:17 +01:00
parent e3de4c22fe
commit 366433ed94

View File

@ -22,24 +22,26 @@
%global sap_script_prefix sap_cluster_connector
%global sap_script_hash f3644f5
Name: sap-cluster-connector
Summary: SAP cluster connector script
Version: 3.0.1
Release: 5%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
License: GPLv2+
URL: https://github.com/fdanapfel/sap_cluster_connector
Name: sap-cluster-connector
Summary: SAP cluster connector script
Version: 3.0.1
Release: 8%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
License: GPLv2+
URL: https://github.com/fdanapfel/sap_cluster_connector
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
Group: System Environment/Base
Group: System Environment/Base
%else
Group: Productivity/Clustering/HA
Group: Productivity/Clustering/HA
%endif
Source0: %{sap_script_prefix}-%{sap_script_hash}.tar.gz
Patch0: bz1827096-sap-cluster-connector-allow-dashes-underscores-in-nodenames.patch
Source0: %{sap_script_prefix}-%{sap_script_hash}.tar.gz
Patch0: bz1827096-sap-cluster-connector-allow-dashes-underscores-in-nodenames.patch
BuildArch: noarch
BuildArch: noarch
Requires: resource-agents-sap >= 4.1.1-28
Requires: perl
BuildRequires: perl-generators
Requires: resource-agents-sap >= 4.1.1-28
Requires: perl-interpreter
%description
The SAP connector script interface with Pacemaker to allow SAP
@ -47,7 +49,7 @@ instances to be managed in a cluster environment.
%prep
%setup -q -n %{sap_script_prefix}-%{sap_script_hash}
%patch0 -p1
%patch -P 0 -p1
%build
@ -70,6 +72,11 @@ rm -rf %{buildroot}
%{_datadir}/sap_cluster_connector
%changelog
* Thu Dec 12 2024 Janine Fuchs <jfuchs@redhat.com> - 3.0.1-8
- Changed perl dependency to perl-interpreter
Resolves: RHEL-70812
* Thu Apr 30 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.0.1-5
- sap-cluster-connector: allow dashes/underscores in nodenames
@ -79,3 +86,5 @@ rm -rf %{buildroot}
- Initial build as separate package
Resolves: rhbz#1688346
# vim:set ai ts=2 sw=2 sts=2 et: