Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: SUSE builds fail due to empty changelog in spec file #1333

Merged
merged 2 commits into from
Mar 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packaging/redhat/zproject.spec
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,5 @@ find %{buildroot} -name '*.la' | xargs rm -f
%{_bindir}/zproject_known_projects.xml

%changelog
* Wed Dec 31 2014 zproject Developers <[email protected]
- Initial packaging.
2 changes: 2 additions & 0 deletions zproject_redhat.gsl
Original file line number Diff line number Diff line change
Expand Up @@ -497,4 +497,6 @@ python3 setup.py install --root=%{buildroot} --skip-build --prefix %{_prefix}
.endif

%changelog
* Wed Dec 31 2014 $(project.name) Developers <$(project.email)
- Initial packaging.
.endmacro
Loading