From 87de14603891f4e61854300e090598e4f80b7376 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Fri, 1 Nov 2019 09:14:36 -0700 Subject: [PATCH] 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 --- packaging/rpm/ansible.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index 36e5363b591..d5af411208d 100644 --- a/packaging/rpm/ansible.spec +++ b/packaging/rpm/ansible.spec @@ -284,6 +284,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*