diff options
author | Jan Horak <jhorak@redhat.com> | 2021-01-22 12:41:56 +0100 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2021-01-22 12:41:56 +0100 |
commit | 9946e9ffbe255be30824fbe8715b56b906d0f808 (patch) | |
tree | ffffa2071becbe130945ed0a9fde578e50ee72e1 /firefox.spec | |
parent | Removed mzbz#1645695 as it causes a popup regression (diff) | |
download | librewolf-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.spec | 1 |
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} |