Learn more about these different git repos.
Other Git URLs
Koji tag f43-build does not allow setting _with_bootstrap macro while equivalent tags for Fedora <= 42 allow this macro.
f43-build
_with_bootstrap
Reproducer:
$ koji taginfo f42-build | grep sidetag_rpm_macros_allowed sidetag_rpm_macros_allowed : '_with_bootstrap' $ koji taginfo f43-build | grep sidetag_rpm_macros_allowed
Please allow the macro in f43-build tag. Also fix branching scripts so that future tags like f44-build will allow the macro as well.
f44-build
N/A
Users will have to push extra dist-git commits to toggle the bootstrap macro from spec files.
Metadata Update from @james: - Issue tagged with: low-gain, medium-trouble
Only med-trouble because we want to also change the releng branching script so that this happens for 44+.
Script: releng/scripts/branching/make-koji-release-tags
The command to fix it for F43 would be:
koji edit-tag -x sidetag_rpm_macros_allowed=_with_bootstrap f43-build
Pull request for branching script for F44+: #12615
Metadata Update from @kevin: - Issue assigned to kevin
Strange, why didn't that fail the last time it was run with no tag specified?
Anyhow...
merged pr and done the edit-tag.
Metadata Update from @kevin: - Issue close_status updated to: Fixed with Explanation - Issue status updated to: Closed (was: Open)
Thanks!
Log in to comment on this ticket.