[python-docker-py/f21] don't [B]require docker

Tomas Tomecek ttomecek at fedoraproject.org
Fri Mar 13 06:36:59 UTC 2015


commit 7ff4bca789a2ed924e9f2584f7f1afc5329fb779
Author: Tomas Tomecek <ttomecek at redhat.com>
Date:   Fri Mar 13 07:30:46 2015 +0100

    don't [B]require docker
    
    Resolves: #1195627

 python-docker-py.spec | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)
---
diff --git a/python-docker-py.spec b/python-docker-py.spec
index 6d63fba..a5f04c8 100644
--- a/python-docker-py.spec
+++ b/python-docker-py.spec
@@ -11,9 +11,7 @@ Release:        1%{?dist}
 Summary:        An API client for docker written in Python
 License:        ASL 2.0
 URL:            http://www.docker.com
-# Arch follows docker-io
-# only x86_64 for now: https://github.com/dotcloud/docker/issues/136
-ExclusiveArch:  x86_64
+BuildArch:      noarch
 Source0:        https://pypi.python.org/packages/source/d/docker-py/docker-py-%{version}.tar.gz
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
@@ -28,16 +26,6 @@ BuildRequires:  python3-requests
 BuildRequires:  python3-websocket-client >= 0.11.0
 %endif # with_python3
 
-# Resolves: rhbz#1132604 (epel7 only)
-# docker 1.3.2 suffered from a few CVEs, ensure 1.3.3+
-%if 0%{?fedora} >= 21 || 0%{?rhel} >= 7
-BuildRequires:  docker >= 1.3.3
-Requires:       docker >= 1.3.3
-%else
-BuildRequires:  docker-io >= 1.3.3
-Requires:       docker-io >= 1.3.3
-%endif
-
 %if 0%{?fedora} >= 21
 BuildRequires:  python-requests >= 2.2.1
 Requires:       python-requests >= 2.2.1


More information about the scm-commits mailing list