Accepting request 1086820 from home:chrBrd:branches:hardware

Amend services so package can be accepted into Factory.

In order for packages to be accepted into Factory:
> Services are only allowed if their mode is one of localonly, disabled,
> buildtime, manual. Please change the mode of obs_scm and use `osc service
> localrun/disabledrun`.

Therefore all services involved with retrieving source files from the
internet have had their mode set to `localonly`, and the relevant source
files have been added directly to this package.

OBS-URL: https://build.opensuse.org/request/show/1086820
OBS-URL: https://build.opensuse.org/package/show/hardware/gasket-driver?expand=0&rev=4
This commit is contained in:
Chris Bradbury 2023-05-12 20:54:02 +00:00 committed by Git OBS Bridge
parent cfbc2aae74
commit a9d3d65196
6 changed files with 16 additions and 6 deletions

View File

@ -7,7 +7,7 @@ https://en.opensuse.org/openSUSE:Build_Service_Concept_SourceService
-->
<services>
<!-- Download the module source from GitHub. -->
<service name="obs_scm">
<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>
@ -21,9 +21,6 @@ https://en.opensuse.org/openSUSE:Build_Service_Concept_SourceService
<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"/>
<!-- 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"/>
<service name="download_files" mode="localonly"/>
</services>

View File

@ -1,4 +1,17 @@
-------------------------------------------------------------------
Fri May 12 20:31:18 UTC 2023 - Chris Bradbury <opensuse@chrbrd.com>
Amend services so package can be accepted into Factory.
In order for packages to be accepted into Factory:
> Services are only allowed if their mode is one of localonly, disabled,
> buildtime, manual. Please change the mode of obs_scm and use `osc service
> localrun/disabledrun`.
Therefore all services involved with retrieving source files from the
internet have had their mode set to `localonly`, and the relevant source
files have been added directly to this package.
-------------------------------------------------------------------
Thu May 11 19:12:53 UTC 2023 - Chris Bradbury <obs@chrbrd.com>
Add patch to enable successful builds for Leap 15.5.

View File

@ -32,7 +32,7 @@
# norootforbuild
Name: gasket-driver
Version:  97aeba5
Version: 97aeba5
Release: 0
Summary: The Coral Gasket Driver allows usage of the Coral EdgeTPU on Linux systems
License: GPL-2.0-only