- Update to version 0.2.1+git.1682587333.b497f1d: * Bump version to 0.2.1 * Cargo: Update base64 to version 0.21 * build(deps): bump enumflags2 from 0.7.5 to 0.7.7 * build(deps): bump uuid from 1.3.0 to 1.3.1 * build(deps): bump libc from 0.2.141 to 0.2.142 * keylime-agent/src/common.rs: remove VTPM and IMA stub variables * rpm/fedora: Use vendored dependencies for all versions * packit: Enable building RPM on Copr for fedora-all * rpm/fedora: Fix metadata patch * build(deps): bump serde from 1.0.159 to 1.0.160 * build(deps): bump serde_json from 1.0.95 to 1.0.96 * cargo: Drop default features from actix-web * cargo: Drop default features from reqwest crate * cargo: Drop default features from config crate * build(deps): bump tempfile from 3.4.0 to 3.5.0 * build(deps): bump libc from 0.2.140 to 0.2.141 OBS-URL: https://build.opensuse.org/request/show/1083240 OBS-URL: https://build.opensuse.org/package/show/security/rust-keylime?expand=0&rev=51
22 lines
813 B
Plaintext
22 lines
813 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="versionformat">0.2.1+git.%ct.%h</param>
|
|
<param name="revision">master</param>
|
|
<param name="url">https://github.com/keylime/rust-keylime.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<!-- <service name="cargo_vendor" mode="disabled"> -->
|
|
<!-- <param name="srcdir">rust-keylime</param> -->
|
|
<!-- <param name="compression">xz</param> -->
|
|
<!-- </service> -->
|
|
<service name="cargo_audit" mode="disabled">
|
|
<param name="srcdir">rust-keylime</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|