!7 update to 1.29.0

From: @jianli-97 
Reviewed-by: @duyiwei7w 
Signed-off-by: @duyiwei7w
This commit is contained in:
openeuler-ci-bot 2024-02-28 09:27:46 +00:00 committed by Gitee
commit 8ef2d386e8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
5 changed files with 7 additions and 4 deletions

Binary file not shown.

View File

@ -12,13 +12,13 @@
%global built_tag v%{version}
Name: cri-tools
Version: 1.24.2
Release: 2
Version: 1.29.0
Release: 1
Summary: CLI and validation tools for Container Runtime Interface
License: ASL 2.0
URL: https://%{goipath}
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: https://github.com/cpuguy83/go-md2man/archive/v1.0.10.tar.gz
Source0: https://github.com/kubernetes-sigs/cri-tools/archive/refs/tags/v%{version}.tar.gz
Source1: https://github.com/cpuguy83/go-md2man/archive/refs/tags/v2.0.3.tar.gz
ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 aarch64 %{arm} ppc64le s390x}
BuildRequires: golang, glibc-static, git
Provides: crictl = %{version}-%{release}
@ -60,6 +60,9 @@ install -p -m 644 docs/crictl.1 %{buildroot}%{_mandir}/man1
%{_mandir}/man1/crictl*
%changelog
* Wed Feb 28 2024 lijian <lijian2@kylinos.cn> - 1.29.0-1
- update to 1.29.0
* Tue Nov 21 2023 suoxiaocong <suoxiaocong@kylinos.cn> - 1.24.2-2
- fix bug unknown version

Binary file not shown.

BIN
v1.29.0.tar.gz Normal file

Binary file not shown.

BIN
v2.0.3.tar.gz Normal file

Binary file not shown.