From a226ab8730b429002607959546e8db2e5a64762e Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 18 Jul 2022 11:03:51 -0700 Subject: [PATCH] x11 default for rhel9 --- sddm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sddm.spec b/sddm.spec index 93379d7..2228713 100644 --- a/sddm.spec +++ b/sddm.spec @@ -8,7 +8,7 @@ %endif # Control SDDM Wayland by default -%if (0%{?fedora} && 0%{?fedora} < 37) || (0%{?rhel} && 0%{?rhel} < 9) +%if (0%{?fedora} && 0%{?fedora} < 37) || (0%{?rhel} && 0%{?rhel} <= 9) %bcond_with sddm_wayland_default %else %bcond_without sddm_wayland_default