- Removed unnecessary source file - 'cargo_config' - Updated the '_service' file - Changed the compression method from 'gz' to 'zst' - 'vendor.tar.gz' is now renamed to 'vendor.tar.zst' OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=253
12 lines
408 B
Plaintext
12 lines
408 B
Plaintext
<services>
|
|
<service name="download_files" mode="manual" />
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="src">s390-tools*.tar.gz</param>
|
|
<param name="update">true</param>
|
|
<param name="compression">zst</param>
|
|
<param name="no-root-manifest">true</param>
|
|
<param name="cargotoml">rust/Cargo.toml</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="manual" />
|
|
</services>
|