skopeo-1.14.5-2.el8

- rebuild for  golang fixes
- Related: RHEL-28452

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2024-08-01 15:13:20 +02:00
parent 6a4a78a97b
commit 8b5b24a30c

View File

@ -16,7 +16,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
Epoch: 2 Epoch: 2
Name: skopeo Name: skopeo
Version: 1.14.5 Version: 1.14.5
Release: 1%{?dist} Release: 2%{?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: https://%{import_path} URL: https://%{import_path}
@ -122,6 +122,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_datadir}/%{name}/test %{_datadir}/%{name}/test
%changelog %changelog
* Thu Aug 01 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.14.5-2
- rebuild for golang fixes
- Related: RHEL-28452
* Wed Jul 17 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.14.5-1 * Wed Jul 17 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.14.5-1
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.14 - update to the latest content of https://github.com/containers/skopeo/tree/release-1.14
(https://github.com/containers/skopeo/commit/072072b) (https://github.com/containers/skopeo/commit/072072b)