[docker-registry] Resolves: rhbz#1180428 - update to v0.9.1

Lokesh Mandvekar lsm5 at fedoraproject.org
Tue Jan 20 21:48:00 UTC 2015


commit e43fe6a1a7f4b12cafa9873998ef96044a94c7c5
Author: Lokesh Mandvekar <lsm5 at fedoraproject.org>
Date:   Tue Jan 20 21:32:41 2015 +0000

    Resolves: rhbz#1180428 - update to v0.9.1
    
    NVR: docker-registry-0.9.1-1
    
    Signed-off-by: Lokesh Mandvekar <lsm5 at fedoraproject.org>

 .gitignore           |    1 +
 docker-registry.spec |   26 +++++++++++++-------------
 sources              |    2 +-
 3 files changed, 15 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4b7df2f..f6f6855 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /0.7.3.tar.gz
 /0.8.1.tar.gz
 /0.9.0.tar.gz
+/0.9.1.tar.gz
diff --git a/docker-registry.spec b/docker-registry.spec
index deaf619..6f7cada 100644
--- a/docker-registry.spec
+++ b/docker-registry.spec
@@ -7,7 +7,7 @@
 
 Summary:    Registry server for Docker
 Name:       docker-registry
-Version:    0.9.0
+Version:    0.9.1
 Release:    1%{?dist}
 License:    ASL 2.0
 URL:        https://github.com/docker/%{name}
@@ -29,19 +29,16 @@ Requires(postun):   initscripts
 Requires:           python-importlib
 %endif
 
-Requires:   PyYAML
-Requires:   python-argparse
+Requires:   PyYAML >= 3.11
 Requires:   python-backports-lzma
-Requires:   python-blinker
-Requires:   python-docker-registry-core >= 2.0.1-2
-Requires:   python-flask
-Requires:   python-gevent
-Requires:   python-gunicorn
-Requires:   python-jinja2
-Requires:   python-requests
-Requires:   python-rsa
-Requires:   python-simplejson
-Requires:   python-sqlalchemy
+Requires:   python-blinker >= 1.3
+Requires:   python-docker-registry-core >= 2.0.2-1
+Requires:   python-flask >= 0.10.1
+Requires:   python-gevent >= 1.0.1
+Requires:   python-gunicorn >= 19.1.1
+Requires:   python-requests >= 2.3.0
+Requires:   python-sqlalchemy >= 0.9.4
+Requires:   m2crypto
 BuildArch:  noarch
 
 %description
@@ -123,6 +120,9 @@ fi
 %endif
 
 %changelog
+* Tue Jan 20 2015 Lokesh Mandvekar <lsm5 at fedoraproject.org> - 0.9.1-1
+- Resolves: rhbz#1180428 - update to v0.9.1
+
 * Wed Nov 26 2014 Lokesh Mandvekar <lsm5 at fedoraproject.org> - 0.9.0-1
 - Resolves: rhbz#1163120 - update to upstream v0.9.0
 
diff --git a/sources b/sources
index c6abc6c..28559fb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-518b7c615053f83e7539566507d0c9ab  0.9.0.tar.gz
+ec1e5dc5ae9bbea8cecd4d763c84bf74  0.9.1.tar.gz


More information about the scm-commits mailing list