forked from pool/tpm2.0-tools
Matthias Gerstner
f1323dc909
- Restore support for the TPM2TOOLS_* env vars for TCTI configuration, in addition to supporting the new unified TPM2TOOLS_ENV_TCTI - Fix tpm2_getcap to print properties with the TPM_PT prefix, rather than TPM2_PT - Make test_tpm2_activecredential Python 3 compatible - Fix tpm2_takeownership to only attempt to change the specified hierarchies - use a _service file to sync with upstream tags OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-tools?expand=0&rev=50
11 lines
375 B
Plaintext
11 lines
375 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/intel/tpm2-tools.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">3.1.3</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="changesgenerate">disable</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|