Skip to content

Commit

Permalink
version 1.2.3 changelog
Browse files Browse the repository at this point in the history
Makefile - exclude adoc files from man pages for now
spec file - remove condition '>= 120100' as 'angi' is for SLE15 only
  • Loading branch information
angelabriel committed Nov 6, 2023
1 parent 921a656 commit 18ba207
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 5 additions & 3 deletions SAPHanaSR-angi.changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-------------------------------------------------------------------
Fri Nov 3 15:21:16 UTC 2023 - [email protected]
Mon Nov 6 18:22:06 UTC 2023 - [email protected]

- 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)
Expand All @@ -22,6 +22,7 @@ Fri Nov 3 15:21:16 UTC 2023 - [email protected]
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
Expand All @@ -33,6 +34,7 @@ Fri Nov 3 15:21:16 UTC 2023 - [email protected]
ocf_suse_SAPHanaTopology.7
ocf_suse_SAPHanaFilesystem.7
susChkSrv.py.7
susHanaSR.py.7
SAPHanaSR-showAttr.8

-------------------------------------------------------------------
Expand Down Expand Up @@ -66,7 +68,7 @@ Mon Apr 17 07:44:23 UTC 2023 - [email protected]
- 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
Expand Down
4 changes: 1 addition & 3 deletions SAPHanaSR-angi.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,14 @@ 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
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.
Expand Down

0 comments on commit 18ba207

Please sign in to comment.