diff --git a/build_files/base/18-workarounds.sh b/build_files/base/18-workarounds.sh index d8158777a08..caebfa6687e 100755 --- a/build_files/base/18-workarounds.sh +++ b/build_files/base/18-workarounds.sh @@ -6,3 +6,10 @@ set -eoux pipefail if [[ -f /usr/bin/ld.bfd ]]; then ln -sf /usr/bin/ld.bfd /etc/alternatives/ld && ln -sf /etc/alternatives/ld /usr/bin/ld fi + + +## Pins and Overrides +## Use this section to pin packages in order to avoid regressions +if [ "$FEDORA_MAJOR_VERSION" -eq "41" ]; then + rpm-ostree override replace https://bodhi.fedoraproject.org/updates/FEDORA-2024-dd2e9fb225 +fi