Dominique Leuenberger 2021-03-15 09:56:39 +00:00 committed by Git OBS Bridge
commit 3d90015d36
3 changed files with 14 additions and 3 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,13 @@
-------------------------------------------------------------------
Sat Mar 13 09:51:25 UTC 2021 - Dirk Müller <dmueller@suse.com>
- remove libusb-compat - it only uses libusb-1.0
-------------------------------------------------------------------
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
@ -25,7 +25,6 @@ Group: System/Management
URL: https://github.com/raspberrypi/usbboot.git URL: https://github.com/raspberrypi/usbboot.git
Source0: %{name}-%{version}.tar Source0: %{name}-%{version}.tar
BuildRequires: libusb-1_0-devel BuildRequires: libusb-1_0-devel
BuildRequires: libusb-compat-devel
%description %description
The raspberrypi-usbboot allows you to flash the eMMC through an USB cable. The raspberrypi-usbboot allows you to flash the eMMC through an USB cable.