1
0

- Completely delete strings command check. Fixes (bsc#1230279)

OBS-URL: https://build.opensuse.org/package/show/hardware:boot/raspberrypi-eeprom?expand=0&rev=29
This commit is contained in:
2024-09-09 11:24:25 +00:00
committed by Git OBS Bridge
commit 236ef8afdb
10 changed files with 410 additions and 0 deletions

19
_service Normal file
View File

@@ -0,0 +1,19 @@
<services>
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/raspberrypi/rpi-eeprom.git</param>
<param name="filename">raspberrypi-eeprom</param>
<param name="revision">ef2fc67d235d037b2b468813e646e20890fcea07</param>
<param name="versionrewrite-pattern">v([0-9\.]{10}).*</param>
<param name="versionformat">@PARENT_TAG@</param>
<!--
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@~g%h</param>
-->
</service>
<service name="set_version" mode="manual"/>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>