From f1a7e48aa05c8d3430f7bec1c1a95e91b16a5725 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Thu, 29 Oct 2020 15:55:12 +0800 Subject: [PATCH] Fix firefox remove warning --- firefox.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/firefox.spec b/firefox.spec index f158673..e48fb0f 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,7 +1,7 @@ Name: firefox Summary: Mozilla Firefox Web browser Version: 62.0.3 -Release: 5 +Release: 6 URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Source0: http://download-origin.cdn.mozilla.net/pub/firefox/releases/62.0.3/source/firefox-62.0.3.source.tar.xz @@ -238,7 +238,7 @@ if [ $1 -eq 0 ]; then rm -rf %{_libdir}/%{name}/components rm -rf %{_libdir}/%{name}/extensions rm -rf %{_libdir}/%{name}/plugins - rm -rf %{_libdir}/%{name}/langpacks + #rm -rf %{_libdir}/%{name}/langpacks fi %post @@ -320,6 +320,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/applications/firefox-wayland.desktop %changelog +* Wed Oct 28 2020 caodongxia - 62.0.3-6 +- Fix firefox remove warning + * Fri May 22 2020 huanghaitao - 62.0.3-5 - Type:cves - ID: CVE-2020-6811 CVE-2020-6814 -- Gitee