mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
fix RPM builds with placeholder CHANGELOG
* fails in devel because the changelogs/CHANGELOG*.rst docs fileglob comes up empty
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user