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}
error: line 19: Illegal char ':' (0x3a) in: Release: 1.fc40{?with_bootstrap:~bootstrap}
ASAP
N/A
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.
%%
{?with_bootstrap:%%{__bootstrap}}
https://src.fedoraproject.org/rpms/fedora-release/pull-request/276