From 420505bba5900f1bdd8dcc02bef6b22262760b42 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Fri, 8 Oct 2021 08:48:44 -0400 Subject: [PATCH] Add virtual provide for straightplugin Resolves: #2004466 --- ansible-core.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ansible-core.spec b/ansible-core.spec index 189f884..487b766 100644 --- a/ansible-core.spec +++ b/ansible-core.spec @@ -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 - 2.11.5-3 +- ansible-core 2.11.5-3, add virtual provide for straightplugin + * Wed Sep 15 2021 Josh Boyer - 2.11.5-2 - ansible-core 2.11.5-2