- Update to 0.2.0 + Features: * Adding changes to support s390x * Add option to disable static linking * Add support for 32bit MIPS. * Added check_licenses Command to Promu + Enhancements: * Allow to customize nested options via env variables * Bump Go version to 1.11 * Add warning if promu info is unable to determine repo info + Bug Fixes: * Fix build on SmartOS by not setting gcc's -static flag * Fix git repository url parsing OBS-URL: https://build.opensuse.org/request/show/672761 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-prometheus-promu?expand=0&rev=4
17 lines
554 B
Plaintext
17 lines
554 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/prometheus/promu.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="versionformat">0.2.0</param>
|
|
<param name="revision">v0.2.0</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">promu-*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">promu</param>
|
|
</service>
|
|
</services>
|