From 776408b56817bb6e3291930fa589df41d7e29993 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 1 May 2024 02:38:37 +0300 Subject: [PATCH] import sddm-0.20.0-3.el9.1 --- SPECS/sddm.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/SPECS/sddm.spec b/SPECS/sddm.spec index f94be35..3e65d18 100644 --- a/SPECS/sddm.spec +++ b/SPECS/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 Nov 18 2023 Arkady L. Shane - 0.20.0-3 - Rebuilt for MSVSphere 9.2