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
This commit is contained in:
Toshio Kuratomi 2019-11-01 09:14:36 -07:00 committed by Sam Doran
parent c76e074e4c
commit 87de146038

View file

@ -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*