Files
keybase-client/_service
Matthias Bach d38e5ba620 - Update to version 6.5.1
* Fix team deletion not working
  * Chat attachments improvements
  * Miscellaneous bugfixes
- Drop update-golang-x-image.patch as upstream now ships with
  a vendored version of the Image library that includes the fix.
- Switch source download service from deprecated disabledrun to
  manualrun.

OBS-URL: https://build.opensuse.org/package/show/security/keybase-client?expand=0&rev=74
2025-04-28 18:53:54 +00:00

21 lines
734 B
Plaintext

<services>
<service mode="manual" name="tar_scm">
<param name="scm">git</param>
<param name="url">https://github.com/keybase/client.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">v6.5.1</param>
<param name="filename">client</param>
<param name="changesgenerate">disable</param>
</service>
<service name="tar" mode="manual">
<param name="include">go</param>
<param name="include">packaging</param>
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="manual" name="set_version" />
</services>