fix RPM builds with placeholder CHANGELOG

* fails in devel because the changelogs/CHANGELOG*.rst docs fileglob comes up empty
This commit is contained in:
Matt Davis
2018-05-30 16:47:48 -07:00
parent f87ca27aa3
commit 70d85a659e
2 changed files with 7 additions and 1 deletions

View File

@@ -128,7 +128,7 @@ rm -rf %{buildroot}
%{_bindir}/ansible*
%dir %{_datadir}/ansible
%config(noreplace) %{_sysconfdir}/ansible
%doc README.rst PKG-INFO COPYING changelogs/CHANGELOG-*.rst
%doc README.rst PKG-INFO COPYING changelogs/CHANGELOG*.rst
%doc %{_mandir}/man1/ansible*
%changelog