From 23b99629db196fe80b0ae83b1c005f862b484f8a Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 20 May 2013 08:04:16 -0400 Subject: [PATCH] Require gnome-shell We stopped shipping the fallback greeter session file a while ago, so we really should have the Requires: right. Eventually the fallback stuff is going to move to its own module. --- gdm.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gdm.spec b/gdm.spec index 65a82a2..3a4885b 100644 --- a/gdm.spec +++ b/gdm.spec @@ -11,7 +11,7 @@ Summary: The GNOME Display Manager Name: gdm Version: 3.8.1.1 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 License: GPLv2+ Group: User Interface/X @@ -34,6 +34,7 @@ Requires: gnome-settings-daemon >= 2.21.92 Requires: gnome-icon-theme-symbolic Requires: iso-codes Requires: gnome-session +Requires: gnome-shell # since we use it, and pam spams the log if the module is missing Requires: gnome-keyring-pam Requires: pulseaudio-gdm-hooks @@ -342,6 +343,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : %{_libdir}/girepository-1.0/Gdm-1.0.typelib %changelog +* Mon May 20 2013 Ray Strode 1:3.8.1.1-4 +- Require gnome-shell. We no longer use the fallback greeter. + (Since gdm 3.7.92). + * Fri May 17 2013 Ray Strode - 1:3.8.1.1-3 - Build with -fpie Resolves: #955154