From 37581dc757fb6b0adeafacfea5b938b15a65222c Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 20 Feb 2024 14:31:58 -0800 Subject: [PATCH] Set wayland on by default for epel9 --- sddm.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sddm.spec b/sddm.spec index e144af7..b60271c 100644 --- a/sddm.spec +++ b/sddm.spec @@ -1,14 +1,14 @@ %undefine __cmake_in_source_build # Control Plasma 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 @@ -20,7 +20,7 @@ Name: sddm Version: 0.20.0%{?commitdate:^git%{commitdate}.%{shortcommit}} -Release: 3%{?dist} +Release: 3%{?dist}.1 License: GPLv2+ Summary: QML based desktop and login manager @@ -297,6 +297,9 @@ fi %changelog +* Tue Feb 20 2024 Troy Dawson - 0.20.0-3.1 +- Set wayland on by default for epel9 + * Sat Jul 22 2023 Fedora Release Engineering - 0.20.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild