* Version v1.68.1 * docs: document that fusermount3 may be needed when mounting/unmounting * pikpak: fix login issue where token retrieval fails * s3: fix rclone ignoring static credentials when env_auth=true * fs: fix setting stringArray config values from environment variables * rc: fix default value of --metrics-addr * fs: fix --dump filters not always appearing * docs: correct notes on docker manual build * build: fix docker release build - fixes #8062 * docs: add section for improving performance for s3 * onedrive: fix spurious "Couldn't decode error response: EOF" DEBUG * serve docker: add missing vfs-read-chunk-streams option in docker volume driver * Start v1.68.1-DEV development OBS-URL: https://build.opensuse.org/package/show/network/rclone?expand=0&rev=117
22 lines
776 B
Plaintext
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.68.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>
|