forked from pool/tpm2.0-tools
Accepting request 682127 from security
- update to minor version 3.1.3: - 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/request/show/682127 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-tools?expand=0&rev=18
This commit is contained in:
commit
0f58e8a3e3
10
_service
Normal file
10
_service
Normal file
@ -0,0 +1,10 @@
|
||||
<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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80136c2b247b4d8cdd34b70960622ba22126150a286e49f3e77cda5fcef36294
|
||||
size 539210
|
3
tpm2-tools-3.1.3.tar.gz
Normal file
3
tpm2-tools-3.1.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc95576f49cf9bacf75772fd98dcb7edc5172a6a8dfa20c215fe3cc69b0a3a16
|
||||
size 544098
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 6 10:44:52 UTC 2019 - matthias.gerstner@suse.com
|
||||
|
||||
- update to minor version 3.1.3:
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 26 16:02:46 UTC 2018 - matthias.gerstner@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: tpm2.0-tools
|
||||
Version: 3.1.2
|
||||
Version: 3.1.3
|
||||
Release: 0
|
||||
Summary: Trusted Platform Module (TPM) 2.0 administration tools
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user