Files
s390-tools/_service
Nikolay Gueorguiev dd90f3749e - Amended the .spec file
- 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
2025-05-02 13:02:25 +00:00

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>