summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2021-01-22 12:41:56 +0100
committerJan Horak <jhorak@redhat.com>2021-01-22 12:41:56 +0100
commit9946e9ffbe255be30824fbe8715b56b906d0f808 (patch)
treeffffa2071becbe130945ed0a9fde578e50ee72e1 /firefox.spec
parentRemoved mzbz#1645695 as it causes a popup regression (diff)
downloadlibrewolf-fedora-ff-9946e9ffbe255be30824fbe8715b56b906d0f808.tar.gz
librewolf-fedora-ff-9946e9ffbe255be30824fbe8715b56b906d0f808.tar.bz2
librewolf-fedora-ff-9946e9ffbe255be30824fbe8715b56b906d0f808.zip
Fixing libxul requires
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 304d4e4..17333bd 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -722,6 +722,7 @@ make -C objdir buildsymbols
# or any files in the application's data directory for provides
%global __requires_exclude_from ^(%{_libdir}/%{name}/.*\\.so.*|%{_libdir}/%{name}/gmp-clearkey/0.1/.*\\.so.*|%{_libdir}/%{name}/gtk2/.*\\.so.*)$
%global __provides_exclude_from ^(%{_libdir}/%{name}/.*\\.so.*|%{_libdir}/%{name}/gmp-clearkey/0.1/.*\\.so.*|%{_libdir}/%{name}/gtk2/.*\\.so.*)$
+%global __requires_exclude ^libxul.*$
# run Firefox test suite
%if 0%{?run_firefox_tests}
bgstack15