|
|
|
@ -5,14 +5,14 @@
|
|
|
|
|
%global kf5_version_min 5.98.0
|
|
|
|
|
|
|
|
|
|
# Control 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
|
|
|
|
@ -28,7 +28,7 @@
|
|
|
|
|
Name: plasma-workspace
|
|
|
|
|
Summary: Plasma workspace, applications and applets
|
|
|
|
|
Version: 5.26.5
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 1.1%{?dist}
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://invent.kde.org/plasma/%{name}
|
|
|
|
@ -782,6 +782,9 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Feb 13 2023 Troy Dawson <tdawson@redhat.com> - 5.26.5-1.1
|
|
|
|
|
- Set X11 as default instead of wayland
|
|
|
|
|
|
|
|
|
|
* Thu Jan 05 2023 Justin Zobel <justin@1707.io> - 5.26.5-1
|
|
|
|
|
- Update to 5.26.5
|
|
|
|
|
|
|
|
|
|