From e13ca64de53d57183919aa184fd0609ec39929c7 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Tue, 27 Jul 2021 15:12:52 +0800 Subject: [PATCH] add install require xdg-utils --- gnome-shell.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnome-shell.spec b/gnome-shell.spec index f464524..bc64266 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,6 +1,6 @@ Name: gnome-shell Version: 3.30.1 -Release: 8 +Release: 9 Summary: Core user interface functions for the GNOME 3 desktop Group: User Interface/Desktops License: GPLv2+ @@ -28,7 +28,7 @@ Requires: gnome-desktop3 gobject-introspection gjs gtk3 libnma librsvg2 Requires: json-glib mozilla-filesystem mutter upower polkit glib2 Requires: gsettings-desktop-schemas gstreamer1 at-spi2-atk Requires: ibus accountsservice-libs gdm control-center python3 -Requires: switcheroo-control geoclue2 libgweather bolt +Requires: switcheroo-control geoclue2 libgweather bolt xdg-utils Provides: desktop-notification-daemon @@ -124,6 +124,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null %{_mandir}/man1/%{name}.1.gz %changelog +* Tue Jul 27 2021 caodongxia - 3.30.1-9 +- add install require xdg-utils + * Tue Mar 30 2021 wangyue - 3.30.1-8 - fix CVE-2020-17489 -- Gitee