Disable sddm-on-wayland for F37 (#2110801)

epel9
Adam Williamson 2 years ago
parent a0c94d5b23
commit 4a9e66fd5b

@ -12,7 +12,7 @@
%endif %endif
# Control sddm wayland by default # Control sddm wayland by default
%if (0%{?fedora} && 0%{?fedora} < 37) || (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
@ -28,7 +28,7 @@
Name: plasma-workspace Name: plasma-workspace
Summary: Plasma workspace, applications and applets Summary: Plasma workspace, applications and applets
Version: 5.25.4 Version: 5.25.4
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2+ License: GPLv2+
URL: https://invent.kde.org/plasma/%{name} URL: https://invent.kde.org/plasma/%{name}
@ -772,6 +772,9 @@ fi
%changelog %changelog
* Fri Aug 26 2022 Adam Williamson <awilliam@redhat.com> - 5.25.4-2
- Disable sddm-on-wayland for F37 (#2110801)
* Wed Aug 03 2022 Justin Zobel <justin@1707.io> - 5.25.4-1 * Wed Aug 03 2022 Justin Zobel <justin@1707.io> - 5.25.4-1
- Update to 5.25.4 - Update to 5.25.4

Loading…
Cancel
Save