[docker-io/f21] include arm builds

Lokesh Mandvekar lsm5 at fedoraproject.org
Thu Mar 5 14:40:21 UTC 2015


commit fdcd98e2287eed704668ea1afc732a11ae02ca58
Author: Lokesh Mandvekar <lsm5 at fedoraproject.org>
Date:   Thu Mar 5 08:39:59 2015 -0600

    include arm builds
    
    NVR: docker-io-1.5.0-2
    
    Signed-off-by: Lokesh Mandvekar <lsm5 at fedoraproject.org>

 docker-io.spec | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/docker-io.spec b/docker-io.spec
index f543c1f..05d1193 100644
--- a/docker-io.spec
+++ b/docker-io.spec
@@ -17,12 +17,11 @@
 
 Name:       %{repo}-io
 Version:    1.5.0
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Automates deployment of containerized applications
 License:    ASL 2.0
 URL:        http://www.docker.com
-# only x86_64 for now: https://github.com/docker/docker/issues/136
-ExclusiveArch:  x86_64
+ExclusiveArch:  x86_64 %{arm}
 Source0:    https://%{import_path}/archive/v%{version}.tar.gz
 Source1:    %{repo}.service
 Source2:    %{repo}.sysconfig
@@ -390,6 +389,9 @@ exit 0
 %{_datadir}/zsh/site-functions/_docker
 
 %changelog
+* Tue Feb 10 2015 Lokesh Mandvekar <lsm5 at fedoraproject.org> - 1.5.0-2
+- include arm builds
+
 * Tue Feb 10 2015 Lokesh Mandvekar <lsm5 at fedoraproject.org> - 1.5.0-1
 - Resolves: rhbz#1191438 - update to v1.5.0
 - add env var for insecure-registry


More information about the scm-commits mailing list