Accepting request 962403 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/962403 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/teleport?expand=0&rev=7
This commit is contained in:
commit
734eddaf0c
4
_service
4
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v9.0.0</param>
|
||||
<param name="revision">v9.0.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
@ -25,6 +25,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled">
|
||||
<param name="archive">teleport-9.0.0.tar.gz</param>
|
||||
<param name="archive">teleport-9.0.1.tar.gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/gravitational/teleport</param>
|
||||
<param name="changesrevision">1fa8857aa2de7a75f0bfb80a6eb3a7e41cf14bb4</param></service></servicedata>
|
||||
<param name="changesrevision">7bbe6f15c5c88a28b4b998d68561394938eae7c0</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03e2f020f9fffb1e8cabc3c7c39761a699faa7cee4a484f1c4f2c05959befd8c
|
||||
size 46062543
|
3
teleport-9.0.1.tar.gz
Normal file
3
teleport-9.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb13f7a431cb5da5fc6a40aa7aa46ee968d4fd458394388ccc4b3e63d29cc0a1
|
||||
size 46071816
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 10:28:30 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 9.0.1:
|
||||
* Release 9.0.1 (#11208)
|
||||
* Fix outdated CLI help for `tbot init --owner` (#11158) (#11167)
|
||||
* Fix improper default value check in tbot's `FromCLIConf()` (#11169) (#11206)
|
||||
* [branch/v9] Backport #10665 (#11064)
|
||||
* Fix quit on ctrlc, race panic, atomic load align in session IO (#11112) (#11188)
|
||||
* Refactored Ansible guide to work with Machine ID.
|
||||
* Cleanup of Machine ID Getting Started Guide.
|
||||
* Remove mention of max ttl for tctl tokens command (#11148) (#11164)
|
||||
* Silence false positive lints from staticcheck in tbot/init.go (#11084) (#11128)
|
||||
* docs: add desktops to per-session-mfa page
|
||||
* Update docs for FIPS users
|
||||
* Automatically calculate `public_addr` field for dynamic apps (#10941). (#10943) (#11139)
|
||||
* Fix DeleteRange when the backend sanitizer is used (#11124) (#11131)
|
||||
* Fix `tsh aws ecr` Internal Server Error (#10475) (#11108)
|
||||
* correct db connect (#11097)
|
||||
* 03/11 Upcoming Releases Update.
|
||||
* 9.0 post-release 4 (#11089)
|
||||
* 9.0 post-release 1: update docs versions (#11082)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 12 20:35:40 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: teleport
|
||||
Version: 9.0.0
|
||||
Version: 9.0.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:9974dcd924e97128efee9f2cd165e1c7c0ebb9f8cd5361389b1e366de39f156a
|
||||
size 18138640
|
||||
oid sha256:b748ac9facf21c2bc290909f059a8e7a2966ad73ca1926c58c6445a512018dae
|
||||
size 19440803
|
||||
|
Loading…
Reference in New Issue
Block a user