[stable-2.9] Fix rpm dependencies for ansible-test

Needs to require ansible = version rather than ansible-version
(cherry picked from commit 59afffa)

Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
pull/61910/head
Toshio Kuratomi 5 years ago
parent 7910f0f152
commit fb0bc0eb6b

@ -0,0 +1,4 @@
---
bugfixes:
- Fix the upstream rpm spec file. The ansible-test package requirement on
the main ansible package was formatted incorrectly.

@ -160,7 +160,7 @@ are transferred to managed machines automatically.
%package -n ansible-test
Summary: Tool for testing ansible plugin and module code
Requires: %{name}-%{version}-%{release}
Requires: %{name} = %{version}-%{release}
%if 0%{?rhel} >= 8
# Will use the python3 stdlib venv
#Requires: python3-virtualenv

Loading…
Cancel
Save