Skip to content

Commit

Permalink
fix: pin pkcs11-provider to 0.5-3.fc41 (ublue-os#1959)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Nov 22, 2024
1 parent c271947 commit 2788de3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build_files/base/18-workarounds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2788de3

Please sign in to comment.