[rpm-ostree-toolbox/f21] Only require docker on x86_64

Colin Walters walters at fedoraproject.org
Fri Dec 19 23:02:41 UTC 2014


commit a7499f79955dbb09ad9264558f63339b0762fb38
Author: Colin Walters <walters at verbum.org>
Date:   Fri Dec 19 18:02:34 2014 -0500

    Only require docker on x86_64

 rpm-ostree-toolbox.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/rpm-ostree-toolbox.spec b/rpm-ostree-toolbox.spec
index d119b6d..6bd31a2 100644
--- a/rpm-ostree-toolbox.spec
+++ b/rpm-ostree-toolbox.spec
@@ -1,7 +1,7 @@
 Summary: Extra tools for rpm-ostree
 Name: rpm-ostree-toolbox
 Version: 2014.110
-Release: 2%{?dist}
+Release: 4%{?dist}
 #VCS: https://github.com/cgwalters/rpm-ostree-toolbox
 # This tarball is generated via "make -C packaging -f Makefile.dist-packaging dist-snapshot"
 # which is really just a wrapper for "git archive".
@@ -27,11 +27,13 @@ Requires: python-iniparse
 Requires: pygobject2 pygobject3-base
 Requires: libvirt-python rpm-ostree
 
+%ifarch x86_64
 %if 0%{?fedora}
 Requires: docker-io
 %else
 Requires: docker
 %endif
+%endif
 
 Requires: gjs
 Requires: libguestfs-tools-c
@@ -106,6 +108,9 @@ getent passwd %{unprivileged_user} >/dev/null || \
 %{_unitdir}/rpm-ostree-toolbox-watch at .service
 
 %changelog
+* Fri Dec 19 2014 Colin Walters <walters at redhat.com> - 2014.110-4
+- Only require docker on x86_64
+
 * Fri Dec 19 2014 Colin Walters <walters at redhat.com> - 2014.110-2
 - New upstream release
 


More information about the scm-commits mailing list