Accepting request 866111 from home:jengelh:branches:hardware

- Generate monotonically increasing Version numbers

OBS-URL: https://build.opensuse.org/request/show/866111
OBS-URL: https://build.opensuse.org/package/show/hardware/raspberrypi-rpiboot?expand=0&rev=8
This commit is contained in:
Matthias Brugger 2021-01-25 14:55:45 +00:00 committed by Git OBS Bridge
parent 31fd22c784
commit c1b0499a79
3 changed files with 9 additions and 2 deletions

View File

@ -6,6 +6,8 @@
<param name="scm">git</param> <param name="scm">git</param>
<param name="url">https://github.com/raspberrypi/usbboot.git</param> <param name="url">https://github.com/raspberrypi/usbboot.git</param>
<param name="filename">raspberrypi-rpiboot</param> <param name="filename">raspberrypi-rpiboot</param>
<param name="versionformat">%h</param> <param name="parent-tag">bae4aeb</param>
<param name="versionformat">0~git@TAG_OFFSET@.%h</param>
</service> </service>
<service name="set_version" mode="disabled" />
</services> </services>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 22 19:02:49 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Generate monotonically increasing Version numbers
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 22 07:32:07 UTC 2021 - Matthias Brugger <mbrugger@suse.com> Fri Jan 22 07:32:07 UTC 2021 - Matthias Brugger <mbrugger@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package raspberrypi-rpiboot # spec file for package raspberrypi-rpiboot
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed