From d5218cf5f525036777fe3c5514de225d9a8406ea Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Wed, 8 Jan 2025 21:48:18 -0500 Subject: [PATCH] revert: "fix(pin): sssd to 2.10" (#2125) --- build_files/base/18-workarounds.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build_files/base/18-workarounds.sh b/build_files/base/18-workarounds.sh index 21eaeb840db..9e7fd3f4c9e 100755 --- a/build_files/base/18-workarounds.sh +++ b/build_files/base/18-workarounds.sh @@ -19,11 +19,4 @@ fi # rpm-ostree override replace https://bodhi.fedoraproject.org/updates/FEDORA-2024-dd2e9fb225 #fi -# Ping sssd version -# See Issue: https://github.com/ublue-os/bluefin/issues/2118 -if [ "$FEDORA_MAJOR_VERSION" -eq "41" ]; then - rpm-ostree override replace https://bodhi.fedoraproject.org/updates/FEDORA-2024-bfd5344277 -fi - - echo "::endgroup::"