diff --git a/skopeo.spec b/skopeo.spec index cbd3fd12621e84741d12aba5c8dd0f231fa1c617..a9e1099b8f29a7fff6843b15c66e6ddacdb5d811 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -22,7 +22,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 2 Name: skopeo Version: 1.14.5 -Release: 3%{anolis_release}%{?dist} +Release: 4%{anolis_release}%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: https://%{import_path} @@ -129,9 +129,13 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog -* Wed Aug 14 2024 Wenlong Zhang - 2:1.14.5-3.0.1 +* Wed Jul 09 2025 Wenlong Zhang - 2:1.14.5-4.0.1 - add loong64 support for skopeo +* Tue May 06 2025 Jindrich Novy - 2:1.14.5-4 +- rebuild for CVE-2025-22871 +- Resolves: RHEL-89254 + * Mon Aug 05 2024 Jindrich Novy - 2:1.14.5-3 - rebuild for golang fixes - Related: RHEL-28452