[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>
This commit is contained in:
Toshio Kuratomi 2019-09-05 14:38:32 -07:00
parent 7910f0f152
commit fb0bc0eb6b
2 changed files with 5 additions and 1 deletions

View file

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

View file

@ -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