Update packaging WRT AUTHORS.md

This commit is contained in:
Michael DeHaan 2012-03-26 22:30:48 -04:00
parent 61446fd6c8
commit 3f9f8de031
2 changed files with 2 additions and 2 deletions

View file

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

View file

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