forked from pool/tpm2.0-tools
Matthias Gerstner
722545cd47
OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-tools?expand=0&rev=66
12 lines
525 B
Plaintext
12 lines
525 B
Plaintext
<services>
|
|
<!-- we need to setup a download_files service here. it is already called implicitly for some reason in the devel project, but not in e.g. SLE-15 -->
|
|
<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">5.0</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="changesgenerate">disable</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|