Skip to content

Commit

Permalink
fix: remove pkcs11-provider workaround (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: Jorge O. Castro <jorge.castro@gmail.com>
Co-authored-by: Niklas <40402114+NiHaiden@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 27, 2024
1 parent 1a432a7 commit a6daa5c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions build_files/base/18-workarounds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a6daa5c

Please sign in to comment.