## CANDIDATE COMPOSE ## #### Blockers #### #### Freeze exceptions #### * [FEDORA-2026-adecf05ea9: cockpit-361-1.fc44](https://bodhi.fedoraproject.org/updates/FEDORA-2026-adecf05ea9) for [⧣2455855](https://bugzilla.redhat.com/show_bug.cgi?id=2455855) * [FEDORA-2026-9e223ca14f: fido-device-onboard-0.5.5-8.fc44](https://bodhi.fedoraproject.org/updates/FEDORA-2026-9e223ca14f) for [⧣2438126](https://bugzilla.redhat.com/show_bug.cgi?id=2438126) #### Releng commands #### Untag all previous builds: ``` koji list-tagged f44-compose --quiet | awk '{print $1}' | xargs -rt koji untag-pkg f44-compose ``` and then tag the new builds: ``` blockers=( ) fes=( cockpit-361-1.fc44 fido-device-onboard-0.5.5-8.fc44 ) koji tag-build f44-compose ${blockers[@]} ${fes[@]} ``` ## FREEZE PUSH ## #### Blockers #### #### Freeze exceptions #### * [FEDORA-2026-adecf05ea9: cockpit-361-1.fc44](https://bodhi.fedoraproject.org/updates/FEDORA-2026-adecf05ea9) for [⧣2455855](https://bugzilla.redhat.com/show_bug.cgi?id=2455855) * [FEDORA-2026-9e223ca14f: fido-device-onboard-0.5.5-8.fc44](https://bodhi.fedoraproject.org/updates/FEDORA-2026-9e223ca14f) for [⧣2438126](https://bugzilla.redhat.com/show_bug.cgi?id=2438126) #### Releng commands #### Make sure all builds are pending stable: ``` blockers=( ) fes=( FEDORA-2026-adecf05ea9 FEDORA-2026-9e223ca14f ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}" ```