#12613 Allow macro _with_bootstrap for f43 sidetags
Closed: Fixed with Explanation 17 days ago by kevin. Opened 19 days ago by mizdebsk.

Describe the issue

Koji tag f43-build does not allow setting _with_bootstrap macro while equivalent tags for Fedora <= 42 allow this macro.

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.

When do you need this? (YYYY/MM/DD)

  • For fixing f43-build - ASAP (2025/02/26)
  • For fixing branching scripts - before branching (2025/08/12)

When is this no longer needed or useful? (YYYY/MM/DD)

N/A

If we cannot complete your request, what is the impact?

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

18 days ago

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

17 days ago

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)

17 days ago

Log in to comment on this ticket.

Metadata
Related Pull Requests