Add virtual provide for straightplugin

Resolves: #2004466
This commit is contained in:
Josh Boyer 2021-10-08 08:48:44 -04:00
parent e50caee66b
commit 420505bba5

View File

@ -33,6 +33,7 @@
# These control which bundled dep versions we pin against
%global packaging_version 20.4
%global pyparsing_version 2.4.7
%global straightplugin_version 1.4.1
Name: ansible-core
@ -41,7 +42,7 @@ Version: 2.11.5
%if 0%{?nightly}
Release: 0.1.%{snap}%{?dist}
%else
Release: 2%{?dist}
Release: 3%{?dist}
%endif
Group: Development/Libraries
@ -79,6 +80,7 @@ Provides: bundled(python-six) = 1.13.0
# Things we explicitly bundle via src rpm, and put in ansible._vendor
Provides: bundled(python-packaging) = %{packaging_version}
Provides: bundled(python-pyparsing) = %{pyparsing_version}
Provides: bundled(python-straightplugin) = %{straightplugin_version}
BuildRequires: python3-devel
BuildRequires: python3-docutils
@ -89,7 +91,7 @@ BuildRequires: python3-resolvelib
BuildRequires: python3-rpm-macros
BuildRequires: python3-setuptools
BuildRequires: python3-wheel
BuildRequires: make git
BuildRequires: make git-core
Requires: git
Requires: python3
@ -209,6 +211,9 @@ cp -p lib/ansible_core.egg-info/PKG-INFO .
%{python39_sitelib}/ansible_test
%changelog
* Wed Oct 06 2021 Yanis Guenane <yguenane@redhat.com> - 2.11.5-3
- ansible-core 2.11.5-3, add virtual provide for straightplugin
* Wed Sep 15 2021 Josh Boyer <jwboyer@redhat.com> - 2.11.5-2
- ansible-core 2.11.5-2