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)
This commit is contained in:
parent
1e46318974
commit
3c61952e09
@ -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 <klember@redhat.com> - 40.0-4
|
||||
- Move gnome-tour dep here from gnome-initial-setup (#1955179)
|
||||
|
||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-3
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user