add cri-tools.yaml
This commit is contained in:
parent
42fd0b2fe8
commit
d81ce01b2c
@ -13,11 +13,11 @@
|
|||||||
|
|
||||||
Name: cri-tools
|
Name: cri-tools
|
||||||
Version: 1.22.0
|
Version: 1.22.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: CLI and validation tools for Container Runtime Interface
|
Summary: CLI and validation tools for Container Runtime Interface
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://%{goipath}
|
URL: https://%{goipath}
|
||||||
Source0: %url/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: https://github.com/cpuguy83/go-md2man/archive/v1.0.10.tar.gz
|
Source1: https://github.com/cpuguy83/go-md2man/archive/v1.0.10.tar.gz
|
||||||
ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 aarch64 %{arm} ppc64le s390x}
|
ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 aarch64 %{arm} ppc64le s390x}
|
||||||
BuildRequires: golang, glibc-static, git
|
BuildRequires: golang, glibc-static, git
|
||||||
@ -59,5 +59,8 @@ install -p -m 644 docs/crictl.1 %{buildroot}%{_mandir}/man1
|
|||||||
%{_mandir}/man1/crictl*
|
%{_mandir}/man1/crictl*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 07 2022 fushanqing <fushanqing@kylinos.cn> - 1.22.0-2
|
||||||
|
- update Source0
|
||||||
|
|
||||||
* Mon Mar 21 2022 fushanqing <fushanqing@kylinos.cn> - 1.22.0-1
|
* Mon Mar 21 2022 fushanqing <fushanqing@kylinos.cn> - 1.22.0-1
|
||||||
- Init Package
|
- Init Package
|
||||||
4
cri-tools.yaml
Normal file
4
cri-tools.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: kubernetes-sigs/cri-tools
|
||||||
|
tag_prefix: ^v
|
||||||
|
separator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user