diff --git a/skopeo.spec b/skopeo.spec index 7f17840..33f8fe7 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -16,7 +16,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 2 Name: skopeo Version: 1.14.4 -Release: 1%{?dist} +Release: 2%{?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 +* Fri Jun 21 2024 Jindrich Novy - 2:1.14.4-2 +- rebuild for CVE-2024-24786 +- Resolves: RHEL-24297 + * Thu Jun 13 2024 Jindrich Novy - 2:1.14.4-1 - update to the latest content of https://github.com/containers/skopeo/tree/release-1.14 (https://github.com/containers/skopeo/commit/78d9c9a)