From 3d8510a73f5b034b337db85bae8610daa95d089d Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Mon, 13 Sep 2021 15:19:04 -0400 Subject: [PATCH] Bump for build Resolves: #2003809 Signed-off-by: Josh Boyer --- ansible-core.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ansible-core.spec b/ansible-core.spec index 48f8537..663224b 100644 --- a/ansible-core.spec +++ b/ansible-core.spec @@ -41,7 +41,7 @@ Version: 2.11.3 %if 0%{?nightly} Release: 0.1.%{snap}%{?dist} %else -Release: 2%{?dist} +Release: 3%{?dist} %endif Group: Development/Libraries @@ -68,7 +68,7 @@ Obsoletes: ansible-base # ... and provide 'ansible' so that old packages still work without updated # spec files. -Provides: ansible +# Provides: ansible # Bundled provides that are sprinkled throughout the codebase. Provides: bundled(python-backports-ssl_match_hostname) = 3.7.0.1 @@ -209,6 +209,9 @@ cp -p lib/ansible_core.egg-info/PKG-INFO . %{python39_sitelib}/ansible_test %changelog +* Mon Sep 13 2021 Josh Boyer - 2.11.3-3 +- Bump for build + * Wed Jul 21 2021 Paul Belanger - 2.11.3-2 - Add git dependency for ansible-galaxy CLI command.