From 850fc3dc8c91d0e4157eb32ea2ea3b5ef66e80ca Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jul 17 2015 15:48:48 +0000 Subject: Disable build for arm (missing docker) --- diff --git a/atomic.spec b/atomic.spec index d3af828..eadd007 100644 --- a/atomic.spec +++ b/atomic.spec @@ -10,7 +10,7 @@ Release: 0.12.git%{shortcommit}%{?dist} Summary: Tool for managing ProjectAtomic systems and containers License: LGPLv2+ URL: https://github.com/projectatomic/atomic -ExclusiveArch: x86_64 %{arm} +ExclusiveArch: x86_64 Source0: https://github.com/projectatomic/%{name}/archive/%{commit}.tar.gz BuildRequires: python3-devel @@ -74,6 +74,7 @@ make PYTHON=%{__python3} PYLINT=python3-pylint install DESTDIR=%{buildroot} - update to latest upstream master - add new %%files and require dbus, polkit and setup to have the directories - switch to Python 3 +- disable build for arm (missing docker) - Resolves: rhbz#1241947 * Wed Jun 17 2015 Fedora Release Engineering - 0-0.11.gite5734c4