From 58e2a0909e612391d5a92cd0c4a6c82d3d629508 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jun 28 2022 10:59:30 +0000 Subject: import gdm-40.0-23.el8_6.1 --- 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..93fde97 100644 --- a/SPECS/gdm.spec +++ b/SPECS/gdm.spec @@ -12,7 +12,7 @@ Name: gdm Epoch: 1 Version: 40.0 -Release: 23%{?dist} +Release: 23%{?dist}.1 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-23.1 +- Fix typo that prevents the correct session type from being + used when user switching. + Resolves: #2085391 + * Thu Jan 27 2022 Ray Strode - 40.0-23 - Fix crash when neither Xorg nor wayland is working great Resolves: #2032180