From f8beaab12d994ddbc1f47dd07f109011d08591f3 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sat, 9 May 2020 02:11:16 +0200 Subject: [PATCH] sandbox is only available on x86/x86_64 --- thunderbird.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thunderbird.spec b/thunderbird.spec index 565dca7..3d57862 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -1464,7 +1464,9 @@ exit 0 %attr(755,root,root) %{_libdir}/%{name}/libmozgtk.so %attr(755,root,root) %{_libdir}/%{name}/liblgpllibs.so %{?with_shared_js:%attr(755,root,root) %{_libdir}/%{name}/libmozjs.so} +%ifarch %{ix86} %{x8664} %attr(755,root,root) %{_libdir}/%{name}/libmozsandbox.so +%endif %attr(755,root,root) %{_libdir}/%{name}/libmozwayland.so %attr(755,root,root) %{_libdir}/%{name}/libxul.so %attr(755,root,root) %{_libdir}/%{name}/*-bin -- 2.44.0