NSS debug build

This commit is contained in:
Martin Stransky 2020-11-03 09:23:08 +01:00
parent c62730d164
commit 256eedbe3d
1 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Set to true if it's going to be submitted as update.
%global release_build 1
%global debug_build 0
%global release_build 0
%global debug_build 1
%global build_with_clang 0
%global build_with_asan 0
@ -107,11 +107,14 @@ ExcludeArch: s390x
%if !%{system_nss}
%global nss_tag .nss
%endif
%if %{debug_build}
%global pre_tag .debug
%endif
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 82.0.2
Release: 1%{?dist}
Release: 2%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
@ -989,6 +992,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
* Tue Nov 3 2020 Martin Stransky <stransky@redhat.com> - 82.0.2-2
- NSS debug build
* Thu Oct 29 2020 Martin Stransky <stransky@redhat.com> - 82.0.2-1
- Updated to 82.0.2
- Removed mzbz#1668771 due to rhbz#1888920