Learn more about these different git repos.
Other Git URLs
Add a subcommand for rpmautospec (e.g. rpmautospec onboard or rpmautospec migate) that, when run in a dist-git repo, or with the path to a specfile as the first argument, will perform a basic conversion to rpmautospec:
rpmautospec onboard
rpmautospec migate
Release
%autorelease
changelog
%autochangelog
Additionally, it would be useful to have another command (say, rpmautospec render-changelog) that, when run against a package that's already using rpmautospec, will render the current changelog and update the changelog file with it. The purpose being to automate this process when one needs to manually fix something in the changelog.
rpmautospec render-changelog
Thanks for the report!
I had similar thoughts but never put them into writing :wink:. My idea for the latter one was rpmautospec freeze-changelog (or it could be an option --freeze to generate-changelog), but I like rpmautospec onboard more than what I came up with: install, enable, quickstart.
rpmautospec freeze-changelog
--freeze
generate-changelog
install
enable
quickstart
See PR #219, though I did not name it any of those.
Commit 6799b43 fixes this issue
Thanks @qulogic for tackling this!
Login to comment on this ticket.