diff --git a/Makefile b/Makefile index 67bc1863..cc189603 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ FILE_LIST = LICENSE \ wizard #TAR_EXTRAS = -X tools/SAPHanaSR-testDriver +TAR_EXTRAS = --exclude="man/*adoc" PKG = SAPHanaSR-angi SPECFILE = ${PKG}.spec diff --git a/SAPHanaSR-angi.changes b/SAPHanaSR-angi.changes index e5035242..2bc9720f 100644 --- a/SAPHanaSR-angi.changes +++ b/SAPHanaSR-angi.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Fri Nov 3 15:21:16 UTC 2023 - abriel@suse.com +Mon Nov 6 18:22:06 UTC 2023 - abriel@suse.com -- Version bump to 1.2.2 +- Version bump to 1.2.3 * package is still in status 'technical preview' * SAPHanaFilesystem RA has still POC status * add parameter 'ON_FAIL_ACTION' to SAPHanaFilesystem RA (POC) @@ -22,6 +22,7 @@ Fri Nov 3 15:21:16 UTC 2023 - abriel@suse.com the SAPHanaSR resource agents working even in situations with /tmp filesystem full. (bsc#1210728) + * SAPHanaController: change default stop timeout from 3600 to 600 * update man pages: SAPHanaSR.7 SAPHanaSR-ScaleOut.7 @@ -33,6 +34,7 @@ Fri Nov 3 15:21:16 UTC 2023 - abriel@suse.com ocf_suse_SAPHanaTopology.7 ocf_suse_SAPHanaFilesystem.7 susChkSrv.py.7 + susHanaSR.py.7 SAPHanaSR-showAttr.8 ------------------------------------------------------------------- @@ -66,7 +68,7 @@ Mon Apr 17 07:44:23 UTC 2023 - abriel@suse.com - New package name and new version 1.001.4 * New package SAPHanaSR-angi SAP HANA System Replication - A New Generation Interface - (jsc#PED-3876) + (jsc#PED-3876, jsc#PED-6402) * support SAPHana ScaleUp and ScaleOut environments with one set of resource agents - conflicting with the 'old' packages SAPHanaSR and diff --git a/SAPHanaSR-angi.spec b/SAPHanaSR-angi.spec index 2f2070cd..1b138d62 100644 --- a/SAPHanaSR-angi.spec +++ b/SAPHanaSR-angi.spec @@ -36,8 +36,7 @@ Requires: pacemaker > 2.1.2 Requires: resource-agents Requires: perl -# Require crmsh-scripts on SLES 12 SP1+ for the new HAWK wizards -%if 0%{?sle_version} >= 120100 +# Require crmsh-scripts for the HAWK2 wizards Requires: crmsh >= 4.4.0 Requires: crmsh-scripts >= 4.4.0 Requires: python3 @@ -45,7 +44,6 @@ Requires: /usr/bin/xmllint BuildRequires: resource-agents >= 4.1.0 BuildRequires: crmsh BuildRequires: crmsh-scripts -%endif %description SAPHanaSR-angi is "SAP HANA SR - An Next Generation Interface" for SUSE high availabilty clusters to manage SAP HANA databases with system replication.