From c9ba77bec0cedacdc27ec3abcb72e4cf735b05fc Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Wed, 27 Jan 2021 08:37:17 +0100 Subject: [PATCH] Filtering libxul from the requires --- thunderbird.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/thunderbird.spec b/thunderbird.spec index 5a6bd9f..6013dbe 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -202,6 +202,7 @@ Suggests: u2f-hidraw-policy # or any files in the application's data directory for provides %global __requires_exclude_from ^(%{_libdir}/%{name}/.*\\.so.*|%{_libdir}/%{name}/gtk2/.*\\.so.*)$ %global __provides_exclude_from ^(%{_libdir}/%{name}/.*\\.so.*|%{_libdir}/%{name}/gtk2/.*\\.so.*)$ +%global __requires_exclude ^libxul.*$ %description Mozilla Thunderbird is a standalone mail and newsgroup client.