From 7e33bfa3fbd1e33298da54d54c065e8fa6e642ad Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 2 Dec 2019 18:12:12 +0100 Subject: [PATCH] Change default order of registries.conf to push docker.io to the back. Allo clock_adjtime by default in seccomp.json since it can be used in read/only mode --- seccomp.json | 1 + skopeo.spec | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/seccomp.json b/seccomp.json index 059c940..9615c73 100644 --- a/seccomp.json +++ b/seccomp.json @@ -65,6 +65,7 @@ "chmod", "chown", "chown32", + "clock_adjtime", "clock_getres", "clock_gettime", "clock_nanosleep", diff --git a/skopeo.spec b/skopeo.spec index 21a839f..a1c655b 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -42,7 +42,7 @@ Epoch: 1 Epoch: 0 %endif Version: 0.1.41 -Release: 13.dev.git%{shortcommit0}%{?dist} +Release: 14.dev.git%{shortcommit0}%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: %{git0} @@ -430,8 +430,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog -* Mon Dec 2 2019 Dan Walsh - 1:0.1.41-13.dev.git3ed6e83 +* Mon Dec 2 2019 Dan Walsh - 1:0.1.41-14.dev.git3ed6e83 - Change default order of registries.conf to push docker.io to the back. +- Allo clock_adjtime by default in seccomp.json since it can be used in read/only mode * Mon Dec 02 2019 RH Container Bot - 1:0.1.41-12.dev.git9c402f3 - autobuilt 9c402f3