Don’t apply the RHEL patch on AlmaLinux

This commit is contained in:
Eduard Abdullin 2025-02-11 11:03:55 +03:00 committed by eabdullin
commit 0d572a7995
2 changed files with 19 additions and 2 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}.alma.1
Release: 4%{?dist}.alma.1
Summary: GNOME Tour and Greeter
# * gnome-tour source code is GPL-3.0-or-later
@ -29,6 +29,7 @@ Source1: welcome-fedora.svg
%if 0%{!?almalinux}
Patch: 0001-RHEL-style-illustrations.patch
%endif
Patch: drop-help-reference-as-no-yelp-in-c10s.patch
BuildRequires: meson
BuildRequires: pkgconfig(glib-2.0)
@ -108,9 +109,13 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Tour.des
%changelog
* Tue Dec 10 2024 Eduard Abdullin <eabdullin@almalinux.org> - 46.0-3.alma.1
* Tue Feb 11 2025 Eduard Abdullin <eabdullin@almalinux.org> - 46.0-4.alma.1
- Dont apply the RHEL patch on AlmaLinux
* 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