+ gdm-3.27.4-4
Update for gnome-settings-daemon changes
This commit is contained in:
parent
1785b759ef
commit
0a90c0979c
28
0001-gnome-login-Adjust-to-g-s-d-s-plugin-removals.patch
Normal file
28
0001-gnome-login-Adjust-to-g-s-d-s-plugin-removals.patch
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
From 33901c7868b8caeef7dfb203d0dc9dfa3fb9e403 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Ray Strode <rstrode@redhat.com>
|
||||||
|
Date: Fri, 9 Feb 2018 10:24:05 -0500
|
||||||
|
Subject: [PATCH] gnome-login: Adjust to g-s-d's plugin removals
|
||||||
|
|
||||||
|
The "org.gnome.SettingsDaemon.A11yKeyboard" has been been removed,
|
||||||
|
now handled in gnome-shell/mutter instead.
|
||||||
|
|
||||||
|
This is similar to the analagous commit in gnome-session for the
|
||||||
|
user session definition.
|
||||||
|
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=792932
|
||||||
|
---
|
||||||
|
data/gnome-login.session.in | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/data/gnome-login.session.in b/data/gnome-login.session.in
|
||||||
|
index 764afd15..fbc10580 100644
|
||||||
|
--- a/data/gnome-login.session.in
|
||||||
|
+++ b/data/gnome-login.session.in
|
||||||
|
@@ -1,3 +1,3 @@
|
||||||
|
[GNOME Session]
|
||||||
|
Name=Display Manager
|
||||||
|
-RequiredComponents=org.gnome.Shell;org.gnome.SettingsDaemon.A11yKeyboard;org.gnome.SettingsDaemon.A11ySettings;org.gnome.SettingsDaemon.Clipboard;org.gnome.SettingsDaemon.Color;org.gnome.SettingsDaemon.Datetime;org.gnome.SettingsDaemon.Housekeeping;org.gnome.SettingsDaemon.Keyboard;org.gnome.SettingsDaemon.MediaKeys;org.gnome.SettingsDaemon.Mouse;org.gnome.SettingsDaemon.Power;org.gnome.SettingsDaemon.PrintNotifications;org.gnome.SettingsDaemon.Rfkill;org.gnome.SettingsDaemon.ScreensaverProxy;org.gnome.SettingsDaemon.Sharing;org.gnome.SettingsDaemon.Smartcard;org.gnome.SettingsDaemon.Sound;org.gnome.SettingsDaemon.Wacom;org.gnome.SettingsDaemon.XSettings;
|
||||||
|
+RequiredComponents=org.gnome.Shell;org.gnome.SettingsDaemon.A11ySettings;org.gnome.SettingsDaemon.Clipboard;org.gnome.SettingsDaemon.Color;org.gnome.SettingsDaemon.Datetime;org.gnome.SettingsDaemon.Housekeeping;org.gnome.SettingsDaemon.Keyboard;org.gnome.SettingsDaemon.MediaKeys;org.gnome.SettingsDaemon.Mouse;org.gnome.SettingsDaemon.Power;org.gnome.SettingsDaemon.PrintNotifications;org.gnome.SettingsDaemon.Rfkill;org.gnome.SettingsDaemon.ScreensaverProxy;org.gnome.SettingsDaemon.Sharing;org.gnome.SettingsDaemon.Smartcard;org.gnome.SettingsDaemon.Sound;org.gnome.SettingsDaemon.Wacom;org.gnome.SettingsDaemon.XSettings;
|
||||||
|
--
|
||||||
|
2.14.3
|
||||||
|
|
11
gdm.spec
11
gdm.spec
@ -10,7 +10,7 @@
|
|||||||
Name: gdm
|
Name: gdm
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 3.27.4
|
Version: 3.27.4
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -19,6 +19,9 @@ Source0: http://download.gnome.org/sources/gdm/3.27/gdm-%{version}.tar.xz
|
|||||||
Source1: org.gnome.login-screen.gschema.override
|
Source1: org.gnome.login-screen.gschema.override
|
||||||
Patch0: 0001-Honor-initial-setup-being-disabled-by-distro-install.patch
|
Patch0: 0001-Honor-initial-setup-being-disabled-by-distro-install.patch
|
||||||
|
|
||||||
|
# https://bugzilla.gnome.org/show_bug.cgi?id=792932
|
||||||
|
Patch1: 0001-gnome-login-Adjust-to-g-s-d-s-plugin-removals.patch
|
||||||
|
|
||||||
BuildRequires: pam-devel >= 0:%{pam_version}
|
BuildRequires: pam-devel >= 0:%{pam_version}
|
||||||
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
||||||
BuildRequires: libtool automake autoconf
|
BuildRequires: libtool automake autoconf
|
||||||
@ -64,7 +67,7 @@ Requires: dconf
|
|||||||
Requires: gnome-keyring-pam
|
Requires: gnome-keyring-pam
|
||||||
Requires: gnome-session
|
Requires: gnome-session
|
||||||
Requires: gnome-session-wayland-session
|
Requires: gnome-session-wayland-session
|
||||||
Requires: gnome-settings-daemon >= 2.21.92
|
Requires: gnome-settings-daemon >= 3.27.90
|
||||||
Requires: gnome-shell
|
Requires: gnome-shell
|
||||||
Requires: iso-codes
|
Requires: iso-codes
|
||||||
# We need 1.0.4-5 since it lets us use "localhost" in auth cookies
|
# We need 1.0.4-5 since it lets us use "localhost" in auth cookies
|
||||||
@ -309,6 +312,10 @@ fi
|
|||||||
%{_libdir}/pkgconfig/gdm-pam-extensions.pc
|
%{_libdir}/pkgconfig/gdm-pam-extensions.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 09 2018 Bastien Nocera <bnocera@redhat.com> - 3.27.4-3
|
||||||
|
+ gdm-3.27.4-4
|
||||||
|
- Update for gnome-settings-daemon changes
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.27.4-2
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.27.4-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user