Backport passwordless GDM feature

Resolves: https://redhat.atlassian.net/browse/RHEL-169914
This commit is contained in:
Joan Torres Lopez 2025-12-15 17:19:37 +01:00
parent 3032087753
commit 4a28e6d038
No known key found for this signature in database
2 changed files with 8813 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@
Name: gnome-shell
Version: 40.10
Release: 34%{?dist}
Release: 35%{?dist}
Summary: Window management and application launching for GNOME
License: GPLv2+
@ -41,6 +41,7 @@ Patch22: 0001-gdm-util-Early-initialize-all-internal-properties.patch
Patch23: 0001-main-Register-session-with-GDM-on-startup.patch
# Passwordless GDM patch series
Patch24: pre-changes-for-passwordless-gdm-backport.patch
Patch25: 0001-Support-for-web-login-and-unified-auth-mechanism.patch
# Misc.
Patch30: 0001-panel-add-an-icon-to-the-ActivitiesButton.patch
@ -310,6 +311,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.de
%endif
%changelog
* Thu Apr 2 2026 Joan Torres Lopez <joantolo@redhat.com> - 40.10-35
- Backport passwordless GDM feature to RHEL 9
Resolves: RHEL-169914
* Mon Mar 9 2026 Joan Torres Lopez <joantolo@redhat.com> - 40.10-34
- Fix to automatically start fingerprint when enabled
Resolves: RHEL-4166