Hello community,
here is the log from the commit of package docker-distribution for
openSUSE:Factory checked in at 2019-10-16 09:12:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/docker-distribution (Old)
and /work/SRC/openSUSE:Factory/.docker-distribution.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "docker-distribution"
Wed Oct 16 09:12:49 2019 rev:17 rq:736462 version:2.7.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/docker-distribution/docker-distribution.changes
2018-06-19 11:58:41.409111394 +0200
+++
/work/SRC/openSUSE:Factory/.docker-distribution.new.2352/docker-distribution.changes
2019-10-16 09:12:51.199843641 +0200
@@ -1,0 +2,29 @@
+Thu Oct 3 14:04:28 UTC 2019 - [email protected]
+
+- Use correct URL to project
+- Remove fillup, we don't ship a sysconfig file
+- Correct systemd requires
+- Enable build on ARM
+
+-------------------------------------------------------------------
+Fri Jan 18 12:46:45 UTC 2019 - [email protected]
+
+- Upgraded to 2.7.1
+ - Support for OCI images added
+ - Fix upgrade issues from 2.6.x
+ - Update Go version to 1.11
+ - Switch to multi-stage Dockerfile
+ - Validations enabled by default with new disabled config option
+ - Optimize health check performance
+ - Create separate permission for deleting objects in a repo
+ - Fix storage driver error propagation for manifest GETs
+ - Fix forwarded header resolution
+ - Add prometheus metrics
+ - Disable schema1 manifest by default
+ - Graceful shutdown
+ - TLS: remove ciphers that do not support perfect forward secrecy
+ - Fix registry stripping newlines from manifests
+ - Add bugsnag logrus hook
+ - Support ARM builds
+
+-------------------------------------------------------------------
Old:
----
distribution-2.6.2.tar.xz
New:
----
distribution-2.7.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ docker-distribution.spec ++++++
--- /var/tmp/diff_new_pack.H9fOaG/_old 2019-10-16 09:12:51.787842125 +0200
+++ /var/tmp/diff_new_pack.H9fOaG/_new 2019-10-16 09:12:51.791842115 +0200
@@ -1,7 +1,7 @@
#
# spec file for package docker-distribution
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,29 +12,26 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: docker-distribution
-Version: 2.6.2
+Version: 2.7.1
Release: 0
Summary: The Docker toolset to pack, ship, store, and deliver content
License: Apache-2.0
Group: System/Management
-Url: http://www.docker.io
+Url: https://github.com/docker/distribution
Source0: distribution-%{version}.tar.xz
Source1: registry-configuration.yml
Source2: registry.service
Source3: registry.SuSEfirewall2
Source4: README-registry.SUSE
-BuildRequires: go >= 1.7.0
-BuildRequires: make
+BuildRequires: go >= 1.11
BuildRequires: systemd-rpm-macros
-Requires(pre): %fillup_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch: x86_64 s390x
-%{?systemd_requires}
+ExclusiveArch: x86_64 s390x aarch64 armv7l armv7hl
%description
The Docker toolset to pack, ship, store, and deliver content.
@@ -50,6 +47,7 @@
%package registry
Summary: Registry server for Docker
Group: System/Management
+%{?systemd_ordering}
%description registry
Registry server for Docker (hosting/delivering of repositories and images).
@@ -90,7 +88,6 @@
%post registry
%service_add_post registry.service
-%{fillup_only -n registry}
%preun registry
%service_del_preun registry.service
++++++ _service ++++++
--- /var/tmp/diff_new_pack.H9fOaG/_old 2019-10-16 09:12:51.827842022 +0200
+++ /var/tmp/diff_new_pack.H9fOaG/_new 2019-10-16 09:12:51.827842022 +0200
@@ -3,8 +3,8 @@
<param name="url">https://github.com/docker/distribution.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
- <param name="versionformat">2.6.2</param>
- <param name="revision">v2.6.2</param>
+ <param name="versionformat">2.7.1</param>
+ <param name="revision">v2.7.1</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">distribution-*.tar</param>
++++++ distribution-2.6.2.tar.xz -> distribution-2.7.1.tar.xz ++++++
++++ 190118 lines of diff (skipped)