forked from pool/raspberrypi-eeprom
Accepting request 867537 from home:nsaenzjulienne:branches:hardware:boot
- Remove VL805 firmware version from package version as it prevents it from incresing monotonically. OBS-URL: https://build.opensuse.org/request/show/867537 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/raspberrypi-eeprom?expand=0&rev=11
This commit is contained in:
parent
293cb1be46
commit
0cd101ca2c
4
_service
4
_service
@ -3,7 +3,8 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/raspberrypi/rpi-eeprom.git</param>
|
||||
<param name="filename">raspberrypi-eeprom</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-pattern">v([0-9\.]{10})[0-9a-z]{5}(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1\2</param>
|
||||
<param name="versionformat">0.0~@PARENT_TAG@.@TAG_OFFSET@~g%h</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
@ -13,3 +14,4 @@
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
|
3
raspberrypi-eeprom-0.0~2020.09.03.65~gb9c255d.obscpio
Normal file
3
raspberrypi-eeprom-0.0~2020.09.03.65~gb9c255d.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b862eae9266d8dff666e5eb8942394a3a130b77df65538076deda0ab883180d
|
||||
size 26358797
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e49246fa9111b5cad3974ea9b9bea3fbc944a9a30ba75efb8ae29c2ab0c2b1d9
|
||||
size 26359309
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 28 16:05:58 UTC 2021 - Nicolas Patricio Saenz Julienne <nsaenzjulienne@suse.com>
|
||||
|
||||
- Remove VL805 firmware version from package version as it prevents it from
|
||||
incresing monotonically.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 28 13:55:46 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: raspberrypi-eeprom
|
||||
version: 0.0~2020.09.03138a1.65~gb9c255d
|
||||
version: 0.0~2020.09.03.65~gb9c255d
|
||||
mtime: 1611663989
|
||||
commit: b9c255df582b2c33a9af58d1973e83b3e8998f8f
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%endif
|
||||
|
||||
Name: raspberrypi-eeprom
|
||||
Version: 0.0~2020.09.03138a1.65~gb9c255d
|
||||
Version: 0.0~2020.09.03.65~gb9c255d
|
||||
Release: 0
|
||||
Summary: Raspberry Pi 4 EEPROM firmware
|
||||
License: SUSE-Firmware
|
||||
|
Loading…
Reference in New Issue
Block a user