From 5702159c4b9186688994688557130430f56ef05d Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mar 03 2015 15:09:10 +0000 Subject: Match ExclusiveArch with docker (there is no docker on i686) --- diff --git a/atomic.spec b/atomic.spec index 5123a2c..e65629f 100644 --- a/atomic.spec +++ b/atomic.spec @@ -5,10 +5,11 @@ Name: atomic Version: 0 -Release: 0.8.git%{shortcommit}%{?dist} +Release: 0.9.git%{shortcommit}%{?dist} Summary: Tool for managing ProjectAtomic systems and containers License: LGPLv2+ URL: https://github.com/projectatomic/atomic +ExclusiveArch: x86_64 %{arm} Source0: https://github.com/projectatomic/%{name}/archive/%{commit}.tar.gz BuildRequires: python2-devel BuildRequires: python-setuptools @@ -60,6 +61,9 @@ make install DESTDIR=%{buildroot} %{_mandir}/man1/%{name}* %changelog +* Tue Mar 03 2015 Colin Walters - 0-0.9.gita7ff4cb +- Match ExclusiveArch with docker (there is no docker on i686) + * Mon Mar 02 2015 Colin Walters - 0-0.8.gita7ff4cb - Drop ExclusiveArch, we are just a wrapper for Docker, which in any case builds on other architectures now.