Skip to content

Commit 5ec92fc

Browse files
authored
feat: Re-enable vhba for F41
1 parent 27e72cc commit 5ec92fc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build-kmod-vhba.sh

-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ if [[ "$RELEASE" -lt 39 ]]; then
1212
exit 0
1313
fi
1414

15-
if [[ "${FEDORA_MAJOR_VERSION}" -ge 41 ]]; then
16-
echo "Skipping build of vhba; net yet provided by COPR"
17-
exit 0
18-
fi
19-
2015
if [[ "${RELEASE}" -ge 42 ]]; then
2116
COPR_RELEASE="rawhide"
2217
else

0 commit comments

Comments
 (0)