public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Maxwell G <maxwell@gtmx.me>
To: git-commits@fedoraproject.org
Subject: [rpms/ansible-core] f43: Update to 2.18.18~rc1.
Date: Thu, 11 Jun 2026 21:29:20 GMT [thread overview]
Message-ID: <178121336021.1.1486729381454850370.rpms-ansible-core-1fac9b79876a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ansible-core
Branch : f43
Commit : 1fac9b79876a19df8fe1865a66be52b0d883bf7b
Author : Maxwell G <maxwell@gtmx.me>
Date : 2026-06-11T16:28:33-05:00
Stats : +18/-15 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/ansible-core/c/1fac9b79876a19df8fe1865a66be52b0d883bf7b?branch=f43
Log:
Update to 2.18.18~rc1.
- Mitigates CVE-2026-11332 (rhbz#2485397)
---
diff --git a/.gitignore b/.gitignore
index ac4d604..3b56478 100644
--- a/.gitignore
+++ b/.gitignore
@@ -87,3 +87,5 @@
/ansible-documentation-2.18.11.tar.gz
/ansible-core-2.18.12.tar.gz
/ansible-documentation-2.18.12.tar.gz
+/ansible-core-2.18.18rc1.tar.gz
+/ansible-documentation-2.18.18rc1.tar.gz
diff --git a/0001-dnf5-apt-add-auto_install_module_deps-option-84292.patch b/0001-dnf5-apt-add-auto_install_module_deps-option-84292.patch
index 340012a..a4298da 100644
--- a/0001-dnf5-apt-add-auto_install_module_deps-option-84292.patch
+++ b/0001-dnf5-apt-add-auto_install_module_deps-option-84292.patch
@@ -1,4 +1,4 @@
-From 9c9f20128efdf041a093f0de37fc316c6ec18b66 Mon Sep 17 00:00:00 2001
+From b2cff8eb542495faa703f0ab6292c3125bdb5ac9 Mon Sep 17 00:00:00 2001
From: Martin Krizek <martin.krizek@gmail.com>
Date: Thu, 21 Nov 2024 17:06:18 +0100
Subject: [PATCH 1/2] dnf5,apt: add auto_install_module_deps option (#84292)
@@ -255,13 +255,10 @@ index 24ae91432b..a0e4a4ef5a 100644
try:
Dnf5Module(module).run()
diff --git a/test/integration/targets/apt/tasks/apt.yml b/test/integration/targets/apt/tasks/apt.yml
-index 64e00d3ca9..dda5fc1fab 100644
+index 1432844b89..d076234450 100644
--- a/test/integration/targets/apt/tasks/apt.yml
+++ b/test/integration/targets/apt/tasks/apt.yml
-@@ -8,17 +8,17 @@
- distro_mirror: http://archive.ubuntu.com/ubuntu
- when: ansible_distribution == 'Ubuntu'
-
+@@ -1,14 +1,14 @@
-# UNINSTALL 'python-apt'
-# The `apt` module has the smarts to auto-install `python-apt(3)`. To test, we
-# will first uninstall `python-apt`.
@@ -282,7 +279,7 @@ index 64e00d3ca9..dda5fc1fab 100644
- name: test fail uninstall hello without required apt deps in check mode
apt:
pkg: hello
-@@ -32,13 +32,25 @@
+@@ -22,13 +22,25 @@
assert:
that:
- apt_result is failed
@@ -344,5 +341,5 @@ index d9a79ced7e..a36c17a202 100644
name: dnf
vars:
--
-2.50.1
+2.54.0
diff --git a/0002-Initial-support-for-Python-3.14.patch b/0002-Initial-support-for-Python-3.14.patch
index 8b71591..559300b 100644
--- a/0002-Initial-support-for-Python-3.14.patch
+++ b/0002-Initial-support-for-Python-3.14.patch
@@ -1,4 +1,4 @@
-From 36c1e6ff0d889cef5c57af64d4f6fc08b455bada Mon Sep 17 00:00:00 2001
+From 89fcff4174c1fb107d8f6b2512016182c932d319 Mon Sep 17 00:00:00 2001
From: Maxwell G <maxwell@gtmx.me>
Date: Sat, 7 Jun 2025 15:42:53 -0500
Subject: [PATCH 2/2] Initial support for Python 3.14
@@ -31,10 +31,10 @@ index 50f951c845..5edd5cc4de 100644
-coverage == 7.6.1 ; python_version >= '3.8' and python_version <= '3.13'
+coverage == 7.6.1 ; python_version >= '3.8' and python_version <= '3.14'
diff --git a/test/lib/ansible_test/_internal/coverage_util.py b/test/lib/ansible_test/_internal/coverage_util.py
-index 2bec9c791e..e900ddb801 100644
+index 4c96ff7d60..f3147fbcd3 100644
--- a/test/lib/ansible_test/_internal/coverage_util.py
+++ b/test/lib/ansible_test/_internal/coverage_util.py
-@@ -69,7 +69,7 @@ class CoverageVersion:
+@@ -68,7 +68,7 @@ class CoverageVersion:
COVERAGE_VERSIONS = (
# IMPORTANT: Keep this in sync with the ansible-test.txt requirements file.
@@ -178,5 +178,5 @@ index 6f15bed122..799ba4b52f 100644
#
--
-2.50.1
+2.54.0
diff --git a/ansible-core.spec b/ansible-core.spec
index 27dfe08..35bc648 100644
--- a/ansible-core.spec
+++ b/ansible-core.spec
@@ -13,7 +13,7 @@
%undefine _py3_shebang_s
Name: ansible-core
-Version: 2.18.12
+Version: 2.18.18~rc1
%global uversion %{version_no_tilde %{quote:%nil}}
Release: 1%{?dist}
Summary: A radically simple IT automation system
@@ -265,6 +265,10 @@ install -Dpm 0644 licenses/* -t %{buildroot}%{_pkglicensedir}
%changelog
+* Thu Jun 11 2026 Maxwell G <maxwell@gtmx.me> - 2.18.18~rc1-1
+- Update to 2.18.18~rc1.
+- Mitigates CVE-2026-11332 (rhbz#2485397)
+
* Thu Dec 11 2025 Maxwell G <maxwell@gtmx.me> - 2.18.12-1
- Update to 2.18.12.
diff --git a/sources b/sources
index b75b8e1..74eeed4 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (ansible-core-2.18.12.tar.gz) = 9d276f2be553bdd30bc79bb1a4996f2c49f7c64eefc7926a8809b999c6023ed80cae189754caf203b0ebd90a8bb55de6c7489875dca10bad27cf5d944f006f7e
-SHA512 (ansible-documentation-2.18.12.tar.gz) = 8dda1716f9abc5fa2370f21384a14fc665f21e703aca64c3961f75a9a3cea672a3f99f36dbb798000f8d3c9803e883f60a24d823ce1a6a187cdfbe6d0fdf16c1
+SHA512 (ansible-core-2.18.18rc1.tar.gz) = 9ebac6b5864aeea87677982abe3b48ed95374926ad9796a04d71375d3d7db5094f72fa60e427f8dde62bf6db6a7682b3e5bec0b98c9e1ddb631e80b478b97749
+SHA512 (ansible-documentation-2.18.18rc1.tar.gz) = 3c91249c6af31bf56d7f481816deaf79e102e53380a5279fe563b10e3deba4bbca504018b7ed2a6f71290a83cbc445333067f9f6dedbb8f7e6bea4b7f96c2673
reply other threads:[~2026-06-11 21:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178121336021.1.1486729381454850370.rpms-ansible-core-1fac9b79876a@fedoraproject.org \
--to=maxwell@gtmx.me \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox