Hi,
I need rebuild a package that is using rpmautospec , how I can rebuild the package and increase relversion ?
Thank you,
On Mon Jan 2, 2023 at 12:32 +0000, Sérgio Basto wrote:
I need rebuild a package that is using rpmautospec , how I can rebuild the package and increase relversion ?
`git commit --allow-empty -m "Changelog entry here"` will do what you want. The empty commit will result in a release and changelog bump.
-- Maxwell G (@gotmax23) Pronouns: He/Him/His
On 2023-01-02 04:52, Maxwell G via devel wrote:
On Mon Jan 2, 2023 at 12:32 +0000, Sérgio Basto wrote:
I need rebuild a package that is using rpmautospec , how I can rebuild the package and increase relversion ?
`git commit --allow-empty -m "Changelog entry here"` will do what you want. The empty commit will result in a release and changelog bump.
Will it be possible to document this instruction on the guideline for future packagers? Thanks.