Accepting request 1294299 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1294299 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/teleport?expand=0&rev=153
This commit is contained in:
2
_service
2
_service
@@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v17.5.5</param>
|
||||
<param name="revision">v17.5.6</param>
|
||||
<param name="match-tag">v*</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bacfd891acee2c4224413afdd0192d432fd0adbc8081efbcd6cea7b72a7c69b
|
||||
size 285633038
|
3
teleport-17.5.6.obscpio
Normal file
3
teleport-17.5.6.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df391fe14d5f7b630e1ca9212e779886a456870e1f0141df1a5790956cebaf91
|
||||
size 285694478
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 18 06:00:50 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 17.5.6:
|
||||
* Fix backward compatibility issue introduced in the 17.5.5 / 18.0.1
|
||||
release related to Access List type, causing the unknown
|
||||
access_list type "dynamic" validation error. #56888
|
||||
* Added support for glob-style matching to Spacelift join rules. #56878
|
||||
* Improve PKINIT compatibility by always including CDP information
|
||||
in the certificate. #56876
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 16 06:52:54 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: teleport
|
||||
version: 17.5.5
|
||||
mtime: 1752602535
|
||||
commit: d87af52b087e1281e67eecbdfb817791e525eafe
|
||||
version: 17.5.6
|
||||
mtime: 1752772810
|
||||
commit: 708cd9e4a798a022139d18bc4ecb95ef63050d12
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: teleport
|
||||
Version: 17.5.5
|
||||
Version: 17.5.6
|
||||
Release: 0
|
||||
Summary: Identity-aware, multi-protocol access proxy
|
||||
License: AGPL-3.0-only
|
||||
@@ -32,7 +32,7 @@ Source5: tbot.yaml
|
||||
# Rust vendoring
|
||||
Source6: vendor.tar.zst
|
||||
BuildRequires: bash-completion
|
||||
BuildRequires: cargo >= 1.82
|
||||
BuildRequires: cargo >= 1.88
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: git-core
|
||||
BuildRequires: go >= 1.23.7
|
||||
@@ -217,7 +217,11 @@ cd tool/fdpass-teleport
|
||||
install -D -m 0755 tsh %{buildroot}%{_bindir}/tsh
|
||||
install -D -m 0755 tctl %{buildroot}%{_bindir}/tctl
|
||||
install -D -m 0755 tbot %{buildroot}%{_bindir}/tbot
|
||||
%if 0%{?suse_version} >= 1699
|
||||
install -D -m 0755 target/release/fdpass-teleport %{buildroot}%{_bindir}/fdpass-teleport
|
||||
%else
|
||||
install -D -m 0755 tool/fdpass-teleport/target/release/fdpass-teleport %{buildroot}%{_bindir}/fdpass-teleport
|
||||
%endif
|
||||
install -D -m 0755 teleport %{buildroot}%{_sbindir}/teleport
|
||||
install -D -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/teleport.service
|
||||
install -D -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/teleport.yaml
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8193c7d66f27fa939cc6f65b1d05ccf9e65ce8a37b3471ae012cba1fd87ab80b
|
||||
size 51418091
|
||||
oid sha256:ea30618295023933fecacc142ed5067c7f493e0e9006efe7e71b8182edb3941a
|
||||
size 51417571
|
||||
|
Reference in New Issue
Block a user