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:
parent
cfbc2aae74
commit
a9d3d65196
7
_service
7
_service
@ -7,7 +7,7 @@ https://en.opensuse.org/openSUSE:Build_Service_Concept_SourceService
|
|||||||
-->
|
-->
|
||||||
<services>
|
<services>
|
||||||
<!-- Download the module source from GitHub. -->
|
<!-- 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="url">https://github.com/google/gasket-driver</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.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>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
<!-- Download all source and patch files that are specified in the spec file via url. -->
|
<!-- Download all source and patch files that are specified in the spec file via url. -->
|
||||||
<service name="download_files"/>
|
<service name="download_files" mode="localonly"/>
|
||||||
<!-- 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"/>
|
|
||||||
</services>
|
</services>
|
||||||
|
|
||||||
|
@ -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>
|
Thu May 11 19:12:53 UTC 2023 - Chris Bradbury <obs@chrbrd.com>
|
||||||
|
|
||||||
Add patch to enable successful builds for Leap 15.5.
|
Add patch to enable successful builds for Leap 15.5.
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: gasket-driver
|
Name: gasket-driver
|
||||||
Version: 97aeba5
|
Version: 97aeba5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Coral Gasket Driver allows usage of the Coral EdgeTPU on Linux systems
|
Summary: The Coral Gasket Driver allows usage of the Coral EdgeTPU on Linux systems
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
|
Loading…
x
Reference in New Issue
Block a user