Related: #2143280, add missing repo vars for rhel-9.x
This commit is contained in:
parent
dfd08a4a1d
commit
21d5a3fe88
80
community.sap_install-prepare-rhel-9x.patch
Normal file
80
community.sap_install-prepare-rhel-9x.patch
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
diff -up community.sap_install-a2c6785d02092bb9142d9f2c170ad4b097d1af2f/roles/sap_hana_preconfigure/vars/RedHat_9.yml.me community.sap_install-a2c6785d02092bb9142d9f2c170ad4b097d1af2f/roles/sap_hana_preconfigure/vars/RedHat_9.yml
|
||||||
|
--- community.sap_install-a2c6785d02092bb9142d9f2c170ad4b097d1af2f/roles/sap_hana_preconfigure/vars/RedHat_9.yml.me 2022-11-28 12:02:22.311081546 +0100
|
||||||
|
+++ community.sap_install-a2c6785d02092bb9142d9f2c170ad4b097d1af2f/roles/sap_hana_preconfigure/vars/RedHat_9.yml 2022-11-28 13:41:02.874075668 +0100
|
||||||
|
@@ -25,6 +25,76 @@ __sap_hana_preconfigure_req_repos_redhat
|
||||||
|
- "rhel-9-for-ppc64le-appstream-rpms"
|
||||||
|
- "rhel-9-for-ppc64le-sap-solutions-rpms"
|
||||||
|
|
||||||
|
+__sap_hana_preconfigure_req_repos_redhat_9_2_x86_64:
|
||||||
|
+ - "rhel-9-for-x86_64-baseos-rpms"
|
||||||
|
+ - "rhel-9-for-x86_64-appstream-rpms"
|
||||||
|
+ - "rhel-9-for-x86_64-sap-solutions-rpms"
|
||||||
|
+
|
||||||
|
+__sap_hana_preconfigure_req_repos_redhat_9_2_ppc64le:
|
||||||
|
+ - "rhel-9-for-ppc64le-baseos-rpms"
|
||||||
|
+ - "rhel-9-for-ppc64le-appstream-rpms"
|
||||||
|
+ - "rhel-9-for-ppc64le-sap-solutions-rpms"
|
||||||
|
+
|
||||||
|
+__sap_hana_preconfigure_req_repos_redhat_9_3_x86_64:
|
||||||
|
+ - "rhel-9-for-x86_64-baseos-rpms"
|
||||||
|
+ - "rhel-9-for-x86_64-appstream-rpms"
|
||||||
|
+ - "rhel-9-for-x86_64-sap-solutions-rpms"
|
||||||
|
+
|
||||||
|
+__sap_hana_preconfigure_req_repos_redhat_9_3_ppc64le:
|
||||||
|
+ - "rhel-9-for-ppc64le-baseos-rpms"
|
||||||
|
+ - "rhel-9-for-ppc64le-appstream-rpms"
|
||||||
|
+ - "rhel-9-for-ppc64le-sap-solutions-rpms"
|
||||||
|
+
|
||||||
|
+__sap_hana_preconfigure_req_repos_redhat_9_4_x86_64:
|
||||||
|
+ - "rhel-9-for-x86_64-baseos-rpms"
|
||||||
|
+ - "rhel-9-for-x86_64-appstream-rpms"
|
||||||
|
+ - "rhel-9-for-x86_64-sap-solutions-rpms"
|
||||||
|
+
|
||||||
|
+__sap_hana_preconfigure_req_repos_redhat_9_4_ppc64le:
|
||||||
|
+ - "rhel-9-for-ppc64le-baseos-rpms"
|
||||||
|
+ - "rhel-9-for-ppc64le-appstream-rpms"
|
||||||
|
+ - "rhel-9-for-ppc64le-sap-solutions-rpms"
|
||||||
|
+
|
||||||
|
+__sap_hana_preconfigure_req_repos_redhat_9_5_x86_64:
|
||||||
|
+ - "rhel-9-for-x86_64-baseos-rpms"
|
||||||
|
+ - "rhel-9-for-x86_64-appstream-rpms"
|
||||||
|
+ - "rhel-9-for-x86_64-sap-solutions-rpms"
|
||||||
|
+
|
||||||
|
+__sap_hana_preconfigure_req_repos_redhat_9_5_ppc64le:
|
||||||
|
+ - "rhel-9-for-ppc64le-baseos-rpms"
|
||||||
|
+ - "rhel-9-for-ppc64le-appstream-rpms"
|
||||||
|
+ - "rhel-9-for-ppc64le-sap-solutions-rpms"
|
||||||
|
+
|
||||||
|
+__sap_hana_preconfigure_req_repos_redhat_9_6_x86_64:
|
||||||
|
+ - "rhel-9-for-x86_64-baseos-rpms"
|
||||||
|
+ - "rhel-9-for-x86_64-appstream-rpms"
|
||||||
|
+ - "rhel-9-for-x86_64-sap-solutions-rpms"
|
||||||
|
+
|
||||||
|
+__sap_hana_preconfigure_req_repos_redhat_9_6_ppc64le:
|
||||||
|
+ - "rhel-9-for-ppc64le-baseos-rpms"
|
||||||
|
+ - "rhel-9-for-ppc64le-appstream-rpms"
|
||||||
|
+ - "rhel-9-for-ppc64le-sap-solutions-rpms"
|
||||||
|
+
|
||||||
|
+__sap_hana_preconfigure_req_repos_redhat_9_7_x86_64:
|
||||||
|
+ - "rhel-9-for-x86_64-baseos-rpms"
|
||||||
|
+ - "rhel-9-for-x86_64-appstream-rpms"
|
||||||
|
+ - "rhel-9-for-x86_64-sap-solutions-rpms"
|
||||||
|
+
|
||||||
|
+__sap_hana_preconfigure_req_repos_redhat_9_7_ppc64le:
|
||||||
|
+ - "rhel-9-for-ppc64le-baseos-rpms"
|
||||||
|
+ - "rhel-9-for-ppc64le-appstream-rpms"
|
||||||
|
+ - "rhel-9-for-ppc64le-sap-solutions-rpms"
|
||||||
|
+
|
||||||
|
+__sap_hana_preconfigure_req_repos_redhat_9_8_x86_64:
|
||||||
|
+ - "rhel-9-for-x86_64-baseos-rpms"
|
||||||
|
+ - "rhel-9-for-x86_64-appstream-rpms"
|
||||||
|
+ - "rhel-9-for-x86_64-sap-solutions-rpms"
|
||||||
|
+
|
||||||
|
+__sap_hana_preconfigure_req_repos_redhat_9_8_ppc64le:
|
||||||
|
+ - "rhel-9-for-ppc64le-baseos-rpms"
|
||||||
|
+ - "rhel-9-for-ppc64le-appstream-rpms"
|
||||||
|
+ - "rhel-9-for-ppc64le-sap-solutions-rpms"
|
||||||
|
+
|
||||||
|
# required SAP notes for RHEL 9:
|
||||||
|
__sap_hana_preconfigure_sapnotes_versions_x86_64:
|
||||||
|
- { number: '2777782', version: '22' }
|
@ -56,7 +56,7 @@
|
|||||||
Name: %{package_name}
|
Name: %{package_name}
|
||||||
Summary: System Roles to configure RHEL for running SAP NetWeaver- or SAP HANA-based products
|
Summary: System Roles to configure RHEL for running SAP NetWeaver- or SAP HANA-based products
|
||||||
Version: 3.3.0
|
Version: 3.3.0
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Url: https://github.com/berndfinger/community.sap_install
|
Url: https://github.com/berndfinger/community.sap_install
|
||||||
Source0: https://github.com/linux-system-roles/auto-maintenance/archive/%{mainid}/auto-maintenance-%{mainid}.tar.gz
|
Source0: https://github.com/linux-system-roles/auto-maintenance/archive/%{mainid}/auto-maintenance-%{mainid}.tar.gz
|
||||||
@ -67,6 +67,7 @@ Patch1: community.sap_install-shebang.patch
|
|||||||
Patch2: sap-hana-preconfigure-md2html-error.patch
|
Patch2: sap-hana-preconfigure-md2html-error.patch
|
||||||
Patch3: community.sap_install-warn-no-longer-supported.patch
|
Patch3: community.sap_install-warn-no-longer-supported.patch
|
||||||
Patch4: community.sap_install-ansible-lint-errors.patch
|
Patch4: community.sap_install-ansible-lint-errors.patch
|
||||||
|
Patch5: community.sap_install-prepare-rhel-9x.patch
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -144,6 +145,7 @@ pushd %{github_repo_sap_install}-%{commit_id_sap_install}/
|
|||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
|
%patch5 -p1
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# remove zero file and symlinks
|
# remove zero file and symlinks
|
||||||
@ -240,6 +242,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 28 2022 Than Ngo <than@redhat.com> - 3.3.0-5
|
||||||
|
- Related: #2143280, add missing repo vars for rhel-9.x
|
||||||
|
|
||||||
* Fri Nov 25 2022 Than Ngo <than@redhat.com> - 3.3.0-4
|
* Fri Nov 25 2022 Than Ngo <than@redhat.com> - 3.3.0-4
|
||||||
- Resolves: #2143280, drop deprecated paramater for Ansible 2.14
|
- Resolves: #2143280, drop deprecated paramater for Ansible 2.14
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user