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

rpm: generate changelog if none is provided #2041

Merged
merged 1 commit into from
Dec 8, 2024

Conversation

UiP9AV6Y
Copy link
Contributor

rpmlint considers a lack of a changelog an error.

this is a similar behaviour to the DEB packager, where a generic default changelog is generated unless one is provided explicitly.

`rpmlint` considers a lack of a changelog an error.

this is a similar behaviour to the DEB packager, where a generic
default changelog is generated unless one is provided explicitly.
@jordansissel
Copy link
Owner

Thank you for improving fpm! I especially appreciate the extra effort to add tests to cover this. Tests are passing and I checked manually:

% bundle exec bin/fpm -s empty -t rpm -n example
Created package {:path=>"example-1.0-1.noarch.rpm"}

% rpm -qp example-1.0-1.noarch.rpm --changelog
* Sat Dec 07 2024 <[email protected]> - 1.0-1
- Package created with FPM

@jordansissel jordansissel merged commit 468f455 into jordansissel:main Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants