import firefox-78.12.0-2.el8_4
This commit is contained in:
parent
3e12bb9be9
commit
6d0a2b790f
@ -16,6 +16,10 @@ function dist_to_rhel_minor(str, start)
|
|||||||
if match then
|
if match then
|
||||||
return string.sub(match, 6)
|
return string.sub(match, 6)
|
||||||
end
|
end
|
||||||
|
match = string.match(str, ".el8")
|
||||||
|
if match then
|
||||||
|
return 5
|
||||||
|
end
|
||||||
return -1
|
return -1
|
||||||
end}
|
end}
|
||||||
|
|
||||||
@ -211,7 +215,7 @@ end}
|
|||||||
Summary: Mozilla Firefox Web browser
|
Summary: Mozilla Firefox Web browser
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 78.12.0
|
Version: 78.12.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
URL: https://www.mozilla.org/firefox/
|
URL: https://www.mozilla.org/firefox/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
%if 0%{?rhel} == 7
|
%if 0%{?rhel} == 7
|
||||||
@ -1685,6 +1689,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 16 2021 Jan Horak <jhorak@redhat.com> - 78.12.0-2
|
||||||
|
- Rebuild to pickup older nss
|
||||||
|
|
||||||
* Wed Jul 07 2021 Eike Rathke <erack@redhat.com> - 78.12.0-1
|
* Wed Jul 07 2021 Eike Rathke <erack@redhat.com> - 78.12.0-1
|
||||||
- Update to 78.12.0 build1
|
- Update to 78.12.0 build1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user