We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I used a code from an example in README and used:
specfile.add_changelog_entry( f"convert license to SPDX", author='Miroslav Suchý', email='[email protected]', timestamp=datetime.now(), )
but this produces the following diff:
%changelog +* Thu Apr 04 20:52:02 UTC 2024 Miroslav Suchý <[email protected]> - 1.10-50 +convert license to SPDX + * Tue Jan 23 2024 Fedora Release Engineering <[email protected]> - 1.10-50
Either it should produce:
* Thu Apr 04 20:52:02 UTC 2024 Miroslav Suchý <[email protected]> - 1.10-50 - convert license to SPDX
or the example should be:
specfile.add_changelog_entry( '- New upstream release 2.1',
The text was updated successfully, but these errors were encountered:
doc: correct usage of entry in changelog
04d0d37
Fixes: packit#362
2cb0c13
No branches or pull requests
I used a code from an example in README and used:
but this produces the following diff:
Either it should produce:
or the example should be:
The text was updated successfully, but these errors were encountered: