diff --git a/README.debrand b/README.debrand deleted file mode 100644 index 01c46d2..0000000 --- a/README.debrand +++ /dev/null @@ -1,2 +0,0 @@ -Warning: This package was configured for automatic debranding, but the changes -failed to apply. diff --git a/SPECS/firefox.spec b/SPECS/firefox.spec index 355f738..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,8 +1689,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog -* Thu Jul 15 2021 CentOS Sources - 78.12.0-1.el8.centos -- Apply debranding changes +* 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