diff --git a/firefox.spec b/firefox.spec index f158673cf70a6fd0696c4436745188a78c6d578e..e48fb0f80af779150b77b58baae93a8c5ef202cd 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