From a7e7f746d07f3912dadba30281e7e082b158d866 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Thu, 26 Dec 2024 17:23:25 +0800 Subject: [PATCH] fix wrong requires on webkit2gtk3 (cherry picked from commit e660963e7e0f75adecb943d0f6b70484c328224e) --- epiphany.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/epiphany.spec b/epiphany.spec index fadaf08..cd752b4 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -5,7 +5,7 @@ Name: epiphany Epoch: 1 Version: 43.0 -Release: 4 +Release: 5 Summary: Web browser for GNOME License: GPLv3+ URL: https://wiki.gnome.org/Apps/Web @@ -40,7 +40,7 @@ application. %package runtime Summary: Epiphany runtime suitable for web applications Requires: gsettings-desktop-schemas gtk3%{?_isa} >= %{gtk3_version} iso-codes -Requires: webkit2gtk3%{?_isa} >= %{webkit2gtk3_version} +Requires: webkit2gtk4.1%{?_isa} >= %{webkit2gtk3_version} Provides: bundled(gvdb) Provides: bundled(highlightjs) Provides: bundled(readabilityjs) @@ -107,6 +107,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop %config(noreplace)%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf %changelog +* Thu Dec 26 2024 Funda Wang - 1:43.0-5 +- fix wrong requires on webkit2gtk3 + * Thu Mar 02 2023 yaoxin - 1:43.0-4 - Remove rpath -- Gitee