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:
parent
c76e074e4c
commit
87de146038
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue