From 06b764b2492d1b3ba5126ec50922f8a50c2f46bd Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 4 Dec 2023 22:28:33 -0800 Subject: [PATCH] fix: Drop 38 support in gnome-vrr, add Xwayland patch for Nvidia 545 --- Containerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Containerfile b/Containerfile index 688a8fad77a..0acc091469f 100644 --- a/Containerfile +++ b/Containerfile @@ -19,10 +19,8 @@ ARG PACKAGE_LIST="bluefin" # GNOME VRR RUN wget https://copr.fedorainfracloud.org/coprs/kylegospo/gnome-vrr/repo/fedora-"${FEDORA_MAJOR_VERSION}"/kylegospo-gnome-vrr-fedora-"${FEDORA_MAJOR_VERSION}".repo -O /etc/yum.repos.d/_copr_kylegospo-gnome-vrr.repo && \ - if [ ${FEDORA_MAJOR_VERSION} -lt 39 ]; then \ + if [ ${FEDORA_MAJOR_VERSION} -gt 38 ]; then \ rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:kylegospo:gnome-vrr mutter mutter-common gnome-control-center gnome-control-center-filesystem xorg-x11-server-Xwayland \ - ; else \ - rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:kylegospo:gnome-vrr mutter mutter-common gnome-control-center gnome-control-center-filesystem \ ; fi && \ rm -f /etc/yum.repos.d/_copr_kylegospo-gnome-vrr.repo