mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 04:24:00 -07:00
Fix packaging to work with new module location
Changes include: * Remove references to old module dir from .spec * Use setuptools find_packages find all ansible packages
This commit is contained in:
parent
459722899d
commit
a0fecd6101
3 changed files with 3 additions and 20 deletions
|
@ -104,8 +104,6 @@ rm -rf %{buildroot}
|
|||
%{python_sitelib}/ansible*
|
||||
%{_bindir}/ansible*
|
||||
%dir %{_datadir}/ansible
|
||||
%dir %{_datadir}/ansible/*
|
||||
%{_datadir}/ansible/*/*
|
||||
%config(noreplace) %{_sysconfdir}/ansible
|
||||
%doc README.md PKG-INFO COPYING
|
||||
%doc %{_mandir}/man1/ansible*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue