jordansissel / fpm

Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.
http://fpm.readthedocs.io/en/latest/
Other
11.15k stars 1.07k forks source link

rpm: generate changelog if none is provided #2041

Open UiP9AV6Y opened 9 months ago

UiP9AV6Y commented 9 months ago

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.