!25 解决浏览器无法启动问题 2303 rc1
From: @lizhuang1314 Reviewed-by: @dwl301 Signed-off-by: @dwl301
This commit is contained in:
commit
840f280eb2
@ -5,7 +5,7 @@
|
||||
Name: epiphany
|
||||
Epoch: 1
|
||||
Version: 43.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Web browser for GNOME
|
||||
License: GPLv3+
|
||||
URL: https://wiki.gnome.org/Apps/Web
|
||||
@ -68,8 +68,8 @@ 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
|
||||
#echo "%{_libdir}/epiphany" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
|
||||
echo "%{_libdir}/epiphany" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
@ -103,9 +103,12 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
|
||||
%{_libdir}/epiphany/
|
||||
%{_datadir}/epiphany
|
||||
%{_mandir}/man*/*
|
||||
#%config(noreplace)%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
%config(noreplace)%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
|
||||
%changelog
|
||||
* Thu Mar 2 2023 zhuang li <zhuang.li@turbolinux.com.cn> - 1:43.0-3
|
||||
- Modified configuration file Uncomment 43.0-3
|
||||
|
||||
* Thu Feb 23 2023 liweiganga <liweiganga@uniontech.com> - 1:43.0-2
|
||||
- fix CVE-2023-26081
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user