fix RPM builds with placeholder CHANGELOG
* fails in devel because the changelogs/CHANGELOG*.rst docs fileglob comes up empty
This commit is contained in:
parent
f87ca27aa3
commit
70d85a659e
2 changed files with 7 additions and 1 deletions
6
changelogs/CHANGELOG.rst
Normal file
6
changelogs/CHANGELOG.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
Placeholder changelog
|
||||
=====================
|
||||
|
||||
This file is a placeholder; a version-specific ``CHANGELOG-vX.Y.rst`` will be generated during releases from fragments
|
||||
under changelogs/fragments. On release branches once a release has been created, consult the branch's version-specific
|
||||
file for changes that have occurred in that branch.
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue