From af97808341d82dd5fd95db5d04fa2120d05ea9d8 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 20 Feb 2024 14:32:22 -0800 Subject: [PATCH] Set wayland on by default for epel9 --- plasma-workspace.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/plasma-workspace.spec b/plasma-workspace.spec index b5e8b1a..6b69de8 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.27.10 -Release: 1%{?dist} +Release: 1%{?dist}.1 License: GPLv2+ URL: https://invent.kde.org/plasma/%{name} @@ -800,6 +800,9 @@ fi %changelog +* Tue Feb 20 2024 Troy Dawson - 5.27.10-1.1 +- Set wayland on by default for epel9 + * Sat Dec 16 2023 Marc Deop i Argemí - 5.27.10-1 - 5.27.10