Accepting request 617521 from devel:CaaSP:Head:ControllerNode
OBS-URL: https://build.opensuse.org/request/show/617521 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cri-tools?expand=0&rev=6
This commit is contained in:
parent
bb6fc93ff7
commit
c81fa85208
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">cri-tools</param>
|
||||
<param name="versionformat">git.%H</param>
|
||||
<param name="revision">v1.0.0-alpha.0</param>
|
||||
<param name="revision">release-1.10</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b290ab22582d3d368de3d49117fa4c55edb7f5c5aa544c4ec2105fdec0fe0a05
|
||||
size 1312468
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3dfe14ba2a9c20cfc474349f77e582a6462ddb32496770a88a1a6e3c3c404acc
|
||||
size 1498624
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 07:59:00 UTC 2018 - vrothberg@suse.com
|
||||
|
||||
- Bump cri-tools to v1.0.0-beta.1 (CRI v1.10.x):
|
||||
* crictl: allow short option handling
|
||||
* crictl-exec: fix argument parsing
|
||||
* Update documentation
|
||||
* Kubernetes/CRI 1.10.x compatibility
|
||||
* Minor bug fixe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 5 08:28:14 UTC 2018 - dcassany@suse.com
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
%define project github.com/kubernetes-incubator/cri-tools
|
||||
%define commit fb0e3fc9cccdd9957d8ab7004e33548e7b158dc1
|
||||
%define commit 2e22a757466719d43cc76aab0e01019081f8c27a
|
||||
Name: cri-tools
|
||||
Version: 1.0.0alpha0
|
||||
Version: 1.0.0beta0
|
||||
Release: 0
|
||||
Summary: CLI and validation tools for Kubelet Container Runtime Interface
|
||||
License: Apache-2.0
|
||||
@ -28,7 +28,7 @@ Url: https://%{project}
|
||||
Source0: %{name}-git.%{commit}.tar.xz
|
||||
BuildRequires: go-go-md2man
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: golang(API) >= 1.7
|
||||
BuildRequires: golang(API) >= 1.9
|
||||
# disable stripping of binaries
|
||||
%{go_nostrip}
|
||||
|
||||
@ -52,9 +52,9 @@ go build -buildmode=pie \
|
||||
-o bin/crictl \
|
||||
%{project}/cmd/crictl
|
||||
|
||||
go build -buildmode=pie \
|
||||
-o bin/critest \
|
||||
%{project}/cmd/critest
|
||||
go test -buildmode=pie \
|
||||
-o bin/critest \
|
||||
-c %{project}/cmd/critest
|
||||
|
||||
# compile the manpages
|
||||
for md in docs/*.md
|
||||
|
Loading…
Reference in New Issue
Block a user