summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-12-05 17:35:51 +0100
committerMartin Stransky <stransky@redhat.com>2018-12-05 17:35:51 +0100
commit862e3db1c572953c731823c4b287ab9f9ea0719d (patch)
tree5c85dddefd3269f276b16c068c395cadde189ac3
parentMerge branch 'master' into f28 (diff)
parentDisabled pipewire patch due to build failures (diff)
downloadlibrewolf-fedora-ff-862e3db1c572953c731823c4b287ab9f9ea0719d.tar.gz
librewolf-fedora-ff-862e3db1c572953c731823c4b287ab9f9ea0719d.tar.bz2
librewolf-fedora-ff-862e3db1c572953c731823c4b287ab9f9ea0719d.zip
Merge branch 'master' into f28
-rw-r--r--firefox.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 0984d54..3553c2a 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -367,7 +367,8 @@ This package contains results of tests executed during build.
# Wayland specific upstream patches
%if 0%{?fedora} > 27
-%patch574 -p1 -b .firefox-pipewire
+# Temporary disabled due to build failures
+#%patch574 -p1 -b .firefox-pipewire
%endif
%patch581 -p1 -b .mozilla-1493081
%patch582 -p1 -b .mozilla-1504689
bgstack15