Adjust required session components for gnome-settings-daemon 3.27.90
This commit is contained in:
parent
4b99a5d250
commit
ef96ddd8f5
28
0001-data-Adjust-to-g-s-d-s-plugin-removals.patch
Normal file
28
0001-data-Adjust-to-g-s-d-s-plugin-removals.patch
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
From 902fd23dcc6c66b27676651cab756e5923f5fdfa Mon Sep 17 00:00:00 2001
|
||||||
|
From: Olivier Fourdan <ofourdan@redhat.com>
|
||||||
|
Date: Fri, 26 Jan 2018 14:17:46 +0100
|
||||||
|
Subject: [PATCH] data: Adjust to g-s-d's plugin removals
|
||||||
|
MIME-Version: 1.0
|
||||||
|
Content-Type: text/plain; charset=UTF-8
|
||||||
|
Content-Transfer-Encoding: 8bit
|
||||||
|
|
||||||
|
The “org.gnome.SettingsDaemon.A11yKeyboard” has been removed, now
|
||||||
|
handled in gnome-shell/mutter instead.
|
||||||
|
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=792932
|
||||||
|
---
|
||||||
|
data/gnome.session.desktop.in.in | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/data/gnome.session.desktop.in.in b/data/gnome.session.desktop.in.in
|
||||||
|
index 9c59034a..86570c43 100644
|
||||||
|
--- a/data/gnome.session.desktop.in.in
|
||||||
|
+++ b/data/gnome.session.desktop.in.in
|
||||||
|
@@ -1,3 +1,3 @@
|
||||||
|
[GNOME Session]
|
||||||
|
Name=GNOME
|
||||||
|
-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
|
||||||
|
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: gnome-session
|
Name: gnome-session
|
||||||
Version: 3.26.1
|
Version: 3.26.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: GNOME session manager
|
Summary: GNOME session manager
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -21,6 +21,8 @@ Patch1: gnome-session-3.3.92-nv30.patch
|
|||||||
Patch3: gnome-session-3.6.2-swrast.patch
|
Patch3: gnome-session-3.6.2-swrast.patch
|
||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=772421
|
# https://bugzilla.gnome.org/show_bug.cgi?id=772421
|
||||||
Patch4: 0001-check-accelerated-gles-Use-eglGetPlatformDisplay-EXT.patch
|
Patch4: 0001-check-accelerated-gles-Use-eglGetPlatformDisplay-EXT.patch
|
||||||
|
# https://bugzilla.gnome.org/show_bug.cgi?id=792932
|
||||||
|
Patch5: 0001-data-Adjust-to-g-s-d-s-plugin-removals.patch
|
||||||
|
|
||||||
BuildRequires: pkgconfig(egl)
|
BuildRequires: pkgconfig(egl)
|
||||||
BuildRequires: pkgconfig(gl)
|
BuildRequires: pkgconfig(gl)
|
||||||
@ -59,7 +61,7 @@ Requires: gsettings-desktop-schemas >= 0.1.7
|
|||||||
# pull in dbus-x11, see bug 209924
|
# pull in dbus-x11, see bug 209924
|
||||||
Requires: dbus-x11
|
Requires: dbus-x11
|
||||||
|
|
||||||
Conflicts: gnome-settings-daemon < 3.23.1
|
Conflicts: gnome-settings-daemon < 3.27.90
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gnome-session manages a GNOME desktop or GDM login session. It starts up
|
gnome-session manages a GNOME desktop or GDM login session. It starts up
|
||||||
@ -121,6 +123,9 @@ make %{?_smp_mflags} V=1
|
|||||||
%{_datadir}/glib-2.0/schemas/org.gnome.SessionManager.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.SessionManager.gschema.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 09 2018 Bastien Nocera <bnocera@redhat.com> - 3.26.1-5
|
||||||
|
- Adjust required session components for gnome-settings-daemon 3.27.90
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.1-4
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.1-4
|
||||||
- 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