!12 fix issue #I5QHPI
From: @zhang__3125 Reviewed-by: @dwl301 Signed-off-by: @dwl301
This commit is contained in:
commit
4518763f45
@ -4,7 +4,7 @@
|
|||||||
Name: epiphany
|
Name: epiphany
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 40.6
|
Version: 40.6
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Web browser for GNOME
|
Summary: Web browser for GNOME
|
||||||
License: GPL-3.0+ and LGPL-2.1 and MIT and GPL+ and ISC
|
License: GPL-3.0+ and LGPL-2.1 and MIT and GPL+ and ISC
|
||||||
URL: https://wiki.gnome.org/Apps/Web
|
URL: https://wiki.gnome.org/Apps/Web
|
||||||
@ -59,6 +59,8 @@ chrpath -d %{buildroot}%{_libexecdir}/epiphany/*
|
|||||||
chrpath -d %{buildroot}%{_libexecdir}/epiphany-search-provider
|
chrpath -d %{buildroot}%{_libexecdir}/epiphany-search-provider
|
||||||
chrpath -d %{buildroot}%{_bindir}/epiphany
|
chrpath -d %{buildroot}%{_bindir}/epiphany
|
||||||
|
|
||||||
|
sed -i 's/Exec=/Exec=env WEBKIT_FORCE_SANDBOX=0 /g' %{buildroot}%{_datadir}/applications/org.gnome.Epiphany.desktop
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
|
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
|
||||||
echo "%{_libdir}/epiphany" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
|
echo "%{_libdir}/epiphany" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||||
|
|
||||||
@ -95,6 +97,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
|
|||||||
%config(noreplace)%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
|
%config(noreplace)%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 9 2022 lin zhang <lin.zhang@turbolinux.com.cn> 1:40.6-2
|
||||||
|
- fix issue #I5QHPI
|
||||||
|
|
||||||
* Fri May 6 2022 yaoxin <yaoxin30@h-partners.com> - 40.6-1
|
* Fri May 6 2022 yaoxin <yaoxin30@h-partners.com> - 40.6-1
|
||||||
- Update to 40.6 for fix CVE-2021-45085-to-CVE-2021-45088 and add patch for CVE-2022-29536
|
- Update to 40.6 for fix CVE-2021-45085-to-CVE-2021-45088 and add patch for CVE-2022-29536
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user