Hello community,
here is the log from the commit of package libcontainers-common for
openSUSE:Factory checked in at 2019-08-10 23:44:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
and /work/SRC/openSUSE:Factory/.libcontainers-common.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcontainers-common"
Sat Aug 10 23:44:05 2019 rev:18 rq:721685 version:20190802
Changes:
--------
---
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2019-08-07 13:59:17.304854264 +0200
+++
/work/SRC/openSUSE:Factory/.libcontainers-common.new.9556/libcontainers-common.changes
2019-08-10 23:44:13.555633910 +0200
@@ -1,0 +2,11 @@
+Wed Aug 7 10:35:07 UTC 2019 - Sascha Grunert <[email protected]>
+
+- Add missing licenses to spec file
+
+-------------------------------------------------------------------
+Tue Aug 6 11:42:17 UTC 2019 - Marco Vedovati <[email protected]>
+
+- Add a default registries.d configuration file, used to specify images
+ signatures storage location.
+
+-------------------------------------------------------------------
New:
----
default.yaml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libcontainers-common.spec ++++++
--- /var/tmp/diff_new_pack.tBiSoF/_old 2019-08-10 23:44:14.743633699 +0200
+++ /var/tmp/diff_new_pack.tBiSoF/_new 2019-08-10 23:44:14.747633699 +0200
@@ -28,7 +28,7 @@
Version: 20190802
Release: 0
Summary: Configuration files common to github.com/containers
-License: Apache-2.0
+License: Apache-2.0 and GPL-3.0+
Group: System/Management
URL: https://github.com/containers
Source0: image-%{imagever}.tar.xz
@@ -39,6 +39,7 @@
Source5: mounts.conf
Source6: registries.conf
Source7: libpod-%{libpodver}.tar.xz
+Source8: default.yaml
BuildRequires: go-go-md2man
Provides: libcontainers-image
Provides: libcontainers-storage
@@ -107,6 +108,7 @@
install -D -m 0644 %{SOURCE5} %{buildroot}/%{_datadir}/containers/mounts.conf
install -D -m 0644 %{SOURCE5}
%{buildroot}/%{_sysconfdir}/containers/mounts.conf
install -D -m 0644 %{SOURCE6}
%{buildroot}/%{_sysconfdir}/containers/registries.conf
+install -D -m 0644 %{SOURCE8}
%{buildroot}/%{_sysconfdir}/containers/registries.d/default.yaml
install -D -m 0644 libpod-%{libpodver}/seccomp.json
%{buildroot}/%{_datadir}/containers/seccomp.json
install -D -m 0644 libpod-%{libpodver}/seccomp.json
%{buildroot}/%{_sysconfdir}/containers/seccomp.json
@@ -141,6 +143,7 @@
%{_datadir}/containers/mounts.conf
%config(noreplace) %{_sysconfdir}/containers/registries.conf
%config(noreplace) %{_sysconfdir}/containers/seccomp.json
+%config(noreplace) %{_sysconfdir}/containers/registries.d/default.yaml
%{_datadir}/containers/seccomp.json
%{_mandir}/man1/*.1%{?ext_man}
++++++ default.yaml ++++++
# This is a default registries.d configuration file. You may
# add to this file or create additional files in registries.d/.
#
# sigstore: indicates a location that is read and write
# sigstore-staging: indicates a location that is only for write
#
# sigstore and sigstore-staging take a value of the following:
# sigstore: {schema}://location
#
# For reading signatures, schema may be http, https, or file.
# For writing signatures, schema may only be file.
# This is the default signature write location for docker registries.
default-docker:
# sigstore: file:///var/lib/containers/sigstore
sigstore-staging: file:///var/lib/containers/sigstore
# The 'docker' indicator here is the start of the configuration
# for docker registries.
#
# docker:
#
# privateregistry.com:
# sigstore: http://privateregistry.com/sigstore/
# sigstore-staging: /mnt/nfs/privateregistry/sigstore