- Changed perl dependency to perl-interpreter
Resolves: RHEL-70812
This commit is contained in:
parent
e3de4c22fe
commit
366433ed94
@ -25,7 +25,7 @@
|
|||||||
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}
|
||||||
@ -38,8 +38,10 @@ Patch0: bz1827096-sap-cluster-connector-allow-dashes-underscores-in-nodenames.p
|
|||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
BuildRequires: perl-generators
|
||||||
|
|
||||||
Requires: resource-agents-sap >= 4.1.1-28
|
Requires: resource-agents-sap >= 4.1.1-28
|
||||||
Requires: perl
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user