Accepting request 1219589 from hardware
OBS-URL: https://build.opensuse.org/request/show/1219589 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/raspberrypi-rpiboot?expand=0&rev=5
This commit is contained in:
commit
b279f27c51
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -22,4 +22,4 @@
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
## Specific LFS patterns
|
||||
raspberrypi-rpiboot-0~git0.e5e4994.tar filter=lfs diff=lfs merge=lfs -text
|
||||
raspberrypi-rpiboot-20240926.102326.3.tar filter=lfs diff=lfs merge=lfs -text
|
||||
|
7
_service
7
_service
@ -6,8 +6,9 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/raspberrypi/usbboot.git</param>
|
||||
<param name="filename">raspberrypi-rpiboot</param>
|
||||
<param name="parent-tag">e5e49940caf53b3c70b8167aa06234e5b215ea2c</param>
|
||||
<param name="versionformat">0~git@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">(.*)-(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1.\2</param>
|
||||
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled" />
|
||||
<service mode="disabled" name="set_version" />
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd163d218bb586fca87c0810fdc483bd60fa305ae988cec0667a39e04d162ff2
|
||||
size 36454400
|
3
raspberrypi-rpiboot-20240926.102326.3.tar
Normal file
3
raspberrypi-rpiboot-20240926.102326.3.tar
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c0047501db9e24ebf54fafcc6ef2ec0cd14d7c654c7c4f8e29d39eea83a452a
|
||||
size 372643840
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 25 14:57:26 UTC 2024 - Matthias Brugger <mbrugger@suse.com>
|
||||
|
||||
- Use new version schema <YYYYMMDD>.<HHMMSS>
|
||||
- Update to version 20240926.102326.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 21 17:01:58 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package raspberrypi-rpiboot
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: raspberrypi-rpiboot
|
||||
Version: 0~git0.e5e4994
|
||||
Version: 20240926.102326.3
|
||||
Release: 0
|
||||
Summary: Raspberry Pi rpiboot tool
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user