From 82278435683516dcd6efb586045baf10996466e7 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Tue, 27 Oct 2020 12:47: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 0670063..8c6b85a 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 @@ -655,7 +655,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 @@ -731,6 +731,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Mon Oct 26 2020 lingsheng - 79.0-2 +- Fix firefox remove warning + * Mon Aug 17 2020 zhangjiapeng - 79.0-1 - Update to 79.0-1 -- Gitee