tpm2-pytss contains the Python bindings to call the tpm2-tss libraries (mainly FAPI and ESAPI interfaces) OBS-URL: https://build.opensuse.org/request/show/988380 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tpm2-pytss?expand=0&rev=1
19 lines
732 B
Plaintext
19 lines
732 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="filename">tpm2-pytss</param>
|
|
<param name="revision">1.2.0</param>
|
|
<param name="scm">git</param>
|
|
<param name="submodules">disable</param>
|
|
<param name="url">https://github.com/tpm2-software/tpm2-pytss.git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|