17
0

Release 1.3.1 to leap-16.0 #1

Manually merged
anag_factory merged 3 commits from mmamula/ansible-sap-launchpad:factory into leap-16.0 2026-01-16 15:24:37 +01:00
5 changed files with 29 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f2114ac48614215c2a304bc6f2a9e334a399f953cd6204977f3b0b23fd4f5024
size 49284

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ebcaefac31227e1406b9b1e6c342dc3c8855db9ec262f56278129099f5b85227
size 58265

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Jan 12 10:48:11 UTC 2026 - Marcel Mamula <marcel.mamula@suse.com>
Refactor Ansible Modules and adjust for ansible-core 2.19.
- 1.3.1
- Bugfixes:
- collection: Add ansible-test sanity workflow and fix sanity errors
- 1.3.0
- Changes:
- collection: Refactor all Ansible Modules
- sap_software_download: Update for ansible-core 2.19
- Bugfixes:
- sap_software_download: Fix for failed checksums not correctly retrying
-------------------------------------------------------------------
Tue Jul 8 13:29:05 UTC 2025 - Marcel Mamula <marcel.mamula@suse.com>
@@ -10,7 +26,7 @@ Tue Jul 8 13:29:05 UTC 2025 - Marcel Mamula <marcel.mamula@suse.com>
Mon Apr 7 10:28:18 UTC 2025 - Marcel Mamula <marcel.mamula@suse.com>
- 1.2.0
- Changes:
- Changes:
- sap_software_download: New Ansible Role with enhanced logic for downloading software using Ansible Module software_center_download
- sap_software_download: Download stack XML option
- software_center_download: Add option to search for latest packages
@@ -24,4 +40,3 @@ Fri Jan 20 09:00:00 UTC 2025 - Marcel Mamula <marcel.mamula@suse.com>
- 1.1.1
- Initial release.

View File

@@ -0,0 +1,6 @@
# rpmlint configuration for ansible-sap-launchpad package.
# Ansible modules are executed by the Ansible engine on managed nodes, not directly
# as scripts on the control node. The shebang is retained for backwards
# compatibility, but the executable bit is intentionally omitted.
addFilter("E: non-executable-script .*/community/sap_launchpad/plugins/modules/.*\.py .*")

View File

@@ -1,7 +1,7 @@
#
# spec file for package ansible-sap-launchpad
#
# 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
@@ -21,12 +21,13 @@
Name: ansible-sap-launchpad
Summary: Ansible collection community.sap_launchpad for SAP Automation
License: Apache-2.0
Version: 1.2.1
Version: 1.3.1
Release: 0
URL: https://github.com/sap-linuxlab/community.sap_launchpad/
Source0: %{url}archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: %{name}.yaml
Source2: transformation.py
Source99: %{name}.rpmlintrc
BuildArch: noarch