From 8aacb6df627dc0746ebfecfd39083fc9dde8e7bb Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 13 Feb 2023 09:07:52 -0800 Subject: [PATCH] Set X11 as default instead of wayland on RHEL --- plasma-workspace.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/plasma-workspace.spec b/plasma-workspace.spec index c96417e..7462bcd 100644 --- a/plasma-workspace.spec +++ b/plasma-workspace.spec @@ -5,14 +5,14 @@ %global kf5_version_min 5.98.0 # Control wayland by default -%if (0%{?rhel} && 0%{?rhel} < 9) +%if (0%{?rhel} && 0%{?rhel} <= 9) %bcond_with wayland_default %else %bcond_without wayland_default %endif # Control sddm wayland by default -%if (0%{?fedora} && 0%{?fedora} < 38) || (0%{?rhel} && 0%{?rhel} < 9) +%if (0%{?fedora} && 0%{?fedora} < 38) || (0%{?rhel} && 0%{?rhel} <= 9) %bcond_with sddm_wayland_default %else %bcond_without sddm_wayland_default @@ -28,7 +28,7 @@ Name: plasma-workspace Summary: Plasma workspace, applications and applets Version: 5.26.5 -Release: 1%{?dist} +Release: 1.1%{?dist} License: GPLv2+ URL: https://invent.kde.org/plasma/%{name} @@ -782,6 +782,9 @@ fi %changelog +* Mon Feb 13 2023 Troy Dawson - 5.26.5-1.1 +- Set X11 as default instead of wayland + * Thu Jan 05 2023 Justin Zobel - 5.26.5-1 - Update to 5.26.5