Set wayland on by default for epel9

epel9 imports/epel9/sddm-0.20.0-3.el9.1
Troy Dawson 12 months ago
parent 503d5acca6
commit 37581dc757

@ -1,14 +1,14 @@
%undefine __cmake_in_source_build %undefine __cmake_in_source_build
# Control Plasma Wayland by default # Control Plasma Wayland by default
%if 0%{?rhel} && 0%{?rhel} <= 9 %if 0%{?rhel} && 0%{?rhel} < 9
%bcond_with wayland_default %bcond_with wayland_default
%else %else
%bcond_without wayland_default %bcond_without wayland_default
%endif %endif
# Control SDDM Wayland by default # 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 %bcond_with sddm_wayland_default
%else %else
%bcond_without sddm_wayland_default %bcond_without sddm_wayland_default
@ -20,7 +20,7 @@
Name: sddm Name: sddm
Version: 0.20.0%{?commitdate:^git%{commitdate}.%{shortcommit}} Version: 0.20.0%{?commitdate:^git%{commitdate}.%{shortcommit}}
Release: 3%{?dist} Release: 3%{?dist}.1
License: GPLv2+ License: GPLv2+
Summary: QML based desktop and login manager Summary: QML based desktop and login manager
@ -297,6 +297,9 @@ fi
%changelog %changelog
* Tue Feb 20 2024 Troy Dawson <tdawson@redhat.com> - 0.20.0-3.1
- Set wayland on by default for epel9
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.0-3 * Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

Loading…
Cancel
Save