summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-01-12 14:15:37 +0100
committerMartin Stransky <stransky@redhat.com>2021-01-12 14:15:37 +0100
commit57acc687d00bf5a5199d6ee33872778c7f097bcb (patch)
tree554cd972e17f84b73f5fbee71f672d0882c9f6c6 /firefox.spec
parentAdded a workaround for rhbz#1908018 (diff)
downloadlibrewolf-fedora-ff-57acc687d00bf5a5199d6ee33872778c7f097bcb.tar.gz
librewolf-fedora-ff-57acc687d00bf5a5199d6ee33872778c7f097bcb.tar.bz2
librewolf-fedora-ff-57acc687d00bf5a5199d6ee33872778c7f097bcb.zip
Removed failing xpcshell/reftests, test tweaks
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec15
1 files changed, 13 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 5a42d1c..511b18f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -140,7 +140,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 84.0.2
-Release: 2%{?pre_tag}%{?dist}
+Release: 3%{?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
@@ -192,6 +192,10 @@ Patch53: firefox-gcc-build.patch
Patch54: mozilla-1669639.patch
Patch55: firefox-testing.patch
+# Test patches
+Patch100: firefox-tests-xpcshell.patch
+Patch101: firefox-tests-reftest.patch
+
# Fedora specific patches
Patch215: firefox-enable-addons.patch
Patch219: rhbz-1173156.patch
@@ -371,7 +375,7 @@ to run Firefox explicitly on Wayland.
%{_datadir}/applications/firefox-wayland.desktop
%if 0%{?run_firefox_tests}
-%global testsuite_pkg_name mozilla-%{name}-testresults
+%global testsuite_pkg_name %{name}-testresults
%package -n %{testsuite_pkg_name}
Summary: Results of testsuite
%description -n %{testsuite_pkg_name}
@@ -408,6 +412,10 @@ This package contains results of tests executed during build.
%patch54 -p1 -b .1669639
%patch55 -p1 -b .testing
+# Test patches
+%patch100 -p1 -b .firefox-tests-xpcshell
+%patch101 -p1 -b .firefox-tests-reftest
+
# Fedora patches
%patch215 -p1 -b .addons
%patch219 -p1 -b .rhbz-1173156
@@ -1024,6 +1032,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Jan 11 2021 Martin Stransky <stransky@redhat.com> - 84.0.2-3
+- Removed failing xpcshell/reftests, test tweaks.
+
* Mon Jan 11 2021 Martin Stransky <stransky@redhat.com> - 84.0.2-2
- Added a workaround for rhbz#1908018
bgstack15