Drop the mention of Help applications as Yelp is not part of RHEL 10

Resolves: RHEL-65819
This commit is contained in:
Tomas Popela 2025-02-07 10:42:10 +01:00
parent 6bd008dc47
commit 299e27d51b
2 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,12 @@
diff -up gnome-tour-46.0/data/resources/ui/window.ui.drop-help gnome-tour-46.0/data/resources/ui/window.ui
--- gnome-tour-46.0/data/resources/ui/window.ui.drop-help 2025-02-05 16:07:11.617419734 +0100
+++ gnome-tour-46.0/data/resources/ui/window.ui 2025-02-05 16:07:49.536471581 +0100
@@ -50,7 +50,7 @@
<object class="ImagePageWidget">
<property name="resource-uri">/org/gnome/Tour/ready-to-go.svg</property>
<property name="head" translatable="yes">That's It!</property>
- <property name="body" translatable="yes">To get more advice and tips, see the Help app.</property>
+ <property name="body" translatable="yes"></property>
<style>
<class name="last-page" />
</style>

View File

@ -8,7 +8,7 @@
Name: gnome-tour
Version: 46.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: GNOME Tour and Greeter
# * gnome-tour source code is GPL-3.0-or-later
@ -27,6 +27,7 @@ Source0: https://download.gnome.org/sources/%{name}/46/%{name}-%{tarball_
Source1: welcome-fedora.svg
Patch: 0001-RHEL-style-illustrations.patch
Patch: drop-help-reference-as-no-yelp-in-c10s.patch
BuildRequires: meson
BuildRequires: pkgconfig(glib-2.0)
@ -106,6 +107,10 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Tour.des
%changelog
* Thu Feb 06 2025 Tomas Popela <tpopela@redhat.com> - 46.0-4
- Drop the mention of Help applications as Yelp is not part of RHEL 10
- Resolves: RHEL-65819
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 46.0-3
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018