Accepting request 1107184 from home:ngueorguiev:branches:Base:System

- Amended read_value.c for newer z16 models (bsc#1214534), the patches were updated by quilt.

OBS-URL: https://build.opensuse.org/request/show/1107184
OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=178
This commit is contained in:
2023-08-28 12:27:50 +00:00
committed by Git OBS Bridge
parent ba8d894e4e
commit 16326310fb
17 changed files with 202 additions and 108 deletions

15
_service Normal file
View File

@@ -0,0 +1,15 @@
<services>
<service name="cargo_vendor" mode="disabled">
<param name="srctar">s390-tools-2.29.0.tar.gz</param>
<param name="compression">zst</param>
<param name="update">true</param>
<param name="cargotoml">../../vendor</param>
<param name="cargotoml">/rust/pvsecret/Cargo.toml</param>
<param name="cargotoml">/rust/pv/Cargo.toml</param>
<param name="cargotoml">/rust/pv/openssl_extentions/Cargo.toml</param>
<param name="cargotoml">/rust/utils/Cargo.toml</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srctar">s390-tools-2.29.0.tar.gz</param>
</service>
</services>