From a6daa5c5b6dae74489a6cc199a7c10943c70e06b Mon Sep 17 00:00:00 2001 From: Adam Fidel Date: Fri, 27 Dec 2024 07:31:09 -0600 Subject: [PATCH] fix: remove pkcs11-provider workaround (#53) Co-authored-by: Jorge O. Castro Co-authored-by: Niklas <40402114+NiHaiden@users.noreply.github.com> --- build_files/base/18-workarounds.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/build_files/base/18-workarounds.sh b/build_files/base/18-workarounds.sh index caebfa66..ac580e31 100755 --- a/build_files/base/18-workarounds.sh +++ b/build_files/base/18-workarounds.sh @@ -7,9 +7,12 @@ 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 +# 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