From 51387b4e2840cf86ab368063cc3bb356d26d1f5f Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Thu, 2 Mar 2023 20:45:56 +0800 Subject: [PATCH] Remove rpath (cherry picked from commit a74fe25ff00dcac78d7ce691ea8ee812d43e8463) --- epiphany.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/epiphany.spec b/epiphany.spec index 65cba05..fadaf08 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -5,7 +5,7 @@ Name: epiphany Epoch: 1 Version: 43.0 -Release: 3 +Release: 4 Summary: Web browser for GNOME License: GPLv3+ URL: https://wiki.gnome.org/Apps/Web @@ -64,6 +64,7 @@ chrpath -d %{buildroot}%{_libdir}/epiphany/*.so chrpath -d %{buildroot}%{_libdir}/epiphany/web-process-extensions/*.so chrpath -d %{buildroot}%{_libexecdir}/epiphany/* chrpath -d %{buildroot}%{_libexecdir}/epiphany-search-provider +chrpath -d %{buildroot}%{_libexecdir}/epiphany-webapp-provider chrpath -d %{buildroot}%{_bindir}/epiphany sed -i 's/Exec=/Exec=env WEBKIT_FORCE_SANDBOX=0 /g' %{buildroot}%{_datadir}/applications/org.gnome.Epiphany.desktop @@ -106,6 +107,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop %config(noreplace)%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf %changelog +* Thu Mar 02 2023 yaoxin - 1:43.0-4 +- Remove rpath + * Thu Mar 2 2023 zhuang li - 1:43.0-3 - Modified configuration file Uncomment 43.0-3 -- Gitee