https://bugzilla.redhat.com/show_bug.cgi?id=2176241
--- Comment #18 from Mikel Olasagasti Uranga mikel@olasagasti.info --- I'm sorry, but I don't understand what you want to achieve.
The spec doesn't need this part:
## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec
I guess this is an old requirement that is not needed anymore. Where are you getting this block from? And why are you using it?
- Tue Mar 14 2023 Link Dupont link@sub-pop.net - 0.9.5-1
- Intitial package
Why do you add an entry to changelog if you plan to use %autochangelog ?
Both things are not done by default by go2rpm so I guess you're adding them after or you're post-processing the spec somehow, but it's not required.