2019-03-06 11:49:41 +01:00
|
|
|
<services>
|
2021-01-29 14:09:40 +01:00
|
|
|
<!-- 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 -->
|
2019-03-06 11:49:41 +01:00
|
|
|
<service name="tar_scm" mode="disabled">
|
|
|
|
<param name="url">https://github.com/intel/tpm2-tools.git</param>
|
|
|
|
<param name="scm">git</param>
|
2021-06-15 11:48:43 +02:00
|
|
|
<param name="revision">5.1</param>
|
2019-03-06 11:49:41 +01:00
|
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
|
|
<param name="changesgenerate">disable</param>
|
|
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled"/>
|
|
|
|
</services>
|