diff options
author | Martin Stransky <stransky@redhat.com> | 2020-09-17 08:05:13 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-09-17 08:05:13 +0200 |
commit | ac3e0593c47ceb6eda414ee33f605363125ab0a0 (patch) | |
tree | e26c976340e3334586fa02d30abeaacef43d6101 /firefox.spec | |
parent | Added MACH_USE_SYSTEM_PYTHON=1 (diff) | |
download | librewolf-fedora-ff-ac3e0593c47ceb6eda414ee33f605363125ab0a0.tar.gz librewolf-fedora-ff-ac3e0593c47ceb6eda414ee33f605363125ab0a0.tar.bz2 librewolf-fedora-ff-ac3e0593c47ceb6eda414ee33f605363125ab0a0.zip |
Added upstream patches mzbz#1665324 mozbz#1665329
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index ab4b8a4..0ba3b6a 100644 --- a/firefox.spec +++ b/firefox.spec @@ -9,9 +9,9 @@ ExcludeArch: ppc64le %endif # Disabled due to https://pagure.io/fedora-infrastructure/issue/7581 -# ExcludeArch: s390x +ExcludeArch: s390x # Temporary disabled, filed as rhbz#1872111 -# ExcludeArch: aarch64 +ExcludeArch: aarch64 # Temporary disabled, filed as rhbz#1878519 %if 0%{?fedora} > 32 ExcludeArch: armv7hl @@ -181,6 +181,8 @@ Patch227: firefox-locale-debug.patch Patch402: mozilla-1196777.patch Patch403: mozilla-1656505-1.patch Patch404: mozilla-1656505-2.patch +Patch405: mozilla-1665324.patch +Patch406: mozilla-1665329.patch # Wayland specific upstream patches Patch574: firefox-pipewire-0-2.patch @@ -384,6 +386,8 @@ This package contains results of tests executed during build. %patch402 -p1 -b .1196777 %patch403 -p1 -b .1656505-1 %patch404 -p1 -b .1656505-2 +%patch405 -p1 -b .1665324 +%patch406 -p1 -b .1665329 # Wayland specific upstream patches %if 0%{?fedora} < 32 |