summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
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