From 33b0194286d67d7995afa63f555854248be9a59b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=AE=81?= Date: Wed, 1 Mar 2023 03:39:35 +0000 Subject: [PATCH] fix source name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张少宁 --- containerd.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/containerd.spec b/containerd.spec index 55063bc..56dd10f 100644 --- a/containerd.spec +++ b/containerd.spec @@ -2,11 +2,11 @@ %global debug_package %{nil} Version: 1.2.0 Name: containerd -Release: 209 +Release: 210 Summary: An industry-standard container runtime License: ASL 2.0 URL: https://containerd.io -Source0: %{name}-%{version}.tar.gz +Source0: %{name}-%{version}.zip BuildRequires: golang glibc-static make btrfs-progs-devel @@ -44,6 +44,12 @@ install -p -m 755 bin/ctr $RPM_BUILD_ROOT/%{_bindir}/ctr %{_bindir}/ctr %changelog +* Wed Mar 1 2023 zhangshaoning - 1.2.0-210 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix source name + * Mon Feb 27 2023 zhongjiawei - 1.2.0-209 - Type:CVE - ID:NA -- Gitee