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:
parent
cd908b78df
commit
a4edcf2e57
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user