From afe7710f5a4ee7b14551f67172a9878297eb0d92 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Thu, 29 Oct 2020 20:58:32 +0800 Subject: [PATCH] fix firefox remove warning fix firefox remove warning --- firefox.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/firefox.spec b/firefox.spec index 542b193..bcf9378 100644 --- a/firefox.spec +++ b/firefox.spec @@ -88,7 +88,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 79.0 -Release: 1 +Release: 2 URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}/source/firefox-%{version}.source.tar.xz @@ -661,7 +661,7 @@ if [ $1 -eq 0 ]; then %{__rm} -rf %{mozappdir}/components %{__rm} -rf %{mozappdir}/extensions %{__rm} -rf %{mozappdir}/plugins - %{__rm} -rf %{langpackdir} + #%{__rm} -rf %{langpackdir} fi %post @@ -737,6 +737,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Thu Oct 29 2020 caodongxia - 79.0-2 +- Fix firefox remove warning + * Wed Oct 14 2020 Jeffery.Gao - 79.0-1 - Update to 79.0-1 and switch off -fstack_clash_protection compiler option -- Gitee