* feat: beautify output for the ping command (#5237) * Update links to new docs site (#5242) * Fix the abnormal exit of the ping command (#5233) * chore: clear error message with unauthorized credentials (#5236) OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/minio-client?expand=0&rev=238
27 lines
1015 B
Plaintext
27 lines
1015 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/minio/mc</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="revision">RELEASE.2025-08-13T08-35-41Z</param>
|
|
<param name="match-tag">RELEASE.*</param>
|
|
<param name="versionrewrite-pattern">RELEASE\.(.*)-(.*)-(.*)-(.*)-(.*)</param>
|
|
<param name="versionrewrite-replacement">\1\2\3\4\5</param>
|
|
<param name="filename">minio-client</param>
|
|
</service>
|
|
<service name="set_version" mode="manual">
|
|
</service>
|
|
<service name="go_modules" mode="manual">
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<!-- services below are running at buildtime -->
|
|
<service name="tar" mode="buildtime">
|
|
</service>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
</services>
|