From a935ef91c54dff3f33e6ca02ad9964f9842645d2 Mon Sep 17 00:00:00 2001 From: lizhuang1314 Date: Thu, 2 Mar 2023 16:43:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=B3=95=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 9aa75ce1509034367efb47a566ebbdddf1d617f1) --- epiphany.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/epiphany.spec b/epiphany.spec index 59c4bb0..65cba05 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -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 - 1:43.0-3 +- Modified configuration file Uncomment 43.0-3 + * Thu Feb 23 2023 liweiganga - 1:43.0-2 - fix CVE-2023-26081 -- Gitee