From 107e1426af089e95864b5a7b9edd791f0b5df93e Mon Sep 17 00:00:00 2001 From: Robert Sturla Date: Mon, 21 Oct 2024 14:56:37 +0100 Subject: [PATCH] chore: enable xpadneo and evdi builds --- build-kmod-evdi.sh | 2 +- build-kmod-xpadneo.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-kmod-evdi.sh b/build-kmod-evdi.sh index b2785f05..00e33703 100755 --- a/build-kmod-evdi.sh +++ b/build-kmod-evdi.sh @@ -8,7 +8,7 @@ RELEASE="$(rpm -E '%fedora')" cp /tmp/ublue-os-akmods-addons/rpmbuild/SOURCES/negativo17-fedora-multimedia.repo /etc/yum.repos.d/ -if [[ "${FEDORA_MAJOR_VERSION}" -ge 41 ]]; then +if [[ "${FEDORA_MAJOR_VERSION}" -ge 42 ]]; then if dnf search displaylink | grep -qv "displaylink"; then echo "Skipping build of evdi; displaylink net yet provided by negativo17" exit 0 diff --git a/build-kmod-xpadneo.sh b/build-kmod-xpadneo.sh index 3ad92275..8fb0ba82 100755 --- a/build-kmod-xpadneo.sh +++ b/build-kmod-xpadneo.sh @@ -9,7 +9,7 @@ RELEASE="$(rpm -E '%fedora')" cp /tmp/ublue-os-akmods-addons/rpmbuild/SOURCES/negativo17-fedora-multimedia.repo /etc/yum.repos.d/ -if [[ "${FEDORA_MAJOR_VERSION}" -ge 41 ]]; then +if [[ "${FEDORA_MAJOR_VERSION}" -ge 42 ]]; then if dnf search akmod-xpadneo|grep -qv "akmod-xpadneo"; then echo "Skipping build of xpadneo; net yet provided by negativo17" exit 0