Skip to content

Commit

Permalink
enhance changelog file for version 1.2.4
Browse files Browse the repository at this point in the history
submit pending changes of package files from last version 1.2.3
  • Loading branch information
angelabriel committed Jan 22, 2024
1 parent fddedd1 commit 7f66ba7
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 4 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ FILE_LIST = LICENSE \
man \
ra \
srHook \
test \
tools \
wizard

Expand Down
35 changes: 34 additions & 1 deletion SAPHanaSR-angi.changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
-------------------------------------------------------------------
Mon Nov 6 18:22:06 UTC 2023 - [email protected]
Mon Jan 22 16:51:22 UTC 2024 - [email protected]

- Version bump to 1.2.4
* package is still in status 'technical preview'
* SAPHanaFilesystem RA has still POC status
* Fix the hexdump log for empty node states
* catch monitor calls for non-cloned resources and report them as
unsupported instead of 'command not found'
(bsc#1218333)
* susChkSrv.py - relocate function logTimestamp()
* susHanaSR.py - catch possible I/O error
* security improvements
(bsc#1218696, bsc#1218698 and bsc#1218699)
* remove instance parameter "REMOVE_SAP_SOCKETS", no longer
supported
* update man pages:
SAPHanaSR.7
SAPHanaSR-ScaleOut.7
ocf_suse_SAPHana.7
ocf_suse_SAPHanaController.7
ocf_suse_SAPHanaFilesystem.7
susHanaSR.py.7
susHanaSrMultiTarget.py.7

-------------------------------------------------------------------
Fri Dec 15 16:18:36 UTC 2023 - [email protected]

- Version bump to 1.2.3
* package is still in status 'technical preview'
Expand All @@ -23,7 +48,14 @@ Mon Nov 6 18:22:06 UTC 2023 - [email protected]
/tmp filesystem full.
(bsc#1210728)
* SAPHanaController: change default stop timeout from 3600 to 600
* SAPHanaController: change default promote timeout from 3600 to
900
* try to make set_ and get_hana_attribute function more reliable
by monitoring the result of the crm_attribute calls
* fix typo in example srHook/global.ini_susHanaSR
* fix missing trace section in example srHook/global.ini_susChkSrv
* update man pages:
SAPHanaSR-angi.7
SAPHanaSR.7
SAPHanaSR-ScaleOut.7
SAPHanaSR_basic_cluster.7
Expand All @@ -35,6 +67,7 @@ Mon Nov 6 18:22:06 UTC 2023 - [email protected]
ocf_suse_SAPHanaFilesystem.7
susChkSrv.py.7
susHanaSR.py.7
susTkOver.py.7
SAPHanaSR-showAttr.8

-------------------------------------------------------------------
Expand Down
2 changes: 0 additions & 2 deletions SAPHanaSR-angi.spec
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ Authors:

%prep
tar xf %{S:0}
%define crmscr_path /usr/share/crmsh/scripts/

%build
gzip man/*
Expand All @@ -78,7 +77,6 @@ gzip man/*
mkdir -p %{buildroot}/usr/bin
mkdir -p %{buildroot}%{_docdir}/%{name}
mkdir -p %{buildroot}/usr/share/%{name}/icons
mkdir -p %{buildroot}/usr/share/%{name}/tests
mkdir -p %{buildroot}/usr/share/%{name}/samples
mkdir -p %{buildroot}/usr/lib/ocf/resource.d/suse
mkdir -p %{buildroot}/usr/lib/%{name}
Expand Down

0 comments on commit 7f66ba7

Please sign in to comment.