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:
Dominique Leuenberger 2018-08-08 12:46:15 +00:00 committed by Git OBS Bridge
parent c81fa85208
commit 9d31e5682b
5 changed files with 24 additions and 10 deletions

View File

@ -4,8 +4,8 @@
<param name="url">https://github.com/kubernetes-incubator/cri-tools.git</param>
<param name="scm">git</param>
<param name="filename">cri-tools</param>
<param name="versionformat">git.%H</param>
<param name="revision">release-1.10</param>
<param name="versionformat">1.11.1</param>
<param name="revision">v1.11.1</param>
</service>
<service name="recompress" mode="disabled">
@ -13,4 +13,8 @@
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">cri-tools</param>
</service>
</services>

3
cri-tools-1.11.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77c21437f7b26addbd032cc54cfe0ffa956e6bcc2f48e3f39ead36145edafd68
size 1407208

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b290ab22582d3d368de3d49117fa4c55edb7f5c5aa544c4ec2105fdec0fe0a05
size 1312468

View File

@ -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

View File

@ -17,15 +17,14 @@
%define project github.com/kubernetes-incubator/cri-tools
%define commit 2e22a757466719d43cc76aab0e01019081f8c27a
Name: cri-tools
Version: 1.0.0beta0
Version: 1.11.1
Release: 0
Summary: CLI and validation tools for Kubelet Container Runtime Interface
License: Apache-2.0
Group: System/Management
Url: https://%{project}
Source0: %{name}-git.%{commit}.tar.xz
Url: https://github.com/kubernetes-incubator/cri-tools
Source0: %{name}-%{version}.tar.xz
BuildRequires: go-go-md2man
BuildRequires: golang-packaging
BuildRequires: golang(API) >= 1.9
@ -39,7 +38,7 @@ Kubelet CRI, which includes:
- critest: validation test suites for kubelet CRI
%prep
%setup -q -n %{name}-git.%{commit}
%setup -q
%build
export GOPATH=$HOME/go