diff --git a/.gitignore b/.gitignore
index 9f0d12b..9ed6b2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/gnome-tour-40.0.tar.xz
+SOURCES/gnome-tour-40.1.tar.xz
diff --git a/.gnome-tour.metadata b/.gnome-tour.metadata
index 6439484..e8675b3 100644
--- a/.gnome-tour.metadata
+++ b/.gnome-tour.metadata
@@ -1 +1 @@
-e85aae1fd8a127871265296237da8eb8ff561431 SOURCES/gnome-tour-40.0.tar.xz
+fe3a229ad50f6b5a430afdd4c8a0e46c0bfc177c SOURCES/gnome-tour-40.1.tar.xz
diff --git a/SOURCES/welcome-fedora.svg b/SOURCES/welcome-fedora.svg
deleted file mode 100644
index fd93c88..0000000
--- a/SOURCES/welcome-fedora.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/SPECS/gnome-tour.spec b/SPECS/gnome-tour.spec
index 4543cc4..383bb6c 100644
--- a/SPECS/gnome-tour.spec
+++ b/SPECS/gnome-tour.spec
@@ -7,8 +7,8 @@
%global tarball_version %%(echo %{version} | tr '~' '.')
Name: gnome-tour
-Version: 40.0
-Release: 4%{?dist}
+Version: 40.1
+Release: 1%{?dist}
Summary: GNOME Tour and Greeter
# * gnome-tour source code is GPLv3+
@@ -19,8 +19,6 @@ Summary: GNOME Tour and Greeter
License: GPLv3+ and CC-BY-SA
URL: https://gitlab.gnome.org/GNOME/gnome-tour
Source0: https://download.gnome.org/sources/gnome-tour/40/gnome-tour-%{tarball_version}.tar.xz
-# https://pagure.io/fedora-workstation/issue/175
-Source1: welcome-fedora.svg
BuildRequires: meson
BuildRequires: pkgconfig(glib-2.0)
@@ -161,9 +159,6 @@ A guided tour and greeter for GNOME.
%prep
%autosetup -p1 -n %{name}-%{tarball_version}
-# Install Fedora branding
-cp -a %{SOURCE1} data/resources/assets/welcome.svg
-
%if ! 0%{?bundled_rust_deps}
sed -i -e '/\(build_by_default\|install\)/s/true/false/' src/meson.build
%cargo_prep
@@ -211,6 +206,10 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Tour.des
%changelog
+* Wed Feb 23 2022 Bilal Elmoussaoui - 41.0-1
+- Fix default focus
+ Related: rhbz#2055735
+
* Mon Aug 09 2021 Mohan Boddu - 40.0-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688