From 0fc98fadbdc8a654a44600620090215c823a69b5 Mon Sep 17 00:00:00 2001 From: Christian Stadelmann Date: Mon, 21 May 2018 20:42:35 +0000 Subject: [PATCH] Improve dependencies Fixes: * https://bugzilla.redhat.com/show_bug.cgi?id=1252630 * https://bugzilla.redhat.com/show_bug.cgi?id=1259853 --- gnome-session.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnome-session.spec b/gnome-session.spec index 2ef6315..72b54a3 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -70,6 +70,8 @@ the other core GNOME components and handles logout and saving the session. %package xsession Summary: Desktop file for gnome-session Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: xorg-x11-server-Xorg%{?_isa} +Requires: gnome-shell %description xsession Desktop file to add GNOME to display manager session menu. @@ -78,6 +80,7 @@ Desktop file to add GNOME to display manager session menu. Summary: Desktop file for wayland based gnome session Requires: %{name}%{?_isa} = %{version}-%{release} Requires: xorg-x11-server-Xwayland%{?_isa} +Requires: gnome-shell %description wayland-session Desktop file to add GNOME on wayland to display manager session menu.