Skip to content

Commit

Permalink
feat: Re-enable vhba for F41
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Oct 26, 2024
1 parent 27e72cc commit 5ec92fc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build-kmod-vhba.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ if [[ "$RELEASE" -lt 39 ]]; then
exit 0
fi

if [[ "${FEDORA_MAJOR_VERSION}" -ge 41 ]]; then
echo "Skipping build of vhba; net yet provided by COPR"
exit 0
fi

if [[ "${RELEASE}" -ge 42 ]]; then
COPR_RELEASE="rawhide"
else
Expand Down

0 comments on commit 5ec92fc

Please sign in to comment.