diff options
author | Martin Stransky <stransky@redhat.com> | 2020-11-13 23:02:02 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-11-13 23:02:02 +0100 |
commit | e195e73bd9ad22cda18cca98bcbdc0fa57cd1d99 (patch) | |
tree | e78b8000f534b989babcc7e40c9a18b82eaa2114 /firefox.spec | |
parent | Use mas 2 build process on aarch64/arm/s390x (diff) | |
download | librewolf-fedora-ff-e195e73bd9ad22cda18cca98bcbdc0fa57cd1d99.tar.gz librewolf-fedora-ff-e195e73bd9ad22cda18cca98bcbdc0fa57cd1d99.tar.bz2 librewolf-fedora-ff-e195e73bd9ad22cda18cca98bcbdc0fa57cd1d99.zip |
Build with enabled tests
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec index 625d2f6..1d6f87b 100644 --- a/firefox.spec +++ b/firefox.spec @@ -3,14 +3,16 @@ %global debug_build 0 %global build_with_clang 0 %global build_with_asan 0 -%global run_tests 0 +%global run_tests 1 %global create_debuginfo 1 %global system_nss 1 # There are still build problems on s390x, see # https://koji.fedoraproject.org/koji/taskinfo?taskID=55048351 # https://bugzilla.redhat.com/show_bug.cgi?id=1897522 -# ExcludeArch: s390x +ExcludeArch: s390x +ExcludeArch: armv7hl +ExcludeArch: aarch64 %ifarch armv7hl %global create_debuginfo 0 @@ -123,7 +125,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 83.0 -Release: 1%{?pre_tag}%{?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 @@ -979,6 +981,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Fri Nov 13 2020 Martin Stransky <stransky@redhat.com> - 83.0-2 +- Build with enabled tests + * Thu Nov 12 2020 Martin Stransky <stransky@redhat.com> - 83.0-1 - Updated to 83.0 - Updated PipeWire patches from mozbz#1672944 |