Accepting request 1084160 from home:ojkastl_buildservice:Branch_devel_kubic
update to 12.3.1 OBS-URL: https://build.opensuse.org/request/show/1084160 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/teleport?expand=0&rev=115
This commit is contained in:
parent
460c937f60
commit
860cf6ee40
11
_service
11
_service
@ -1,10 +1,10 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://github.com/gravitational/teleport</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v12.3.0</param>
|
||||
<param name="revision">v12.3.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
@ -18,10 +18,15 @@
|
||||
<param name="filename">webassets</param>
|
||||
<param name="without-version">yes</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled">
|
||||
<param name="basename">teleport</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/gravitational/teleport</param>
|
||||
<param name="changesrevision">cc24e61ad49c906aa42b820bbd44fc45e2e471ef</param></service></servicedata>
|
||||
<param name="changesrevision">a5d6659d17d565d3b021df34935cdd3e4f8220ab</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e5ea67fc814df9d007e3eec1c4fdadd5225e4952ab651e4dac72899a876f18f
|
||||
size 140515396
|
3
teleport-12.3.1.obscpio
Normal file
3
teleport-12.3.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4d8aaafa101182f0a1452eef1c47c677b62d0dd44906d921a15fa35f7f34a34
|
||||
size 255504910
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 03 04:48:12 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 12.3.1:
|
||||
* Release 12.3.1 (amended) (#25517)
|
||||
* [v12] darwin: Use notarytool to notarize instead of altool
|
||||
(#25455)
|
||||
* [v12] chore: Bump Go to 1.20.4 (#25506)
|
||||
* Release 12.3.1 (#25502)
|
||||
* Allow unknown fields when unmarshaling types.MFADevice (#25445)
|
||||
* Fix backwards compatability of GenerateUserSingleUseCerts
|
||||
(#25486)
|
||||
* [v12] Update e ref. (#25474)
|
||||
* Return friendly errors when sessions are prevented due to a
|
||||
lock (#25482)
|
||||
* docs: automatic user creation for windows desktops (#25364)
|
||||
* Add missing Connection header for ALPN connection upgrade
|
||||
(#25346) (#25411)
|
||||
* [v12] WebAPI: thumbprint endpoint (#25338)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 02 05:32:47 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
4
teleport.obsinfo
Normal file
4
teleport.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: teleport
|
||||
version: 12.3.1
|
||||
mtime: 1683069530
|
||||
commit: a5d6659d17d565d3b021df34935cdd3e4f8220ab
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: teleport
|
||||
Version: 12.3.0
|
||||
Version: 12.3.1
|
||||
Release: 0
|
||||
Summary: Identity-aware, multi-protocol access proxy
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d589f6f9124f10bfed0cd102097448afb64a1c80a330284bc74b91c313909f83
|
||||
size 29207045
|
||||
oid sha256:de052dd7c9be0239039282159eb35c66e821ea53de80366a622f1913f091c6d5
|
||||
size 29207006
|
||||
|
Loading…
Reference in New Issue
Block a user