Set wayland on by default for epel9

epel9^2
Troy Dawson 12 months ago
parent 7d28148a82
commit af97808341

@ -5,14 +5,14 @@
%global kf5_version_min 5.98.0 %global kf5_version_min 5.98.0
# Control wayland by default # Control 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
@ -28,7 +28,7 @@
Name: plasma-workspace Name: plasma-workspace
Summary: Plasma workspace, applications and applets Summary: Plasma workspace, applications and applets
Version: 5.27.10 Version: 5.27.10
Release: 1%{?dist} Release: 1%{?dist}.1
License: GPLv2+ License: GPLv2+
URL: https://invent.kde.org/plasma/%{name} URL: https://invent.kde.org/plasma/%{name}
@ -800,6 +800,9 @@ fi
%changelog %changelog
* Tue Feb 20 2024 Troy Dawson <tdawson@redhat.com> - 5.27.10-1.1
- Set wayland on by default for epel9
* Sat Dec 16 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.10-1 * Sat Dec 16 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.10-1
- 5.27.10 - 5.27.10

Loading…
Cancel
Save