diff --git a/ansible-sap-launchpad-1.2.1.tar.gz b/ansible-sap-launchpad-1.2.1.tar.gz deleted file mode 100644 index 8d203b2..0000000 --- a/ansible-sap-launchpad-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2114ac48614215c2a304bc6f2a9e334a399f953cd6204977f3b0b23fd4f5024 -size 49284 diff --git a/ansible-sap-launchpad-1.3.1.tar.gz b/ansible-sap-launchpad-1.3.1.tar.gz new file mode 100644 index 0000000..d87da86 --- /dev/null +++ b/ansible-sap-launchpad-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebcaefac31227e1406b9b1e6c342dc3c8855db9ec262f56278129099f5b85227 +size 58265 diff --git a/ansible-sap-launchpad.changes b/ansible-sap-launchpad.changes index d538a37..351b77b 100644 --- a/ansible-sap-launchpad.changes +++ b/ansible-sap-launchpad.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jan 12 10:48:11 UTC 2026 - Marcel Mamula + +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 @@ -10,7 +26,7 @@ Tue Jul 8 13:29:05 UTC 2025 - Marcel Mamula Mon Apr 7 10:28:18 UTC 2025 - Marcel Mamula - 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 - 1.1.1 - Initial release. - diff --git a/ansible-sap-launchpad.rpmlintrc b/ansible-sap-launchpad.rpmlintrc new file mode 100644 index 0000000..6d8a1fb --- /dev/null +++ b/ansible-sap-launchpad.rpmlintrc @@ -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 .*") diff --git a/ansible-sap-launchpad.spec b/ansible-sap-launchpad.spec index c871419..c080bd8 100644 --- a/ansible-sap-launchpad.spec +++ b/ansible-sap-launchpad.spec @@ -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