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