skopeo-1.14.5-4.el8

- rebuild for CVE-2025-22871
- Resolves: RHEL-89254

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2025-05-06 09:58:50 +02:00
parent 19ad71abed
commit 6e0f6df148

View File

@ -16,7 +16,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
Epoch: 2
Name: skopeo
Version: 1.14.5
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Inspect container images and repositories on registries
License: ASL 2.0
URL: https://%{import_path}
@ -122,6 +122,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_datadir}/%{name}/test
%changelog
* Tue May 06 2025 Jindrich Novy <jnovy@redhat.com> - 2:1.14.5-4
- rebuild for CVE-2025-22871
- Resolves: RHEL-89254
* Mon Aug 05 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.14.5-3
- rebuild for golang fixes
- Related: RHEL-28452