From 7e730c35fc6b77bb2eda5baf892608928f2fdba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 10 Mar 2017 17:25:48 +0100 Subject: [PATCH] Update runtime dependencies We've been relying on GWeather being drawn in by a dependency since 3.16, whoops. Geoclue is needed by the recently added Weather integration. --- gnome-shell.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnome-shell.spec b/gnome-shell.spec index 29a2a0a..5bc418f 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -105,6 +105,9 @@ Requires: control-center Requires: python3%{_isa} # needed for the dual-GPU launch menu Requires: switcheroo-control +# needed for clocks/weather integration +Requires: geoclue2-libs +Requires: libgweather %description GNOME Shell provides core user interface functions for the GNOME 3 desktop,