From a33979f4819e1a64b33ee91ac06ebd8cbc765207 Mon Sep 17 00:00:00 2001 From: Ivan Afonichev Date: Sun, 12 Mar 2017 01:47:18 +0400 Subject: [PATCH] Exclude big endian architectures (ppc and ppc64) --- android-tools.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/android-tools.spec b/android-tools.spec index 612ed95..19cdd68 100644 --- a/android-tools.spec +++ b/android-tools.spec @@ -60,6 +60,14 @@ BuildRequires: ruby rubypick rubygems Provides: adb Provides: fastboot +# Bundled boringssl doesn't support the big endian architectures rhbz 1431379 +ExcludeArch: ppc ppc64 + +# Bundled bits +Provides: bundled(mdnsresponder) +# This is a fork of openssl. +Provides: bundled(boringssl) + %description The Android Debug Bridge (ADB) is used to: