From 1e2e726d107d9e00a90f3bb779c8a170e7f15cee Mon Sep 17 00:00:00 2001 From: Ivan Afonichev Date: Mon, 15 Mar 2021 01:11:29 +0400 Subject: [PATCH] Re-exclude big endian arches --- android-tools.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android-tools.spec b/android-tools.spec index e622c16..43a1857 100644 --- a/android-tools.spec +++ b/android-tools.spec @@ -41,6 +41,9 @@ Provides: mke2fs.android = %{epoch}:%{version}-%{release} # Bundled bits Provides: bundled(boringssl) +# Bundled boringssl doesn't support the big endian architectures rhbz 1431379 +ExcludeArch: ppc ppc64 s390x + %description The Android Debug Bridge (ADB) is used to: