diff --git a/skopeo.spec b/skopeo.spec index 5820d11..5058bc4 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -15,7 +15,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 2 Name: skopeo Version: 1.12.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: https://%{import_path} @@ -124,6 +124,15 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog +* Wed Jun 14 2023 Jindrich Novy - 2:1.12.0-3 +- rebuild for following CVEs: +CVE-2022-41724 CVE-2022-41725 CVE-2023-24537 CVE-2023-24538 CVE-2023-24534 CVE-2023-24536 CVE-2022-41723 CVE-2023-24539 CVE-2023-24540 CVE-2023-29400 +- Resolves: #2179967 +- Resolves: #2187323 +- Resolves: #2187384 +- Resolves: #2203703 +- Resolves: #2207523 + * Mon Apr 24 2023 Jindrich Novy - 2:1.12.0-2 - remove fakeroot from skopeo-tests - Related: #2176063