summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-11-16 11:19:59 +0100
committerMartin Stransky <stransky@redhat.com>2020-11-16 11:19:59 +0100
commit5c1d21584bbbcef51c226db7212c2de3adb2b5fb (patch)
tree1c4af8ed718f779c7bfdfe060cf89a059cfe100c /firefox.spec
parentBuild with enabled tests (diff)
downloadlibrewolf-fedora-ff-5c1d21584bbbcef51c226db7212c2de3adb2b5fb.tar.gz
librewolf-fedora-ff-5c1d21584bbbcef51c226db7212c2de3adb2b5fb.tar.bz2
librewolf-fedora-ff-5c1d21584bbbcef51c226db7212c2de3adb2b5fb.zip
Updated to 83.0 build 2
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 1d6f87b..f3a18cb 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -3,7 +3,7 @@
%global debug_build 0
%global build_with_clang 0
%global build_with_asan 0
-%global run_tests 1
+%global run_tests 0
%global create_debuginfo 1
%global system_nss 1
@@ -982,7 +982,7 @@ 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
+- Updated to 83.0 Build 2
* Thu Nov 12 2020 Martin Stransky <stransky@redhat.com> - 83.0-1
- Updated to 83.0
bgstack15