summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index a40edae..b61f07a 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -4,6 +4,10 @@
%global build_with_clang 0
%global build_with_asan 0
+# Temporary disabled, filed as rhbz#1862012
+#%if 0%{?fedora} == 33
+#ExcludeArch: ppc64le
+#%endif
# Disabled due to https://pagure.io/fedora-infrastructure/issue/7581
ExcludeArch: s390x
@@ -112,7 +116,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 81.0
-Release: 8%{?dist}
+Release: 9%{?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
@@ -975,6 +979,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Wed Sep 30 2020 Martin Stransky <stransky@redhat.com> - 81.0-9
+- Disabled openh264 download
+
* Sat Sep 26 2020 Dan HorĂ¡k <dan[at]danny.cz> - 81.0-8
- Re-enable builds for ppc64le
bgstack15