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
pull/64284/head
Toshio Kuratomi 5 years ago committed by Sam Doran
parent c76e074e4c
commit 87de146038

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

Loading…
Cancel
Save