[docker-registry] Resolves: rhbz#1163120 - update to v0.9.0

lsm5 lsm5 at fedoraproject.org
Wed Nov 26 17:00:59 UTC 2014


commit f69b916cb75d9708162f14d045003285f80f30b0
Author: Lokesh Mandvekar <lsm5 at fedoraproject.org>
Date:   Wed Nov 26 09:00:25 2014 -0800

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

 .gitignore           |    1 +
 docker-registry.spec |  103 ++++++++++++++-----------------------------------
 sources              |    2 +-
 3 files changed, 32 insertions(+), 74 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 10359b2..4b7df2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /0.7.1.tar.gz
 /0.7.3.tar.gz
 /0.8.1.tar.gz
+/0.9.0.tar.gz
diff --git a/docker-registry.spec b/docker-registry.spec
index cb83e0e..d97b299 100644
--- a/docker-registry.spec
+++ b/docker-registry.spec
@@ -5,16 +5,16 @@
 %bcond_without  systemd
 %endif
 
-Summary:        Registry server for Docker
-Name:           docker-registry
-Version:        0.8.1
-Release:        2%{?dist}
-License:        ASL 2.0
-URL:            https://github.com/dotcloud/%{name}
-Source:         https://github.com/dotcloud/%{name}/archive/%{version}.tar.gz
-Source1:        docker-registry.service
-Source2:        docker-registry.sysconfig
-Source3:        docker-registry.sysvinit
+Summary:    Registry server for Docker
+Name:       docker-registry
+Version:    0.9.0
+Release:    1%{?dist}
+License:    ASL 2.0
+URL:        https://github.com/docker/%{name}
+Source:     https://github.com/docker/%{name}/archive/%{version}.tar.gz
+Source1:    %{name}.service
+Source2:    %{name}.sysconfig
+Source3:    %{name}.sysvinit
 
 BuildRequires:      python2-devel
 %if %{with systemd}
@@ -29,26 +29,26 @@ Requires(postun):   initscripts
 Requires:           python-importlib
 %endif
 
-Requires:       PyYAML
-Requires:       python-argparse
-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
-BuildArch:      noarch
+Requires:   PyYAML
+Requires:   python-argparse
+Requires:   python-backports
+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
+BuildArch:  noarch
 
 %description
 Registry server for Docker (hosting/delivering of repositories and images).
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -qn %{name}-%{version}
 
 # Remove the golang implementation
 # It's not the main one (yet?)
@@ -110,57 +110,11 @@ fi
 %endif
 
 %files
-%doc AUTHORS CHANGELOG.md CONTRIBUTE.md
-%doc LICENSE README.md
+%doc AUTHORS CHANGELOG.md LICENSE README.md
 %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}.yml
 %dir %{python_sitelib}/%{name}
-%dir %{python_sitelib}/%{name}/docker_registry
-%{python_sitelib}/%{name}/docker_registry/*.py
-%{python_sitelib}/%{name}/docker_registry/*.pyc
-%{python_sitelib}/%{name}/docker_registry/*.pyo
-%dir %{python_sitelib}/%{name}/docker_registry/storage
-%{python_sitelib}/%{name}/docker_registry/storage/*.py
-%{python_sitelib}/%{name}/docker_registry/storage/*.pyc
-%{python_sitelib}/%{name}/docker_registry/storage/*.pyo
-%dir %{python_sitelib}/%{name}/docker_registry/lib
-%{python_sitelib}/%{name}/docker_registry/lib/*.py
-%{python_sitelib}/%{name}/docker_registry/lib/*.pyc
-%{python_sitelib}/%{name}/docker_registry/lib/*.pyo
-%dir %{python_sitelib}/%{name}/docker_registry/lib/index
-%{python_sitelib}/%{name}/docker_registry/lib/index/*.py
-%{python_sitelib}/%{name}/docker_registry/lib/index/*.pyc
-%{python_sitelib}/%{name}/docker_registry/lib/index/*.pyo
-%dir %{python_sitelib}/%{name}/docker_registry/drivers
-%{python_sitelib}/%{name}/docker_registry/drivers/*.py
-%{python_sitelib}/%{name}/docker_registry/drivers/*.pyc
-%{python_sitelib}/%{name}/docker_registry/drivers/*.pyo
-%dir %{python_sitelib}/%{name}/docker_registry/server
-%{python_sitelib}/%{name}/docker_registry/server/*.py
-%{python_sitelib}/%{name}/docker_registry/server/*.pyc
-%{python_sitelib}/%{name}/docker_registry/server/*.pyo
-%dir %{python_sitelib}/%{name}/tests
-%{python_sitelib}/%{name}/tests/*.py
-%{python_sitelib}/%{name}/tests/*.pyc
-%{python_sitelib}/%{name}/tests/*.pyo
-%dir %{python_sitelib}/%{name}/tests/data
-%dir %{python_sitelib}/%{name}/tests/data/46af0962ab5afeb5ce6740d4d91652e69206fc991fd5328c1a94d364ad00e457
-%{python_sitelib}/%{name}/tests/data/46af0962ab5afeb5ce6740d4d91652e69206fc991fd5328c1a94d364ad00e457/json
-%{python_sitelib}/%{name}/tests/data/46af0962ab5afeb5ce6740d4d91652e69206fc991fd5328c1a94d364ad00e457/layer.tar
-%dir %{python_sitelib}/%{name}/tests/data/511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158
-%{python_sitelib}/%{name}/tests/data/511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158/json
-%{python_sitelib}/%{name}/tests/data/511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158/layer.tar
-%dir %{python_sitelib}/%{name}/tests/data/xattr
-%{python_sitelib}/%{name}/tests/data/xattr/json
-%{python_sitelib}/%{name}/tests/data/xattr/layer.tar
-%dir %{python_sitelib}/%{name}/tests/fixtures
-%{python_sitelib}/%{name}/tests/fixtures/test_config.yaml
-%dir %{python_sitelib}/%{name}/tests/lib
-%{python_sitelib}/%{name}/tests/lib/*.py
-%{python_sitelib}/%{name}/tests/lib/*.pyc
-%{python_sitelib}/%{name}/tests/lib/*.pyo
-%dir %{python_sitelib}/%{name}/tests/lib/index
-%{python_sitelib}/%{name}/tests/lib/index/*.py*
+%{python_sitelib}/%{name}/*
 %dir %{_sharedstatedir}/%{name}
 %if %{with systemd}
 %{_unitdir}/%{name}.service
@@ -169,6 +123,9 @@ fi
 %endif
 
 %changelog
+* Wed Nov 26 2014 Lokesh Mandvekar <lsm5 at fedoraproject.org> - 0.9.0-1
+- Resolves: rhbz#1163120 - update to upstream v0.9.0
+
 * Fri Sep 05 2014 Lokesh Mandvekar <lsm5 at fedoraproject.org> - 0.8.1-2
 - Resolves: rhbz#1137026 - remove flask_cors (not packaged yet)
 - Package owns all dirs created
diff --git a/sources b/sources
index 46a1523..c6abc6c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0c635e74d138fb0fb3efcf26990b159b  0.8.1.tar.gz
+518b7c615053f83e7539566507d0c9ab  0.9.0.tar.gz


More information about the scm-commits mailing list