[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:
parent
7910f0f152
commit
fb0bc0eb6b
2 changed files with 5 additions and 1 deletions
4
changelogs/fragments/fix-rpm-spec.yaml
Normal file
4
changelogs/fragments/fix-rpm-spec.yaml
Normal 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.
|
|
@ -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…
Reference in a new issue