## CANDIDATE COMPOSE ## #### Blockers #### #### Freeze exceptions #### * [FEDORA-2023-2aae5096fc: Macaulay2-1.22-1.fc39 fflas-ffpack-2.5.0-1.fc39 givaro-4.2.0-1.fc39 linbox-1.7.0-1.fc39 mathic-1.0-27.20230916.git07e8df4.fc39 mathicgb-1.0-34.20230916.gitde9cc70.fc39 memtailor-1.0-24.20230916.gitf785005.fc39](https://bodhi.fedoraproject.org/updates/FEDORA-2023-2aae5096fc) for [⧣2225688](https://bugzilla.redhat.com/show_bug.cgi?id=2225688) #### Releng commands #### Untag all previous builds: ``` koji list-tagged f39-compose --quiet | awk '{print $1}' | xargs -rt koji untag-pkg f39-compose ``` and then tag the new builds: ``` blockers=( ) fes=( Macaulay2-1.22-1.fc39 fflas-ffpack-2.5.0-1.fc39 givaro-4.2.0-1.fc39 linbox-1.7.0-1.fc39 mathic-1.0-27.20230916.git07e8df4.fc39 mathicgb-1.0-34.20230916.gitde9cc70.fc39 memtailor-1.0-24.20230916.gitf785005.fc39 ) koji tag-build f39-compose ${blockers[@]} ${fes[@]} ``` ## FREEZE PUSH ## #### Blockers #### #### Freeze exceptions #### #### Releng commands ####