summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-12-22 11:36:19 +0100
committerMartin Stransky <stransky@redhat.com>2020-12-22 11:36:19 +0100
commitb66e1288c5ee707349cee8606fcaf21d9a0e03de (patch)
tree232facc938a1979f3a442234b7fb3d2a131fd4a3 /firefox.spec
parentAdded fix for mozbz#1631061, temporary build with build with nss 3.59.0 (diff)
downloadlibrewolf-fedora-ff-b66e1288c5ee707349cee8606fcaf21d9a0e03de.tar.gz
librewolf-fedora-ff-b66e1288c5ee707349cee8606fcaf21d9a0e03de.tar.bz2
librewolf-fedora-ff-b66e1288c5ee707349cee8606fcaf21d9a0e03de.zip
Reverted rhbz@1908791 due to https://bugzilla.redhat.com/show_bug.cgi?id=1908791#c12
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 4df041a..cdcabfe 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -133,7 +133,8 @@ ExcludeArch: s390x
%endif
# https://bugzilla.redhat.com/show_bug.cgi?id=1908791
-%global __provides_exclude_from ^%{mozappdir}
+# Disabled due to https://bugzilla.redhat.com/show_bug.cgi?id=1908791#c12
+# %global __provides_exclude_from ^%{mozappdir}
Summary: Mozilla Firefox Web browser
Name: firefox
bgstack15