Drop gnome-tour dep here and move it to gnome-shell instead
It's no longer gnome-initial-setup that launches gnome-tour in GNOME 40,
but gnome-shell instead.
https://bugzilla.redhat.com/show_bug.cgi?id=1955179
Resolves: #1956176
(cherry picked from Fedora commit 988389a5d9
)
This commit is contained in:
parent
21c094af38
commit
1ee687fc1d
@ -8,7 +8,7 @@
|
||||
|
||||
Name: gnome-initial-setup
|
||||
Version: 40.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Bootstrapping your OS
|
||||
|
||||
License: GPLv2+
|
||||
@ -52,8 +52,6 @@ BuildRequires: libsecret-devel
|
||||
Requires: gdm
|
||||
Requires: geoclue2-libs%{?_isa} >= %{geoclue_version}
|
||||
Requires: glib2%{?_isa} >= %{glib_required_version}
|
||||
# gnome-initial-setup runs gnome-tour at the end of an initial setup run
|
||||
Requires: gnome-tour
|
||||
# we install a rules file
|
||||
Requires: polkit-js-engine
|
||||
Requires: /usr/bin/gkbd-keyboard-display
|
||||
@ -106,6 +104,9 @@ useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} &>/dev/null ||
|
||||
%{_datadir}/gnome-initial-setup/vendor.conf
|
||||
|
||||
%changelog
|
||||
* Fri Apr 30 2021 Kalev Lember <klember@redhat.com> - 40.0-3
|
||||
- Drop gnome-tour dep here and move it to gnome-shell instead (#1955179)
|
||||
|
||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-2
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user