Bump for build

Resolves: #2003809

Signed-off-by: Josh Boyer <jwboyer@redhat.com>
This commit is contained in:
Josh Boyer 2021-09-13 15:19:04 -04:00
parent 9d5367185b
commit 3d8510a73f

View File

@ -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 <jwboyer@redhat.com> - 2.11.3-3
- Bump for build
* Wed Jul 21 2021 Paul Belanger <pabelanger@redhat.com> - 2.11.3-2
- Add git dependency for ansible-galaxy CLI command.