Accepting request 627835 from devel:kubic
Stage with 627834 please OBS-URL: https://build.opensuse.org/request/show/627835 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cri-tools?expand=0&rev=7
This commit is contained in:
parent
c81fa85208
commit
9d31e5682b
8
_service
8
_service
@ -4,8 +4,8 @@
|
|||||||
<param name="url">https://github.com/kubernetes-incubator/cri-tools.git</param>
|
<param name="url">https://github.com/kubernetes-incubator/cri-tools.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">cri-tools</param>
|
<param name="filename">cri-tools</param>
|
||||||
<param name="versionformat">git.%H</param>
|
<param name="versionformat">1.11.1</param>
|
||||||
<param name="revision">release-1.10</param>
|
<param name="revision">v1.11.1</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
@ -13,4 +13,8 @@
|
|||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
|
<service name="set_version" mode="disabled">
|
||||||
|
<param name="basename">cri-tools</param>
|
||||||
|
</service>
|
||||||
|
|
||||||
</services>
|
</services>
|
||||||
|
3
cri-tools-1.11.1.tar.xz
Normal file
3
cri-tools-1.11.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:77c21437f7b26addbd032cc54cfe0ffa956e6bcc2f48e3f39ead36145edafd68
|
||||||
|
size 1407208
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b290ab22582d3d368de3d49117fa4c55edb7f5c5aa544c4ec2105fdec0fe0a05
|
|
||||||
size 1312468
|
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 2 09:00:47 UTC 2018 - vrothberg@suse.com
|
||||||
|
|
||||||
|
- Bump cri-tools to v1.11.1:
|
||||||
|
* versioning is now consistent with Kubernetes
|
||||||
|
* Fix argument parsing for crictl exec
|
||||||
|
* Improved documentation
|
||||||
|
* Multi-arch critest tests
|
||||||
|
* Filter pods with prefix matching of name and namespace
|
||||||
|
* Improve terminal support for exec and attach
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 15 07:59:00 UTC 2018 - vrothberg@suse.com
|
Fri Jun 15 07:59:00 UTC 2018 - vrothberg@suse.com
|
||||||
|
|
||||||
|
@ -17,15 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define project github.com/kubernetes-incubator/cri-tools
|
%define project github.com/kubernetes-incubator/cri-tools
|
||||||
%define commit 2e22a757466719d43cc76aab0e01019081f8c27a
|
|
||||||
Name: cri-tools
|
Name: cri-tools
|
||||||
Version: 1.0.0beta0
|
Version: 1.11.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: CLI and validation tools for Kubelet Container Runtime Interface
|
Summary: CLI and validation tools for Kubelet Container Runtime Interface
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Url: https://%{project}
|
Url: https://github.com/kubernetes-incubator/cri-tools
|
||||||
Source0: %{name}-git.%{commit}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: go-go-md2man
|
BuildRequires: go-go-md2man
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: golang(API) >= 1.9
|
BuildRequires: golang(API) >= 1.9
|
||||||
@ -39,7 +38,7 @@ Kubelet CRI, which includes:
|
|||||||
- critest: validation test suites for kubelet CRI
|
- critest: validation test suites for kubelet CRI
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-git.%{commit}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export GOPATH=$HOME/go
|
export GOPATH=$HOME/go
|
||||||
|
Loading…
Reference in New Issue
Block a user