From 8ed2ba456baf41cb3bbfbc075bdd6d0f34c960ea Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Mon, 9 Dec 2024 04:37:40 -0500 Subject: [PATCH] fix: remove pkcs11-provider workaround (#1993) --- build_files/base/18-workarounds.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/build_files/base/18-workarounds.sh b/build_files/base/18-workarounds.sh index caebfa6687e..995b8fb056b 100755 --- a/build_files/base/18-workarounds.sh +++ b/build_files/base/18-workarounds.sh @@ -10,6 +10,10 @@ 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 +# Remember to leave a note with rationale/link to issue for each pin! +# +# Example: +#if [ "$FEDORA_MAJOR_VERSION" -eq "41" ]; then +# Workaround pkcs11-provider regression, see issue #1943 +# rpm-ostree override replace https://bodhi.fedoraproject.org/updates/FEDORA-2024-dd2e9fb225 +#fi