Added second arch build fix

This commit is contained in:
Martin Stransky 2022-12-21 10:41:32 +01:00
parent ec6b601b49
commit cd7d2b004a
2 changed files with 1848 additions and 6 deletions

1842
D164896.diff Normal file

File diff suppressed because one or more lines are too long

View File

@ -6,11 +6,6 @@
# https://bugzilla.redhat.com/show_bug.cgi?id=2129720
ExcludeArch: i686
# Disabled due to build failures:
# https://bugzilla.redhat.com/show_bug.cgi?id=2153213
ExcludeArch: s390x
ExcludeArch: armv7hl
# Run Mozilla test suite as a part of compile rpm section. Turn off when
# building locally and don't want to spend 24 hours waiting for results.
%global run_firefox_tests 0
@ -178,7 +173,7 @@ ExcludeArch: armv7hl
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 108.0.1
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
@ -258,6 +253,7 @@ Patch415: mozilla-1670333.patch
Patch416: D163696.diff
Patch417: D163697.diff
Patch418: D163698.diff
Patch419: D164896.diff
# PGO/LTO patches
Patch600: pgo.patch
@ -536,6 +532,7 @@ This package contains results of tests executed during build.
%patch416 -p1 -b .D163696
%patch417 -p1 -b .D163697
%patch418 -p1 -b .D163698
%patch419 -p1 -b .D164896
# PGO patches
%if %{build_with_pgo}
@ -1138,6 +1135,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
* Wed Dec 21 2022 Martin Stransky <stransky@redhat.com>- 108.0.1-3
- Added second arch build fix
* Wed Dec 21 2022 Martin Stransky <stransky@redhat.com>- 108.0.1-2
- Added mozbz#1795851 [wayland] Crash buffer size (170x113)
is not divisible by scale (2)