From 22a1cdc7c27122a0b66d941193495087d8e30d7d Mon Sep 17 00:00:00 2001 From: Jianmin Date: Mon, 25 Aug 2025 11:28:14 +0800 Subject: [PATCH] rebuild to fix CVE-2025-22874 (cherry picked from commit 6fd45ebc8d34423d5ed6aa3b5c132f74813aa390) --- skopeo.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/skopeo.spec b/skopeo.spec index 2ae5783..d893ae1 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -12,7 +12,7 @@ ExcludeArch: ppc64 Name: skopeo Epoch: 1 Version: 1.16.1 -Release: 2 +Release: 3 Summary: Work with remote images registries - retrieving information, images, signing content License: Apache-2.0 URL: https://github.com/containers/skopeo @@ -115,6 +115,12 @@ cp -pav systemtest/* %{buildroot}/%{_datadir}/%{name}/test/system/ %{_datadir}/%{name}/test %changelog +* Fri Mar 28 2025 zhangbowei - 1:1.16.1-3 +-Type:cve +-CVE:CVE-2025-22874 +-SUG:NA +-DESC:rebuild to fix CVE-2025-22874 + * Fri Mar 28 2025 zhangbowei - 1:1.16.1-2 -Type:cve -CVE:CVE-2025-27144 -- Gitee