From d57ad5a6f2cbedb29f30b879cbd265269b551378 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Dec 19 2017 22:43:29 +0000 Subject: Explicitly require libnm-gtk While the port from libnm-gtk to libnm is ongoing (https://bugzilla.gnome.org/show_bug.cgi?id=789811) we need to pull in libnm-gtk to keep gnome-shell working. This adds it as an explicit dep. https://bugzilla.gnome.org/show_bug.cgi?id=789811 --- diff --git a/gnome-shell.spec b/gnome-shell.spec index 4ea16b7..5187e5d 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,6 +1,6 @@ Name: gnome-shell Version: 3.27.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Window management and application launching for GNOME Group: User Interface/Desktops @@ -74,6 +74,7 @@ Requires: gnome-session-xsession Requires: gobject-introspection%{?_isa} >= %{gobject_introspection_version} Requires: gjs%{?_isa} >= %{gjs_version} Requires: gtk3%{?_isa} >= %{gtk3_version} +Requires: libnm-gtk%{?_isa} # needed for loading SVG's via gdk-pixbuf Requires: librsvg2%{?_isa} # needed as it is now split from Clutter @@ -180,6 +181,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null %{_mandir}/man1/%{name}.1.gz %changelog +* Tue Dec 19 2017 Kalev Lember - 3.27.1-3 +- Explicitly require libnm-gtk (#1509496) + * Wed Nov 08 2017 Milan Crha - 3.27.1-2 - Rebuild for newer libical