[atomic] Match ExclusiveArch with docker (there is no docker on i686)

Colin Walters walters at fedoraproject.org
Tue Mar 3 15:09:22 UTC 2015


commit 5702159c4b9186688994688557130430f56ef05d
Author: Colin Walters <walters at verbum.org>
Date:   Tue Mar 3 10:09:10 2015 -0500

    Match ExclusiveArch with docker (there is no docker on i686)

 atomic.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
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 <walters at redhat.com> - 0-0.9.gita7ff4cb
+- Match ExclusiveArch with docker (there is no docker on i686)
+
 * Mon Mar 02 2015 Colin Walters <walters at redhat.com> - 0-0.8.gita7ff4cb
 - Drop ExclusiveArch, we are just a wrapper for Docker, which in any
   case builds on other architectures now.


More information about the scm-commits mailing list