diff --git a/cri-tools-1.24.2.tar.gz b/cri-tools-1.24.2.tar.gz deleted file mode 100644 index e6f35a4..0000000 Binary files a/cri-tools-1.24.2.tar.gz and /dev/null differ diff --git a/cri-tools.spec b/cri-tools.spec index 1d902c7..0676afc 100644 --- a/cri-tools.spec +++ b/cri-tools.spec @@ -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 - 1.29.0-1 +- update to 1.29.0 + * Tue Nov 21 2023 suoxiaocong - 1.24.2-2 - fix bug unknown version diff --git a/v1.0.10.tar.gz b/v1.0.10.tar.gz deleted file mode 100644 index c6b658c..0000000 Binary files a/v1.0.10.tar.gz and /dev/null differ diff --git a/v1.29.0.tar.gz b/v1.29.0.tar.gz new file mode 100644 index 0000000..13d4d4e Binary files /dev/null and b/v1.29.0.tar.gz differ diff --git a/v2.0.3.tar.gz b/v2.0.3.tar.gz new file mode 100644 index 0000000..afd2d0c Binary files /dev/null and b/v2.0.3.tar.gz differ