From 6be9cc67d51235d44bd32bbdf27fc3f77b61c7f3143e8974356c3c8dd83f5da8 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 20 Mar 2018 12:10:21 +0000 Subject: [PATCH] Accepting request 587944 from home:fcrozat:branches:GNOME:Factory - Add requirement on xdm package, it provides common scripts and systemd service used by display managers (bsc#1084655). OBS-URL: https://build.opensuse.org/request/show/587944 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=388 --- gdm.changes | 6 ++++++ gdm.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/gdm.changes b/gdm.changes index ba3dec0..6dfa73f 100644 --- a/gdm.changes +++ b/gdm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 16 16:17:58 UTC 2018 - fcrozat@suse.com + +- Add requirement on xdm package, it provides common scripts and + systemd service used by display managers (bsc#1084655). + ------------------------------------------------------------------- Wed Mar 14 01:59:30 CET 2018 - hpj@suse.com diff --git a/gdm.spec b/gdm.spec index f6587fb..7c9087c 100644 --- a/gdm.spec +++ b/gdm.spec @@ -27,7 +27,7 @@ Release: 0 Summary: The GNOME Display Manager License: GPL-2.0-or-later Group: System/GUI/GNOME -URL: https://wiki.gnome.org/Projects/GDM +Url: https://wiki.gnome.org/Projects/GDM Source: http://download.gnome.org/sources/gdm/3.28/%{name}-%{version}.tar.xz Source1: gdm.pamd Source2: gdm-autologin.pamd @@ -104,6 +104,9 @@ Requires: gdmflexiserver Requires: gnome-session-core Requires: gnome-settings-daemon Requires: gnome-shell +# xdm package ships systemd display-manager service and other common scripts +# between display managers (bsc#1084655) +Requires: xdm # FIXME: use proper Requires(pre/post/preun/...) # For groupadd, useradd, usermod PreReq: pwdutils