summaryrefslogtreecommitdiff
path: root/packaging
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 15:03:50 -0700
commit59afffa334e791c1571f1f932cef371c44abec3e (patch)
treea0406c0e2ea864ff37ebfcffab260fd1b78a8d2e /packaging
parent7d303e54f6039bf78e9d0668788f8da8c021d965 (diff)
downloadansible-59afffa334e791c1571f1f932cef371c44abec3e.tar.gz
Fix rpm dependencies for ansible-test
Needs to require ansible = version rather than ansible-version
Diffstat (limited to 'packaging')
-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