diff --git a/SPECS/firefox.spec b/SPECS/firefox.spec index d12f6d3..8a58d52 100644 --- a/SPECS/firefox.spec +++ b/SPECS/firefox.spec @@ -16,6 +16,10 @@ function dist_to_rhel_minor(str, start) if match then return string.sub(match, 6) end + match = string.match(str, ".el8") + if match then + return 5 + end return -1 end} @@ -211,7 +215,7 @@ end} Summary: Mozilla Firefox Web browser Name: firefox Version: 78.12.0 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ %if 0%{?rhel} == 7 @@ -1685,6 +1689,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Fri Jul 16 2021 Jan Horak - 78.12.0-2 +- Rebuild to pickup older nss + * Wed Jul 07 2021 Eike Rathke - 78.12.0-1 - Update to 78.12.0 build1