#11632 Please untag latest fedora-release from rawhide
Closed: Fixed by kalev. Opened by decathorpe.

  • Describe the issue

https://bodhi.fedoraproject.org/updates/FEDORA-2023-8c726e32f4
This update for fedora-release broke builds for rawhide.

All buildSRPMfromSCM tasks all fail with:
error: line 19: Illegal char ':' (0x3a) in: Release: 1.fc40{?with_bootstrap:~bootstrap}

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

ASAP

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

N/A

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

No rawhide builds at all.


Untagged:

$ koji untag-build --force f40 fedora-release-40-0.5

Metadata Update from @kalev:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

ha, I just ran the same :)

Looks like the change accidentally dropped the two %%s before {?with_bootstrap:%%{__bootstrap}}, making it fail to expand.

https://src.fedoraproject.org/rpms/fedora-release/pull-request/276

Metadata