From 3ea20e5f790f7af8fdbf6002cf4106d149e397b0 Mon Sep 17 00:00:00 2001 From: byeX012 Date: Fri, 27 Dec 2019 18:26:34 +0800 Subject: [PATCH] bugfix: remove the xdg-desktop-portal-gtk in recommends --- gnome-shell.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gnome-shell.spec b/gnome-shell.spec index c1d7bb5..f0a8f25 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,6 +1,6 @@ Name: gnome-shell Version: 3.30.1 -Release: 4 +Release: 5 Summary: Core user interface functions for the GNOME 3 desktop Group: User Interface/Desktops License: GPLv2+ @@ -27,7 +27,6 @@ Requires: ibus accountsservice-libs gdm control-center python3 Requires: switcheroo-control geoclue2 libgweather bolt Provides: desktop-notification-daemon -Recommends: xdg-desktop-portal-gtk %description The GNOME Shell redefines user interactions with the GNOME desktop. In particular, @@ -121,5 +120,11 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null %{_mandir}/man1/%{name}.1.gz %changelog +* Fri Dec 27 2019 Jiangping Hu - 3.30.1-5 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:remove the xdg-desktop-portal-gtk in recommends + * Wed Nov 27 2019 openEuler Buildteam - 3.30.1-4 - Package Init -- Gitee