Hello community,
here is the log from the commit of package libcontainers-image for
openSUSE:Factory checked in at 2018-07-27 10:55:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcontainers-image (Old)
and /work/SRC/openSUSE:Factory/.libcontainers-image.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcontainers-image"
Fri Jul 27 10:55:10 2018 rev:5 rq:623083 version:0+git1145
Changes:
--------
--- /work/SRC/openSUSE:Factory/libcontainers-image/libcontainers-image.changes
2018-06-13 15:40:41.761677851 +0200
+++
/work/SRC/openSUSE:Factory/.libcontainers-image.new/libcontainers-image.changes
2018-07-27 10:55:26.821555263 +0200
@@ -1,0 +2,13 @@
+Mon Jul 16 08:11:49 UTC 2018 - [email protected]
+
+- Update to commit 66857a7ff6ed0dc8eb70b5532e9add4fd77981c4
+
+- Set "docker.io" by default to registries.conf's search registries
+
+- Install all manpages
+
+- Run spec-cleaner
+
+- Delete superfluous default.yaml
+
+-------------------------------------------------------------------
Old:
----
default.yaml
libcontainers-image-git.3ab2e31e6ff9fc2b21b81188c1f6cf545658ff4a.tar.xz
New:
----
libcontainers-image-git.66857a7ff6ed0dc8eb70b5532e9add4fd77981c4.tar.xz
registries.conf
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libcontainers-image.spec ++++++
--- /var/tmp/diff_new_pack.h3tFH5/_old 2018-07-27 10:55:27.289556159 +0200
+++ /var/tmp/diff_new_pack.h3tFH5/_new 2018-07-27 10:55:27.293556166 +0200
@@ -17,7 +17,7 @@
%define project github.com/containers/image
-%define commit 3ab2e31e6ff9fc2b21b81188c1f6cf545658ff4a
+%define commit 66857a7ff6ed0dc8eb70b5532e9add4fd77981c4
# rev_list = git rev-list commit | wc -l
%define rev_list 1145
Name: libcontainers-image
@@ -26,15 +26,17 @@
Summary: Configuration files, and manpages from
github.com/containers/image
License: Apache-2.0
Group: System/Management
-Url: https://%{project}
+URL: https://github.com/containers/image
Source0: %{name}-git.%{commit}.tar.xz
-Source1: default.yaml
+Source1: registries.conf
BuildRequires: go-go-md2man
BuildRequires: libcontainers-common
Requires: libcontainers-common
+BuildArch: noarch
%description
-Configuration files, and manpages from github.com/containers/image.
+Configuration files, and manpages from github.com/containers/image used by many
+container tools such CRI-O, Podman, Skopeo and Buildah.
%prep
%setup -q -n %{name}-git.%{commit}
@@ -45,22 +47,23 @@
do
go-md2man -in $md -out $md
done
+rename '.5.md' '.5' docs/*
+rename '.md' '.1' docs/*
%install
-install -d %{buildroot}/%{_mandir}/man5
-install -D -m 0644 docs/atomic-signature.md
%{buildroot}/%{_mandir}/man5/containers-image-signature.5
-install -D -m 0644 docs/registries.conf.5.md
%{buildroot}/%{_mandir}/man5/containers-image-registries.conf.5
-install -D -m 0644 docs/registries.d.md
%{buildroot}/%{_mandir}/man5/containers-image-registries.d.5
install -d -m 0755 %{buildroot}/%{_sysconfdir}/containers
-install -D -m 0644 registries.conf
%{buildroot}/%{_sysconfdir}/containers/registries.conf
install -d -m 0755 %{buildroot}/%{_sysconfdir}/containers/registries.d
-install -D -m 0644 %{SOURCE1}
%{buildroot}/%{_sysconfdir}/containers/registries.d/default.yaml
+install -D -m 0644 %{SOURCE1}
%{buildroot}/%{_sysconfdir}/containers/registries.conf
+install -d %{buildroot}/%{_mandir}/man1
+install -d %{buildroot}/%{_mandir}/man5
+install -D -m 0644 docs/*.1 %{buildroot}/%{_mandir}/man1/
+install -D -m 0644 docs/*.5 %{buildroot}/%{_mandir}/man5/
%files
%config(noreplace) %{_sysconfdir}/containers/registries.conf
%dir %{_sysconfdir}/containers/registries.d
-%config(noreplace) %{_sysconfdir}/containers/registries.d/default.yaml
-%{_mandir}/man5/containers-image-*
+%{_mandir}/man1/*.1%{?ext_man}
+%{_mandir}/man5/*.5%{?ext_man}
%license LICENSE
%changelog
++++++ _service ++++++
--- /var/tmp/diff_new_pack.h3tFH5/_old 2018-07-27 10:55:27.317556213 +0200
+++ /var/tmp/diff_new_pack.h3tFH5/_new 2018-07-27 10:55:27.317556213 +0200
@@ -5,7 +5,7 @@
<param name="scm">git</param>
<param name="filename">libcontainers-image</param>
<param name="versionformat">git.%H</param>
-<param name="revision">3ab2e31e6ff9fc2b21b81188c1f6cf545658ff4a</param>
+<param name="revision">66857a7ff6ed0dc8eb70b5532e9add4fd77981c4</param>
</service>
<service name="recompress" mode="disabled">
++++++ libcontainers-image-git.3ab2e31e6ff9fc2b21b81188c1f6cf545658ff4a.tar.xz
-> libcontainers-image-git.66857a7ff6ed0dc8eb70b5532e9add4fd77981c4.tar.xz
++++++
++++ 11612 lines of diff (skipped)
++++++ registries.conf ++++++
# For more information on this configuration file, see registries.conf(5).
#
# Registries to search for images that are not fully-qualified.
# i.e. foobar.com/my_image:latest vs my_image:latest
[registries.search]
registries = ["docker.io"]
# Registries that do not use TLS when pulling images or uses self-signed
# certificates.
[registries.insecure]
registries = []
# Blocked Registries, blocks the `docker daemon` from pulling from the blocked
registry. If you specify
# "*", then the docker daemon will only be allowed to pull from registries
listed above in the search
# registries. Blocked Registries is deprecated because other container
runtimes and tools will not use it.
# It is recommended that you use the trust policy file
/etc/containers/policy.json to control which
# registries you want to allow users to pull and push from. policy.json gives
greater flexibility, and
# supports all container runtimes and tools including the docker daemon, cri-o,
buildah ...
# The atomic CLI `atomic trust` can be used to easily configure the policy.json
file.
[registries.block]
registries = []