Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ansible-sap-operations for 
openSUSE:Factory checked in at 2026-03-16 15:49:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ansible-sap-operations (Old)
 and      /work/SRC/openSUSE:Factory/.ansible-sap-operations.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ansible-sap-operations"

Mon Mar 16 15:49:25 2026 rev:3 rq:1339380 version:2.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ansible-sap-operations/ansible-sap-operations.changes
    2025-08-12 17:07:04.777539294 +0200
+++ 
/work/SRC/openSUSE:Factory/.ansible-sap-operations.new.8177/ansible-sap-operations.changes
  2026-03-16 15:49:50.203555141 +0100
@@ -1,0 +2,5 @@
+Thu Feb 19 12:53:35 UTC 2026 - Marcel Mamula <[email protected]>
+
+- Release 2.0.0 which reworked all Ansible Roles in this collection to modern 
standard and SLES support.
+
+-------------------------------------------------------------------

Old:
----
  ansible-sap-operations-0.9.1.tar.gz

New:
----
  ansible-sap-operations-2.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ansible-sap-operations.spec ++++++
--- /var/tmp/diff_new_pack.piko7v/_old  2026-03-16 15:49:51.311600983 +0100
+++ /var/tmp/diff_new_pack.piko7v/_new  2026-03-16 15:49:51.311600983 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ansible-sap-operations
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 Name:           ansible-sap-operations
 Summary:        Ansible collection suse.sap_operations for SAP Automation
 License:        Apache-2.0
-Version:        0.9.1
+Version:        2.0.0
 Release:        0
 URL:            https://github.com/SUSE/community.sap_operations/
 Source0:        
%{url}archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -46,9 +46,6 @@
 
 It automates suite of day to day operations for existing SAP landscape.
 
-This collection can be used to execute sapcontrol functions,
-update SAP profiles, configure firewall rules, execute RFC, etc.
-
 %prep
 %autosetup -p1 -n community.%{ansible_collection_name}-%{version}
 # Update readme file

++++++ ansible-sap-operations-0.9.1.tar.gz -> 
ansible-sap-operations-2.0.0.tar.gz ++++++
++++ 13206 lines of diff (skipped)

++++++ ansible-sap-operations.yaml ++++++
--- /var/tmp/diff_new_pack.piko7v/_old  2026-03-16 15:49:51.635614388 +0100
+++ /var/tmp/diff_new_pack.piko7v/_new  2026-03-16 15:49:51.643614719 +0100
@@ -16,28 +16,18 @@
     # Remove all unsupported roles.
     # Remove all 'meta/main.yml' files within any role directory.
     paths:
-      - "roles/os_ansible_user"  # non-SAP
-      - "roles/os_etchosts"  # non-SAP
-      - "roles/os_knownhosts"  # non-SAP
-      - "roles/sap_fapolicy"  # non-SUSE
-      - "roles/sap_firewall"  # obsolete, replaced with posix and LSR
-      - "roles/sap_hana_backint"  # TODO: Add after rework
-      - "roles/sap_hana_sr_takeover"  # TODO: Add after rework
-      - "roles/sap_rfc"  # TODO: Add after rework
-      - "roles/sap_rhsm"  # non-SUSE
+      - "roles/sap_rfc"  # Deprecated role.
+       # Remove meta files within any role directory.
       - "roles/*/meta/main.yml"
 
   - type: remove_lines
     # Remove specific lines from README.md and all role README.md files.
     # This is used to clean up any mention of unsupported roles and leftover 
Ansible Lint markers.
     files:
-      # - "README.md"
+      - "README.md"
       - "roles/*/README.md"
     patterns:
-      # - "sap_rhsm"
-      # - "sap_fapolicy"
       - "\\[Ansible Lint"
-      - 'param: "all"'
 
   - type: replace_text
     # Replace specific text strings in galaxy.yml and README.md files.
@@ -50,13 +40,6 @@
       - { find: "github.com/sap-linuxlab/community", replace: 
"github.com/SUSE/community" }
       - { find: "documentation:.*", replace: "documentation: 
https://github.com/SUSE/community.sap_operations/blob/main/README.md"; }
 
-  - type: replace_text
-    # Replace obsolete plugin with sap_libs
-    files:
-      - "roles/*/README.md"
-    replacements:
-      - { find: "community.sap_operations.sap_facts:", replace: 
"community.sap_libs.sap_system_facts:" }
-
   - type: update_yaml_key
     # Update the 'authors' key in galaxy.yml to 'SUSE'.
     files:

Reply via email to