From 3c61952e098d2dddc7f0f543c779e4b09dd71bb6 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 30 Apr 2021 09:18:59 +0200 Subject: [PATCH] Move gnome-tour dep here from gnome-initial-setup In GNOME 40 it's gnome-shell's welcome dialog that launches gnome-tour and no longer gnome-initial-setup. Add it as recommends instead of hard requires to make it possible for users to remove the launcher if needed as the desktop file is no longer hidden in GNOME 40. https://bugzilla.redhat.com/show_bug.cgi?id=1955179 Resolves: #1956179 (cherry picked from Fedora commit 0a207d91415082e87daa7fa7b80f64857dfc69ff) --- gnome-shell.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnome-shell.spec b/gnome-shell.spec index 49829c9..e82d86e 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -2,7 +2,7 @@ Name: gnome-shell Version: 40.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Window management and application launching for GNOME License: GPLv2+ @@ -125,6 +125,8 @@ Requires: bolt%{?_isa} # Needed for launching flatpak apps etc # 1.8.0 is needed for source type support in the screencast portal. Requires: xdg-desktop-portal-gtk >= 1.8.0 +# needed by the welcome dialog +Recommends: gnome-tour Provides: desktop-notification-daemon = %{version}-%{release} Provides: PolicyKit-authentication-agent = %{version}-%{release} @@ -228,6 +230,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.de %{_mandir}/man1/gnome-shell.1* %changelog +* Fri Apr 30 2021 Kalev Lember - 40.0-4 +- Move gnome-tour dep here from gnome-initial-setup (#1955179) + * Thu Apr 15 2021 Mohan Boddu - 40.0-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937