diff options
author | Martin Stransky <stransky@redhat.com> | 2021-09-09 05:50:23 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-09-09 05:50:23 +0200 |
commit | 338e1bb21bf35ff83c20a75b582876e209f0ed9f (patch) | |
tree | 1d29c79f757445795a5c8a76371225c2758c714e | |
parent | Added pciutils-libs to buildreq (diff) | |
download | librewolf-fedora-ff-338e1bb21bf35ff83c20a75b582876e209f0ed9f.tar.gz librewolf-fedora-ff-338e1bb21bf35ff83c20a75b582876e209f0ed9f.tar.bz2 librewolf-fedora-ff-338e1bb21bf35ff83c20a75b582876e209f0ed9f.zip |
disabled tests
-rw-r--r-- | firefox.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec index adee790..9039886 100644 --- a/firefox.spec +++ b/firefox.spec @@ -6,7 +6,7 @@ # building locally and don't want to spend 24 hours waiting for results. %global run_firefox_tests 0 %ifarch x86_64 %{ix86} -%global run_firefox_tests 1 +%global run_firefox_tests 0 %endif # Don't create debuginfo rpm packages. It reduces build time as @@ -157,7 +157,7 @@ ExcludeArch: armv7hl Summary: Mozilla Firefox Web browser Name: firefox Version: 92.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 @@ -1048,7 +1048,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog -* Fri Sep 3 2021 Martin Stransky <stransky@redhat.com> - 92.0 +* Thu Sep 9 2021 Martin Stransky <stransky@redhat.com> - 92.0-2 +- Disable test + +* Fri Sep 3 2021 Martin Stransky <stransky@redhat.com> - 92.0-1 - Updated to 92.0 - Added fix for mozbz#1728749 - Added fix for mozbz#1708709 |