From 5b4197f7a41f241afcefeb3467fe2cd80969a43d Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sep 27 2022 10:16:33 +0000 Subject: import gdm-40.0-24.el8 --- diff --git a/SOURCES/0001-local-display-factory-Provide-more-flexibility-for-c.patch b/SOURCES/0001-local-display-factory-Provide-more-flexibility-for-c.patch index f539d6c..7fb5b30 100644 --- a/SOURCES/0001-local-display-factory-Provide-more-flexibility-for-c.patch +++ b/SOURCES/0001-local-display-factory-Provide-more-flexibility-for-c.patch @@ -980,7 +980,7 @@ index 8a4ef06c..eba38671 100644 + display = gdm_local_display_new (); + g_object_set (G_OBJECT (display), + "session-type", session_types[0], -+ "supported-session-tyes", session_types, ++ "supported-session-types", session_types, + NULL); + is_initial = TRUE; } diff --git a/SPECS/gdm.spec b/SPECS/gdm.spec index d6fd59d..a984959 100644 --- a/SPECS/gdm.spec +++ b/SPECS/gdm.spec @@ -12,7 +12,7 @@ Name: gdm Epoch: 1 Version: 40.0 -Release: 23%{?dist} +Release: 24%{?dist} Summary: The GNOME Display Manager License: GPLv2+ @@ -375,6 +375,11 @@ fi %{_libdir}/pkgconfig/gdm-pam-extensions.pc %changelog +* Mon May 16 2022 Ray Strode - 40.0-24 +- Fix typo that prevents the correct session type from being + used when user switching. + Resolves: #2034092 + * Thu Jan 27 2022 Ray Strode - 40.0-23 - Fix crash when neither Xorg nor wayland is working great Resolves: #2032180