import rhel-system-roles-sap-3.3.0-3.el9
This commit is contained in:
parent
82a0819a9a
commit
d306accd3b
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
SOURCES/auto-maintenance-00ec0108e2816f47e68693bcac512e0832ebee1b.tar.gz
|
||||
SOURCES/auto-maintenance-e2a233f5a0cb68363798bf014b16552cca681bd0.tar.gz
|
||||
SOURCES/community.sap_install-a2c6785d02092bb9142d9f2c170ad4b097d1af2f.tar.gz
|
||||
|
@ -1,2 +1,2 @@
|
||||
7aec9a9289db456ab364801e69c56bfc546dde18 SOURCES/auto-maintenance-00ec0108e2816f47e68693bcac512e0832ebee1b.tar.gz
|
||||
584f8d1681adf13cb7af256a7b38d94ca80dcab2 SOURCES/auto-maintenance-e2a233f5a0cb68363798bf014b16552cca681bd0.tar.gz
|
||||
831f15e14b4fe7bc152c46f882280ac7db0f52f8 SOURCES/community.sap_install-a2c6785d02092bb9142d9f2c170ad4b097d1af2f.tar.gz
|
||||
|
@ -28,7 +28,7 @@
|
||||
# due to version conflict
|
||||
%define collection_version 1.1.1
|
||||
|
||||
%global mainid 00ec0108e2816f47e68693bcac512e0832ebee1b
|
||||
%global mainid e2a233f5a0cb68363798bf014b16552cca681bd0
|
||||
%global commit_id_sap_install a2c6785d02092bb9142d9f2c170ad4b097d1af2f
|
||||
%global rolename1 sap_general_preconfigure
|
||||
%global rolename2 sap_hana_preconfigure
|
||||
@ -56,7 +56,7 @@
|
||||
Name: %{package_name}
|
||||
Summary: System Roles to configure RHEL for running SAP NetWeaver- or SAP HANA-based products
|
||||
Version: 3.3.0
|
||||
Release: 1%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPLv3+
|
||||
Url: https://github.com/berndfinger/community.sap_install
|
||||
Source0: https://github.com/linux-system-roles/auto-maintenance/archive/%{mainid}/auto-maintenance-%{mainid}.tar.gz
|
||||
@ -147,7 +147,7 @@ find . -type f -size 0 -delete
|
||||
find . -type l -delete
|
||||
|
||||
pushd %{github_repo_sap_install}-%{commit_id_sap_install}/roles/
|
||||
# remove all SLES stuff and RHEL 6 stuff
|
||||
# remove all SLES stuff and RHEL 5 stuff
|
||||
rm -rf */tasks/SLES/
|
||||
rm -f */vars/SLES_15.yml
|
||||
rm -rf sap_hana_preconfigure/tasks/sapnote/1275776 # SLES - sapconf, saptune, etc
|
||||
@ -236,11 +236,32 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Sep 15 2022 Than Ngo <than@redhat.com> - 3.3.0-1
|
||||
- Resolves: #2126467, include roles for setting up a two-node SAP HANA pacemaker cluster
|
||||
* Thu Jul 14 2022 Than Ngo <than@redhat.com> - 3.3.0-3
|
||||
- more fixes, update README.md
|
||||
Related: #2101373
|
||||
|
||||
* Tue Jul 12 2022 Than Ngo <than@redhat.com> - 3.3.0-2
|
||||
- make the role Ansible 2.13 compliant
|
||||
- get rid of all the new ansible-lint 6.3.0 errors for preconfigure and sap_hana_install roles
|
||||
Resolves: #2101373
|
||||
|
||||
* Mon Jul 04 2022 Than Ngo <than@redhat.com> - 3.3.0-1
|
||||
- Resolves: #2101373, include roles for setting up a two-node SAP HANA pacemaker cluster
|
||||
|
||||
* Wed Jun 08 2022 Than Ngo <than@redhat.com> - 3.2.0-5
|
||||
- increase release
|
||||
Related: #2065407
|
||||
|
||||
* Wed Jun 08 2022 Than Ngo <than@redhat.com> - 3.2.0-4
|
||||
- sap_hana_preconfigure: using wrong variable name
|
||||
- do not attempt to enable HANA repos for s390x
|
||||
- sap_general_preconfigure: fix variable inclusion for RHEL minor releases
|
||||
- sap_hana_preconfigure: Add vars for RHEL 9.1 managed nodes
|
||||
- sap_hana_preconfigure: Fix issue #154
|
||||
Related: #2065407
|
||||
|
||||
* Sun Mar 13 2022 Than Ngo <than@redhat.com> - 3.2.0-3
|
||||
- Related: #2047282, new rebase
|
||||
- Resolves: #2065407, new rebase
|
||||
|
||||
* Tue Feb 22 2022 Than Ngo <than@redhat.com> - 3.2.0-2
|
||||
- Related: #2047282, new rebase, fixed collection basename
|
||||
|
Loading…
Reference in New Issue
Block a user