Update packaging WRT AUTHORS.md
This commit is contained in:
parent
61446fd6c8
commit
3f9f8de031
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
include README.md AUTHORS.md ansible.spec
|
||||
include README.md ansible.spec
|
||||
include examples/hosts
|
||||
recursive-include docs *
|
||||
recursive-include library *
|
||||
|
|
|
@ -43,7 +43,7 @@ cp -v library/* $RPM_BUILD_ROOT/%{_datadir}/ansible/
|
|||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%doc README.md AUTHORS.md PKG-INFO
|
||||
%doc README.md PKG-INFO
|
||||
%defattr(-,root,root)
|
||||
%{_mandir}/man1/*.gz
|
||||
%{python_sitelib}/*
|
||||
|
|
Loading…
Reference in a new issue