NSS debug build
This commit is contained in:
parent
c62730d164
commit
256eedbe3d
12
firefox.spec
12
firefox.spec
@ -1,6 +1,6 @@
|
|||||||
# Set to true if it's going to be submitted as update.
|
# Set to true if it's going to be submitted as update.
|
||||||
%global release_build 1
|
%global release_build 0
|
||||||
%global debug_build 0
|
%global debug_build 1
|
||||||
%global build_with_clang 0
|
%global build_with_clang 0
|
||||||
%global build_with_asan 0
|
%global build_with_asan 0
|
||||||
|
|
||||||
@ -107,11 +107,14 @@ ExcludeArch: s390x
|
|||||||
%if !%{system_nss}
|
%if !%{system_nss}
|
||||||
%global nss_tag .nss
|
%global nss_tag .nss
|
||||||
%endif
|
%endif
|
||||||
|
%if %{debug_build}
|
||||||
|
%global pre_tag .debug
|
||||||
|
%endif
|
||||||
|
|
||||||
Summary: Mozilla Firefox Web browser
|
Summary: Mozilla Firefox Web browser
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 82.0.2
|
Version: 82.0.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?pre_tag}%{?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+
|
||||||
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
|
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
|
%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
|
* Thu Oct 29 2020 Martin Stransky <stransky@redhat.com> - 82.0.2-1
|
||||||
- Updated to 82.0.2
|
- Updated to 82.0.2
|
||||||
- Removed mzbz#1668771 due to rhbz#1888920
|
- Removed mzbz#1668771 due to rhbz#1888920
|
||||||
|
Loading…
Reference in New Issue
Block a user