From efc741341e8667952f5b725a9eb4764bfa3eede1 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Aug 22 2014 02:47:51 +0000 Subject: bump to 0.4.0, Resolves: rhbz#1132604 for epel7 --- diff --git a/.gitignore b/.gitignore index 5557f16..310c6ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /docker-py-0.2.3.tar.gz /docker-py-0.3.2.tar.gz +/docker-py-0.4.0.tar.gz diff --git a/python-docker-py.spec b/python-docker-py.spec index 6e4a675..ce112a1 100644 --- a/python-docker-py.spec +++ b/python-docker-py.spec @@ -2,8 +2,8 @@ %global debug_package %{nil} Name: python-docker-py -Version: 0.3.2 -Release: 2%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: An API client for docker written in Python License: ASL 2.0 URL: http://www.docker.io @@ -17,10 +17,19 @@ BuildRequires: python-tools BuildRequires: python-mock BuildRequires: python-requests BuildRequires: python-websocket-client + +# Resolves: rhbz#1132604 (epel7 only) + +%if 0%{?rhel} >= 7 +BuildRequires: docker +Requires: docker +%else BuildRequires: docker-io +Requires: docker +%endif + Requires: python-requests Requires: python-websocket-client -Requires: docker-io Requires: python-six %description @@ -44,6 +53,10 @@ Requires: python-six %{python_sitelib}/docker_py-%{version}-py2*.egg-info/* %changelog +* Thu Aug 21 2014 Lokesh Mandvekar - 0.4.0-1 +- update to 0.4.0 +- Resolves: rhbz#1132604 (epel7 only) + * Sun Aug 17 2014 Fedora Release Engineering - 0.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 273993f..2bdaf4e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -67eb9e06b8988ac46a9e50cca01f7333 docker-py-0.3.2.tar.gz +21ab8fd729105487e6423b654d6c0860 docker-py-0.4.0.tar.gz