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] rawhide: Update to 2.21.1. Fixes rhbz#2479699.
Date: Wed, 08 Jul 2026 00:14:35 GMT [thread overview]
Message-ID: <178346967599.1.13344891580577978434.rpms-ansible-core-975d15d9e20d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ansible-core
Branch : rawhide
Commit : 975d15d9e20d91b611b117e24e42cda77dec7360
Author : Maxwell G <maxwell@gtmx.me>
Date : 2026-07-05T23:48:47-05:00
Stats : +8/-37 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/ansible-core/c/975d15d9e20d91b611b117e24e42cda77dec7360?branch=rawhide
Log:
Update to 2.21.1. Fixes rhbz#2479699.
---
diff --git a/.gitignore b/.gitignore
index e92887a..3a38e25 100644
--- a/.gitignore
+++ b/.gitignore
@@ -99,3 +99,5 @@
/ansible-documentation-2.20.6.tar.gz
/ansible-core-2.20.7rc1.tar.gz
/ansible-documentation-2.20.7rc1.tar.gz
+/ansible-core-2.21.1.tar.gz
+/ansible-documentation-2.21.1.tar.gz
diff --git a/ansible-core.spec b/ansible-core.spec
index 75e5c5a..d80a0d9 100644
--- a/ansible-core.spec
+++ b/ansible-core.spec
@@ -13,7 +13,7 @@
%undefine _py3_shebang_s
Name: ansible-core
-Version: 2.20.7~rc1
+Version: 2.21.1
%global uversion %{version_no_tilde %{quote:%nil}}
Release: 1%{?dist}
Summary: A radically simple IT automation system
@@ -28,11 +28,6 @@ URL: https://ansible.com
Source0: https://github.com/ansible/ansible/archive/v%{uversion}/%{name}-%{uversion}.tar.gz
Source1: https://github.com/ansible/ansible-documentation/archive/v%{uversion}/ansible-documentation-%{uversion}.tar.gz
-# Do not require wheel for building.
-# https://github.com/ansible/ansible/pull/85533 merged upstream.
-# The needlessly required wheel version was pinned, so get rid of it rather than unpinning.
-# Also, wheel is unwanted in ELN: https://github.com/fedora-eln/eln/issues/284
-Patch: nowheel.patch
# ansible-core 2.20 does not support Python 3.15 and upstream does not plan to do so until 2.22
# This is a downstream-only patch to make it possible to build 2.20 with Python 3.15
Patch: allow-python3.15-build.patch
@@ -260,6 +255,9 @@ install -Dpm 0644 licenses/* -t %{buildroot}%{_pkglicensedir}
%changelog
+* Mon Jun 29 2026 Maxwell G <maxwell@gtmx.me> - 2.21.1-1
+- Update to 2.21.1. Fixes rhbz#2479699.
+
* Thu Jun 11 2026 Maxwell G <maxwell@gtmx.me> - 2.20.7~rc1-1
- Update to 2.20.7~rc1.
- Mitigates CVE-2026-11332 (rhbz#2485397)
diff --git a/nowheel.patch b/nowheel.patch
deleted file mode 100644
index 4324380..0000000
--- a/nowheel.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From cbe48f56e5ee64ba6f26cf824f38625cb8569208 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro@hroncok.cz>
-Date: Tue, 21 Oct 2025 03:35:19 +0200
-Subject: [PATCH] Do not require wheel for building (#85533)
-
-* Do not require wheel for building
-
-- current version of setuptools (70.1+) does not need wheel at all
-- older versions of setuptools would fetch wheel when building wheels (but not sdists)
-
-Cherry-picked from upstream commit 719681bbe2d9059ceba3c0092dc147c6961b06b9
----
- pyproject.toml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pyproject.toml b/pyproject.toml
-index a313c37..9a45e14 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,5 +1,5 @@
- [build-system]
--requires = ["setuptools >= 66.1.0, <= 82.0.1", "wheel == 0.45.1"] # lower bound to support controller Python versions, upper bound for latest version tested at release
-+requires = ["setuptools >= 66.1.0, <= 82.0.0"] # lower bound to support controller Python versions, upper bound for latest version tested at release
- build-backend = "setuptools.build_meta"
-
- [project]
---
-2.53.0
-
diff --git a/sources b/sources
index dc32930..74d97b5 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (ansible-core-2.20.7rc1.tar.gz) = 528814919b0399c8c882d61db82abf42ec6df10c2aa0afcfa9988fd97c07d93e8912a44475fecc7be74fd99e20787a425e8cbb09b4834ba227a8b13f44a97817
-SHA512 (ansible-documentation-2.20.7rc1.tar.gz) = 60fb6c67d555a87d8436742e736794d6349b15ae1d371b2df192864161e0b2cd29d37af06cec5206a007b4ec61484c307dd90806acbe127732d97bf127f4a901
+SHA512 (ansible-core-2.21.1.tar.gz) = 9885a9c13811f86d6bd53d5fc91d68f70834ca961d6552fe86b3b9eab730d514dbd2563a54b46bbf697b5d76fa39d79ff5ff0a7be9a5f2db973cbe6e05012b3c
+SHA512 (ansible-documentation-2.21.1.tar.gz) = 2bb71ed5279f3755a9916971c57bd37a254abc8b6c9b377cfa74b183300095ec74a4653a235372727a40c0866d74eec7f3cf6d4d21eedcc2ebf9ce74b3a4d9fd
reply other threads:[~2026-07-08 0:14 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=178346967599.1.13344891580577978434.rpms-ansible-core-975d15d9e20d@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