skopeo-1.2.1-14.el9

- add missing file in sed expression

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2021-02-19 09:55:29 +01:00
parent cd908b78df
commit a4edcf2e57
2 changed files with 5 additions and 2 deletions

View File

@ -29,7 +29,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
Epoch: 1 Epoch: 1
Name: skopeo Name: skopeo
Version: 1.2.1 Version: 1.2.1
Release: 13%{?dist} Release: 14%{?dist}
Summary: Inspect container images and repositories on registries Summary: Inspect container images and repositories on registries
License: ASL 2.0 License: ASL 2.0
URL: %{git0} URL: %{git0}
@ -234,6 +234,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_datadir}/%{name}/test %{_datadir}/%{name}/test
%changelog %changelog
* Fri Feb 19 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.1-14
- add missing file in sed expression
* Thu Feb 18 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.1-13 * Thu Feb 18 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.1-13
- use %%go_arches again - use %%go_arches again
- Related: #1926597 - Related: #1926597

View File

@ -17,5 +17,5 @@ then
echo "# Enforcing mode for short names is default for RHEL9." >> registries.conf echo "# Enforcing mode for short names is default for RHEL9." >> registries.conf
echo 'short-name-mode = "enforcing"' >> registries.conf echo 'short-name-mode = "enforcing"' >> registries.conf
else else
sed -i 's/^short-name-mode.*=.*/short-name-mode = "enforcing"/' sed -i 's/^short-name-mode.*=.*/short-name-mode = "enforcing"/' registries.conf
fi fi