import sddm-0.20.0-3.el9.1

i9ce changed/i9ce/sddm-0.20.0-3.el9.1
MSVSphere Packaging Team 9 months ago
parent d9ff6858e9
commit 776408b568

@ -1,14 +1,14 @@
%undefine __cmake_in_source_build
# Control Plasma 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
@ -20,7 +20,7 @@
Name: sddm
Version: 0.20.0%{?commitdate:^git%{commitdate}.%{shortcommit}}
Release: 3%{?dist}
Release: 3%{?dist}.1
License: GPLv2+
Summary: QML based desktop and login manager
@ -297,6 +297,9 @@ fi
%changelog
* Tue Feb 20 2024 Troy Dawson <tdawson@redhat.com> - 0.20.0-3.1
- Set wayland on by default for epel9
* Sat Nov 18 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.20.0-3
- Rebuilt for MSVSphere 9.2

Loading…
Cancel
Save