Accepting request 1045175 from home:stroeder:iam

Update to version 11.1.4

It fails to build for 32-bit ARM platforms in my OBS project. But nevertheless the security fixes justify pushing updates forward.

OBS-URL: https://build.opensuse.org/request/show/1045175
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/teleport?expand=0&rev=72
This commit is contained in:
2022-12-24 12:24:00 +00:00
committed by Git OBS Bridge
parent e258132a0c
commit 6f90de91bf
8 changed files with 161 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="exclude">.git</param>
<param name="revision">v11.1.2</param>
<param name="revision">v11.1.4</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-11.1.2.tar.gz</param>
<param name="archive">teleport-11.1.4.tar.gz</param>
</service>
</services>