Files
rclone/_service
Marcus Rueckert 34ce05c27a - Update to version 1.72.1:
* Version v1.72.1
  * s3: add more regions for Selectel
  * log: fix backtrace not going to the --log-file #9014
  * build: fix lint warning after linter upgrade
  * configfile: add piped config support - fixes #9012
  * fs/log: fix PID not included in JSON log output
  * build: adjust lint rules to exclude new errors from linter update
  * proxy: fix error handling in tests spotted by the linter
  * googlecloudstorage: improve endpoint parameter docs
  * docs: note where a provider has an S3 compatible alternative
  * Add Shade as sponsor
  * docs: Clarify OAuth scopes for readonly Google Drive access
  * docs: update sponsor logos
  * docs: fix lint error in changelog
  * Start v1.72.1-DEV development

OBS-URL: https://build.opensuse.org/package/show/network/rclone?expand=0&rev=153
2025-12-10 22:41:43 +00:00

22 lines
776 B
Plaintext

<services>
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/rclone/rclone.git</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">v1.72.1</param>
<param name="filename">rclone</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="manual"/>
<service name="tar" mode="manual"/>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="go_modules" mode="manual">
<param name="compression">xz</param>
</service>
</services>