Skip to content

Commit

Permalink
Fix rpm dependencies for ansible-test
Browse files Browse the repository at this point in the history
Needs to require ansible = version rather than ansible-version
  • Loading branch information
abadger committed Sep 5, 2019
1 parent 7d303e5 commit 59afffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/rpm/ansible.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59afffa

Please sign in to comment.