summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2019-11-01 09:14:36 -0700
committerToshio Kuratomi <a.badger@gmail.com>2019-11-01 12:27:20 -0700
commit284be7456c48f5023eff53f1957b0fb1989cea2f (patch)
treed99db0c839351e0c24031988c5c70a0063902d9f /packaging
parent30bbbdbe3365aee6fa5d17660ff7efaea1579fd6 (diff)
downloadansible-284be7456c48f5023eff53f1957b0fb1989cea2f.tar.gz
[stable-2.9] Exclude the ansible-test script from the main rpm package (#64277)
We want the script to live in the ansible-test rpm subpackage alongside of its libraries Fixes #64275 (cherry picked from commit 87de146038) Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/rpm/ansible.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec
index fb26a3dae2..3c6b9faf18 100644
--- a/packaging/rpm/ansible.spec
+++ b/packaging/rpm/ansible.spec
@@ -283,6 +283,7 @@ ln -s /usr/bin/pytest-3 bin/pytest
%files
%defattr(-,root,root)
%{_bindir}/ansible*
+%exclude %{_bindir}/ansible-test
%config(noreplace) %{_sysconfdir}/ansible/
%doc README.rst PKG-INFO COPYING changelogs/CHANGELOG*.rst
%doc %{_mandir}/man1/ansible*