- Update to version 1.5.0+git20191208.df57cca:
* Existing secret support for helm chart (#267) * Switch to Go 1.13 * Improve oAuth compatibility (#265) OBS-URL: https://build.opensuse.org/package/show/devel:kubic/docker_auth?expand=0&rev=7
This commit is contained in:
parent
8ebe228f12
commit
4bedfa523e
4
_service
4
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">1.4.0</param>
|
||||
<param name="versionformat">1.4.0+git%cd.%h</param>
|
||||
<param name="version">1.5.0</param>
|
||||
<param name="versionformat">1.5.0+git%cd.%h</param>
|
||||
<param name="url">git://github.com/cesanta/docker_auth.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/cesanta/docker_auth.git</param>
|
||||
<param name="changesrevision">6f383608f36fa1aa688523ac5ae96cf05b341e32</param>
|
||||
<param name="changesrevision">df57ccaa8701a527954bd2a813fedec1b7c86af0</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:860d64219185b4b137970f9cf6fe090d3dae1114101ac55ab654e1f00922bcab
|
||||
size 10882224
|
3
docker_auth-1.5.0+git20191208.df57cca.tar.xz
Normal file
3
docker_auth-1.5.0+git20191208.df57cca.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62af99bfadc5f02fb6539293b6143c64a9964ab287c9923b3589ae1ad833d472
|
||||
size 10901280
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 12:06:42 UTC 2020 - kukuk@suse.com
|
||||
|
||||
- Update to version 1.5.0+git20191208.df57cca:
|
||||
* Existing secret support for helm chart (#267)
|
||||
* Switch to Go 1.13
|
||||
* Improve oAuth compatibility (#265)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 22:30:56 UTC 2019 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package docker_auth
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: docker_auth
|
||||
Version: 1.4.0+git20190925.6f38360
|
||||
Version: 1.5.0+git20191208.df57cca
|
||||
Release: 0
|
||||
Summary: Authenticaton for container registry with tokens
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/cesanta/docker_auth
|
||||
Source: docker_auth-%{version}.tar.xz
|
||||
BuildRequires: go1.12 >= 1.12.9
|
||||
BuildRequires: golang(API) = 1.12
|
||||
BuildRequires: go1.13
|
||||
BuildRequires: golang(API) = 1.13
|
||||
%ifarch %arm aarch64
|
||||
BuildRequires: binutils-gold
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user