2023-05-11 19:08:36 +00:00
|
|
|
<!--
|
|
|
|
For documentation on the contents of this file see:
|
|
|
|
https://github.com/openSUSE/obs-service-tar_scm#user-documentation
|
|
|
|
https://openbuildservice.org/help/manuals/obs-user-guide/cha.obs.source_service.html
|
|
|
|
https://openbuildservice.org/help/manuals/obs-user-guide/cha.obs.best-practices.scm_integration.html
|
|
|
|
https://en.opensuse.org/openSUSE:Build_Service_Concept_SourceService
|
|
|
|
-->
|
2023-05-11 13:12:19 +00:00
|
|
|
<services>
|
2023-05-11 19:08:36 +00:00
|
|
|
<!-- Download the module source from GitHub. -->
|
2023-05-11 13:12:19 +00:00
|
|
|
<service name="obs_scm">
|
|
|
|
<param name="url">https://github.com/google/gasket-driver</param>
|
2023-05-11 19:08:36 +00:00
|
|
|
<param name="scm">git</param>
|
|
|
|
<param name="exclude">.git</param>
|
2023-05-11 13:12:19 +00:00
|
|
|
<param name="revision">97aeba5</param>
|
|
|
|
<param name="versionformat">%h</param>
|
|
|
|
</service>
|
2023-05-11 19:08:36 +00:00
|
|
|
<!-- Compress source files into a tarball. -->
|
2023-05-11 13:12:19 +00:00
|
|
|
<service name="tar" mode="buildtime"/>
|
|
|
|
<service name="recompress" mode="buildtime">
|
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">xz</param>
|
|
|
|
</service>
|
2023-05-11 19:08:36 +00:00
|
|
|
<!-- This has to be included or the build will fail attempting to parse the "Version"
|
|
|
|
line in the spec file. -->
|
|
|
|
<service name="set_version" mode="buildtime"/>
|
2023-05-11 13:12:19 +00:00
|
|
|
</services>
|
|
|
|
|