[fig] Update Requires

Matej Stuchlik mstuchli at fedoraproject.org
Tue Oct 21 14:39:56 UTC 2014


commit 0ada4eb6bd6a889b1247f8bd800944577e6467e5
Author: Matej Stuchlik <mstuchli at redhat.com>
Date:   Tue Oct 21 16:33:08 2014 +0200

    Update Requires

 fig.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/fig.spec b/fig.spec
index 71cd020..005aea2 100644
--- a/fig.spec
+++ b/fig.spec
@@ -2,7 +2,7 @@
 
 Name:           fig
 Version:        1.0.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Punctual, lightweight development environments using Docker
 
 License:        ASL 2.0
@@ -16,7 +16,6 @@ Source0:        https://pypi.python.org/packages/source/f/%{name}/%{name}-%{vers
 
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools 
-BuildRequires:  python-dockerpty
 BuildRequires:  python-docker-py
 BuildRequires:  docker-io
 BuildRequires:  python-websocket-client
@@ -25,12 +24,12 @@ BuildRequires:  python-requests
 BuildRequires:  PyYAML
 BuildRequires:  python-docopt
 
-Requires:       python-dockerpty
 Requires:       python-docker-py
 Requires:       python-texttable
 Requires:       python-docopt
 Requires:       python-requests
 Requires:       python-websocket-client
+Requires:       python-six
 Requires:       PyYAML
 
 # require the docker binary due to docker vs docker-io package name difference
@@ -73,6 +72,9 @@ rm -r %{name}.egg-info
 %{python2_sitelib}/%{name}*
 
 %changelog
+* Tue Oct 21 2014 Matej Stuchlik <mstuchli at redhat.com> - 1.0.0-2
+- Update Requires
+
 * Tue Oct 21 2014 Matej Stuchlik <mstuchli at redhat.com> - 1.0.0-1
 - Update to 1.0.0
 - Droped the two patches


More information about the scm-commits mailing list