summaryrefslogtreecommitdiff
path: root/packaging/rpm
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2019-09-05 14:38:32 -0700
committerToshio Kuratomi <a.badger@gmail.com>2019-09-05 18:35:29 -0700
commitfb0bc0eb6bc52fdc28006e1a69a325a1079ba7a4 (patch)
tree3b41dd44dcef4d37a08fc722af9272cc181165a4 /packaging/rpm
parent7910f0f1526b266d463be262cfbc2df42fddf5cb (diff)
downloadansible-fb0bc0eb6bc52fdc28006e1a69a325a1079ba7a4.tar.gz
[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>
Diffstat (limited to 'packaging/rpm')
-rw-r--r--packaging/rpm/ansible.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec
index a77939e5ad..84679d497b 100644
--- a/packaging/rpm/ansible.spec
+++ b/packaging/rpm/ansible.spec
@@ -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