Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ansible-sap-install for
openSUSE:Factory checked in at 2026-03-16 15:49:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ansible-sap-install (Old)
and /work/SRC/openSUSE:Factory/.ansible-sap-install.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ansible-sap-install"
Mon Mar 16 15:49:24 2026 rev:4 rq:1339378 version:1.9.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/ansible-sap-install/ansible-sap-install.changes
2026-01-15 16:50:01.937607839 +0100
+++
/work/SRC/openSUSE:Factory/.ansible-sap-install.new.8177/ansible-sap-install.changes
2026-03-16 15:49:47.879458989 +0100
@@ -1,0 +2,30 @@
+Mon Mar 16 09:42:39 UTC 2026 - Marcel Mamula <[email protected]>
+
+- 1.9.0:
+ - Minor Changes:
+ - sap_ha_install_hana_hsr - inventory vs. hostname
+ - sap_ha_pacemaker_cluster - Add firewall steps
+ - sap_ha_pacemaker_cluster - Split off HANA pre_tasks from include_vars
and add new force mode
+ - sap_swpm - Update firewall steps
+ - Bugfixes:
+ - collection - No longer use var debug with more than one variable
+ - sap_ha_pacemaker_cluster - (fix) align settings to HANA documentation
+ - sap_hana_install - Fix hana versions mismatch and replace injected vars
+ - sap_swpm - Only ensure the presence of the 'file' package on Suse
+ - sap_swpm - Rename all vars which contain '_swpm_swpm'
+
+-------------------------------------------------------------------
+Thu Feb 19 13:09:41 UTC 2026 - Marcel Mamula <[email protected]>
+
+Release 1.8.1 with various fixes and compatibility with ansible-core 2.19.
+
+- 1.8.1:
+ - Minor Changes:
+ - collection - Update readme formatting to align with galaxy format
+ - sap*preconfigure - Sync with SAP notes for RHEL 10
+ - sap_general_preconfigure - Prevent an accidental change to a lower
SELinux mode
+ - sap_ha_pacemaker_cluster - Add fence_aws for SLES 16 and remove Tech Debt
+ - sap_hana_install - Revert wrong conditional from PR#1138
+ - sap_swpm - Sanitize conditions for 2.19
+
+-------------------------------------------------------------------
Old:
----
ansible-sap-install-1.8.0.tar.gz
New:
----
ansible-sap-install-1.9.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ansible-sap-install.spec ++++++
--- /var/tmp/diff_new_pack.U20c3G/_old 2026-03-16 15:49:48.923502183 +0100
+++ /var/tmp/diff_new_pack.U20c3G/_new 2026-03-16 15:49:48.923502183 +0100
@@ -22,7 +22,7 @@
Name: ansible-sap-install
Summary: Ansible collection suse.sap_install for SAP Automation
License: Apache-2.0
-Version: 1.8.0
+Version: 1.9.0
Release: 0
URL: https://github.com/SUSE/community.sap_install/
Source0:
%{url}archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
++++++ ansible-sap-install-1.8.0.tar.gz -> ansible-sap-install-1.9.0.tar.gz
++++++
++++ 22521 lines of diff (skipped)
++++++ ansible-sap-install.yaml ++++++
--- /var/tmp/diff_new_pack.U20c3G/_old 2026-03-16 15:49:49.995546535 +0100
+++ /var/tmp/diff_new_pack.U20c3G/_new 2026-03-16 15:49:50.019547528 +0100
@@ -88,6 +88,13 @@
replacements:
- { find: "/usr/bin/env bash", replace: "/usr/bin/bash" }
+ - type: replace_text
+ # Replace plugin name in sap_swpm
+ files:
+ - "roles/sap_swpm/tasks/pre_install/assert_hostname.yml"
+ replacements:
+ - { find: "community.sap_install.valid", replace:
"suse.sap_install.valid" }
+
- type: remove_yaml_list_items
# This is used to remove specific collections from
ansible_requirements.yml.
files:
@@ -110,8 +117,8 @@
- ".git*"
- "*/.git*"
- "*/*/.git*"
- - ".ansible-lint"
- - "*/*/.ansible-lint"
+ - ".ansible-lint*"
+ - "*/*/.ansible-lint*"
- ".yamllint*"
- "*/*/.yamllint*"
- ".pylintrc*"