!31 [sync] PR-30: fix wrong requires on webkit2gtk3
From: @openeuler-sync-bot Reviewed-by: @weidongkl Signed-off-by: @weidongkl
This commit is contained in:
commit
54b593b5a7
@ -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 <fundawang@yeah.net> - 1:43.0-5
|
||||
- fix wrong requires on webkit2gtk3
|
||||
|
||||
* Thu Mar 02 2023 yaoxin <yaoxin30@h-partners.com> - 1:43.0-4
|
||||
- Remove rpath
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user