From a4edcf2e574d8d1281fe009af5fb6ee434389bfd Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Fri, 19 Feb 2021 09:55:29 +0100 Subject: [PATCH] skopeo-1.2.1-14.el9 - add missing file in sed expression Signed-off-by: Jindrich Novy --- skopeo.spec | 5 ++++- update.sh | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/skopeo.spec b/skopeo.spec index e206620..23e5f4d 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -29,7 +29,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 1 Name: skopeo Version: 1.2.1 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: %{git0} @@ -234,6 +234,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog +* Fri Feb 19 2021 Jindrich Novy - 1:1.2.1-14 +- add missing file in sed expression + * Thu Feb 18 2021 Jindrich Novy - 1:1.2.1-13 - use %%go_arches again - Related: #1926597 diff --git a/update.sh b/update.sh index c64ec9f..98d044b 100755 --- a/update.sh +++ b/update.sh @@ -17,5 +17,5 @@ then echo "# Enforcing mode for short names is default for RHEL9." >> registries.conf echo 'short-name-mode = "enforcing"' >> registries.conf else - sed -i 's/^short-name-mode.*=.*/short-name-mode = "enforcing"/' + sed -i 's/^short-name-mode.*=.*/short-name-mode = "enforcing"/' registries.conf fi