nim added a new comment to an issue you are following: `` Again, this is what the forge macros allow doing today
Take https://src.fedoraproject.org/rpms/go-rpm-macros/blob/master/f/go-rpm-macros...
I could replace the ``` Version: 3.0.8 ``` with a ``` %global commit HASH ```
before the ``` %forgemeta ```
line and everything would still work (in fact that’s how the whole package was polished before inclusion in Fedora, because I couldn’t be bothered to tag a version for every commit I wanted to test).
All it would take is `fedpkg build` doing the `spectool -g` automatically instead of needing a separate `spectool -g` / ` `rpmbuild -bs`step ``
To reply, visit the link below or just reply to this email https://pagure.io/releng/issue/7498