gasket-driver/_service
Chris Bradbury c2905939b6 Accepting request 1118125 from home:chrBrd:branches:hardware
- Remove `fix-kernel-gte-6.4.patch` as it has been merged upstream.
- Fix ueficert package builds.

OBS-URL: https://build.opensuse.org/request/show/1118125
OBS-URL: https://build.opensuse.org/package/show/hardware/gasket-driver?expand=0&rev=15
2023-10-17 00:33:05 +00:00

27 lines
1.1 KiB
Plaintext

<!--
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
-->
<services>
<!-- Download the module source from GitHub. -->
<service name="obs_scm" mode="localonly">
<param name="url">https://github.com/google/gasket-driver</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">main</param>
<param name="version">1.0.18</param>
</service>
<!-- Compress source files into a tarball. -->
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<!-- Download all source and patch files that are specified in the spec file via url. -->
<service name="download_files" mode="localonly"/>
</services>