Accepting request 1193308 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1193308 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/teleport?expand=0&rev=113
This commit is contained in:
commit
41d67bea36
2
_service
2
_service
@ -4,7 +4,7 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="submodules">disable</param>
|
<param name="submodules">disable</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">v16.1.3</param>
|
<param name="revision">v16.1.4</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">disable</param>
|
<param name="changesgenerate">disable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ce83e5f3632d9e9300f46746fa13753488b8039ff8ef53f80c28e3245f4a49ae
|
|
||||||
size 258359822
|
|
3
teleport-16.1.4.obscpio
Normal file
3
teleport-16.1.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:00f52316a4b8478d61543d74ea98d4124393b6fe86dc032d9edbb04d19eff339
|
||||||
|
size 258401294
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 18:26:17 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
- update to 16.1.4:
|
||||||
|
* Improved tsh ssh performance for concurrent execs. #45162
|
||||||
|
* Fixed issue with loading cluster features when agents are
|
||||||
|
upgraded prior to auth. #45226
|
||||||
|
* Updated Go to 1.22.6. #45194
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 07:16:37 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
Wed Aug 7 07:16:37 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: teleport
|
name: teleport
|
||||||
version: 16.1.3
|
version: 16.1.4
|
||||||
mtime: 1722982495
|
mtime: 1723064260
|
||||||
commit: b7b867588808879c7e066572691688990e76bf25
|
commit: acdd343922cabefa026312a84e88d9999f09028b
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||||
|
|
||||||
Name: teleport
|
Name: teleport
|
||||||
Version: 16.1.3
|
Version: 16.1.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Identity-aware, multi-protocol access proxy
|
Summary: Identity-aware, multi-protocol access proxy
|
||||||
License: AGPL-3.0-only
|
License: AGPL-3.0-only
|
||||||
@ -36,7 +36,7 @@ Source6: vendor.tar.zst
|
|||||||
BuildRequires: cargo >= 1.69
|
BuildRequires: cargo >= 1.69
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
BuildRequires: go1.22
|
BuildRequires: go1.22 >= 1.22.6
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
Requires: teleport-tctl
|
Requires: teleport-tctl
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:bac42adce31f8cb19abf50a6df1f4cd2eaae6f0228808c0593ae78cc28372f49
|
oid sha256:bfd23562b9393ee625ae65915daf379c6f09e59fae0c09b5c076531f9ed1933d
|
||||||
size 46610566
|
size 46609307
|
||||||
|
Loading…
Reference in New Issue
Block a user