From a37660f32f09f4577cd208b1ac8ed492714b3b2d Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Mar 15 2018 13:29:39 +0000 Subject: Temporarily disable i686, investigate later --- diff --git a/micropython.spec b/micropython.spec index 241dfe9..78a37a8 100644 --- a/micropython.spec +++ b/micropython.spec @@ -21,7 +21,7 @@ Source1: https://github.com/pfalcon/axtls/archive/%{axtls_commit}/axtls-%{ Source2: https://github.com/pfalcon/berkeley-db-1.xx/archive/%{berkley_commit}/berkeley-db-1.xx-%{berkley_commit}.tar.gz # Other arches need active porting -ExclusiveArch: %{arm} %{ix86} x86_64 +ExclusiveArch: %{arm} x86_64 BuildRequires: gcc BuildRequires: python3-devel @@ -84,6 +84,7 @@ install -pm 755 ports/unix/micropython %{buildroot}%{_bindir} %changelog * Thu Mar 15 2018 Miro Hrončok - 1.9.3-4 - Get rid of python2 build dependency +- Temporarily disable i686, investigate later * Thu Mar 15 2018 Iryna Shcherbina - 1.9.3-3 - Update Python 2 dependency declarations to new packaging standards