Fix rpm dependencies for ansible-test
Needs to require ansible = version rather than ansible-version
This commit is contained in:
parent
7d303e54f6
commit
59afffa334
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ are transferred to managed machines automatically.
|
||||||
|
|
||||||
%package -n ansible-test
|
%package -n ansible-test
|
||||||
Summary: Tool for testing ansible plugin and module code
|
Summary: Tool for testing ansible plugin and module code
|
||||||
Requires: %{name}-%{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
%if 0%{?rhel} >= 8
|
%if 0%{?rhel} >= 8
|
||||||
# Will use the python3 stdlib venv
|
# Will use the python3 stdlib venv
|
||||||
#Requires: python3-virtualenv
|
#Requires: python3-virtualenv
|
||||||
|
|
Loading…
Reference in a new issue