diff options
author | Toshio Kuratomi <a.badger@gmail.com> | 2019-11-01 09:14:36 -0700 |
---|---|---|
committer | Sam Doran <sdoran@redhat.com> | 2019-11-01 12:14:36 -0400 |
commit | 87de14603891f4e61854300e090598e4f80b7376 (patch) | |
tree | 2f4df53a4f5c2fead8d01bb9c376f071817b081d /packaging/rpm/ansible.spec | |
parent | c76e074e4c71c7621a1ca8159261c1959b5287af (diff) | |
download | ansible-87de14603891f4e61854300e090598e4f80b7376.tar.gz |
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
Diffstat (limited to 'packaging/rpm/ansible.spec')
-rw-r--r-- | packaging/rpm/ansible.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index 36e5363b59..d5af411208 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* |