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