forked from pool/grafana
* CVE-2025-21613: Removes vulnerable library github.com/go-git/go-git/v5 (bsc#1235574) OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=143
18 lines
609 B
Plaintext
18 lines
609 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/grafana/grafana</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="revision">v11.3.0</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="compression">gz</param>
|
|
<param name="file">grafana*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="manual">
|
|
<param name="basename">grafana</param>
|
|
</service>
|
|
</services>
|