1 Commits

Author SHA256 Message Date
aa3d57e793 Sync changes to SLFO-1.2 branch 2025-08-20 08:58:52 +02:00
7 changed files with 17 additions and 94 deletions

View File

@@ -1,98 +1,22 @@
-------------------------------------------------------------------
Wed Jul 16 06:42:28 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
Mon May 26 12:43:54 UTC 2025 - Harshvardhan Sharma <harshvardhan.sharma@suse.com>
- update to 2.18.7:
* Minor Changes
- ansible-test - Add RHEL 10.0 as a remote platform for
testing.
* Bugfixes
- ansible-doc will no longer ignore docs for modules without an
extension (#85279).
- ansible-pull change detection will now work independently of
callback or result format settings.
- ansible-test - Fix Python relative import resolution from
__init__.py files when using change detection.
- dnf5 - handle all libdnf5 specific exceptions (#84634)
- meta - avoid traceback when retrieving the meta task name
(#85367).
- password lookup - fix acquiring the lock when human-readable
FileExistsError error message is not English.
- user - Set timeout for passphrase interaction.
- user - Update prompt for SSH key passphrase (#84484).
- Extend suse-distribution-fix.patch:
* Also detect VARIANT_ID='sles-sap' as SLES_SAP
-------------------------------------------------------------------
Mon May 26 13:03:25 UTC 2025 - Harshvardhan Sharma <harshvardhan.sharma@suse.com>
Tue May 20 10:18:01 UTC 2025 - Harshvardhan Sharma <harshvardhan.sharma@suse.com>
- Add missing dependency on python311-rpm required by package_facts
(#1243193)
-------------------------------------------------------------------
Tue Apr 22 13:59:15 UTC 2025 - Harshvardhan Sharma <harshvardhan.sharma@suse.com>
- Add patch suse-distribution-fix.patch to fix distribution.py
to identify the correct distribution for server-sap and micro
(#PED-12643)
-------------------------------------------------------------------
Tue May 20 04:53:37 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 2.18.6:
* Minor Changes
- ansible-test - Use the -t option to set the stop timeout when
stopping a container. This avoids use of the --time option which
was deprecated in Docker v28.0.
* Bugfixes
- Ansible will now ensure predictable permissions on remote
artifacts, until now it only ensured executable and relied on
system masks for the rest.
- ansible-doc - fix indentation for first line of descriptions of
suboptions and sub-return values (#84690).
- ansible-doc - fix line wrapping for first line of description of
options and return values (#84690).
- dnf5 - avoid generating excessive transaction entries in the
dnf5 history (#85046)
- dnf5 - when bugfix and/or security is specified, skip packages
that do not have any such updates, even for new versions of
libdnf5 where this functionality changed and it is considered
failure
- script - Fix up become support for Windows scripts when become
was set through host variables and not on the task directly -
#85076
-------------------------------------------------------------------
Mon May 19 09:51:23 UTC 2025 - Harshvardhan Sharma <harshvardhan.sharma@suse.com>
- Add missing dependency on python311-rpm required by package_facts
(#1243193)
-------------------------------------------------------------------
Thu Apr 24 06:56:16 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 2.18.5:
* Bugfixes
- build - Pin wheel in pyproject.toml to ensure compatibility
with supported setuptools versions.
- dnf5 - Handle forwarded exceptions from dnf5-5.2.13 where a
generic RuntimeError was previously raised
- find - skip ENOENT error code while recursively enumerating
files. find module will now be tolerant to race conditions
that remove files or directories from the target it is
currently inspecting. (#84873).
- gather_facts action, will now add setup when 'smart' appears
with other modules in the FACTS_MODULES setting (#84750).
- uri - Form location correctly when the server returns a
relative redirect (#84540)
-------------------------------------------------------------------
Tue Mar 25 20:40:33 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 2.18.4:
* Bugfixes
- Windows - add support for running on system where WDAC is in
audit mode with Dynamic Code Security enabled.
- dnf5 - fix is_installed check for packages that are not
installed but listed as provided by an installed package
(#84578)
- dnf5 - libdnf5 - use conf.pkg_gpgcheck instead of deprecated
conf.gpgcheck which is used only as a fallback
- facts - gather pagesize and calculate respective values
depending upon architecture (#84773).
- module respawn - limit to supported Python versions
-------------------------------------------------------------------
Fri Mar 7 08:09:45 UTC 2025 - Harshvardhan Sharma <harshvardhan.sharma@suse.com>

View File

@@ -43,7 +43,7 @@
%endif
Name: ansible-core
Version: 2.18.7
Version: 2.18.3
Release: 0
Summary: Radically simple IT automation
License: GPL-3.0-or-later
@@ -57,7 +57,6 @@ Patch1: https://github.com/ansible/ansible/commit/771f7ad29ca4d259761eaa
# Reference: https://github.com/ansible/ansible/commit/d500354798beb9bf8341eb8e84e1e2046bbfd21b
Patch2: unarchive-test-fix.patch
# Patch to fix distribution.py to identify the correct distribution for server-sap and micro
# Upstream pr https://github.com/ansible/ansible/pull/85152
Patch3: suse-distribution-fix.patch
BuildArch: noarch

BIN
ansible_core-2.18.3.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -0,0 +1 @@
8c4eaca40845238e2601b9bc9dbfbd4f6ed3502cb8b2632789f75ce478abfdee ansible_core-2.18.3.tar.gz

View File

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

View File

@@ -1 +0,0 @@
1a129bf9fcd5dca2b17e83ce77147ee2fbc3c51a4958970152897cc5b6d0aae7 ansible_core-2.18.7.tar.gz

View File

@@ -1,6 +1,6 @@
From 23f6105d9598c56c153ec637775a4579f8a8fe19 Mon Sep 17 00:00:00 2001
From bffda9eb661a8560bb9ac9e240ec70a2552aa2a8 Mon Sep 17 00:00:00 2001
From: HVSharma12 <harshvardhan.sharma@suse.com>
Date: Mon, 26 May 2025 18:28:37 +0530
Date: Mon, 26 May 2025 18:08:53 +0530
Subject: [PATCH] Adjust distribution detection logic for SUSE
---