forked from pool/rust-keylime
Alberto Planas Dominguez
e4c8388ef3
- Update vendored crates (bsc#1229952, bsc#1230029) * rustix 0.37.25 * rustix 0.38.34 * shlex 1.3.0 - Update to version 0.2.6+13: * Enable test functional/iak-idevid-persisted-and-protected * build(deps): bump uuid from 1.7.0 to 1.10.0 * build(deps): bump openssl from 0.10.64 to 0.10.66 * keylime-agent/src/revocation: Fix comment indentation * keylime/crypto: Fix indentation of documentation comment * build(deps): bump thiserror from 1.0.59 to 1.0.63 * build(deps): bump serde_json from 1.0.116 to 1.0.120 * dependabot: Extend to also monitor workflow actions * ci: Disable Packit CI on CentOS Stream 9 * ci: use CODECOV_TOKEN when submitting coverage data * revocation: Use into() for unfallible transformation * secure_mount: Fix possible infinite loop * error: Rename enum variants to avoid clippy warning OBS-URL: https://build.opensuse.org/request/show/1198288 OBS-URL: https://build.opensuse.org/package/show/security/rust-keylime?expand=0&rev=74
30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
<services>
|
|
<service mode="disabled" name="obs_scm">
|
|
<param name="url">https://github.com/keylime/rust-keylime.git</param>
|
|
<!-- <param name="versionformat">@PARENT_TAG@</param> -->
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v0.2.6</param>
|
|
<param name="revision">master</param>
|
|
<param name="match-tag">*</param>
|
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">aplanas@suse.com</param>
|
|
</service>
|
|
<service mode="disabled" name="tar" />
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<!-- <service name="cargo_vendor" mode="disabled"> -->
|
|
<!-- <param name="src">rust-keylime</param> -->
|
|
<!-- <param name="compression">zst</param> -->
|
|
<!-- <param name="update">true</param> -->
|
|
<!-- </service> -->
|
|
<service name="cargo_audit" mode="disabled">
|
|
<param name="srcdir">rust-keylime</param>
|
|
</service>
|
|
</services>
|