Accepting request 879111 from hardware
OBS-URL: https://build.opensuse.org/request/show/879111 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/raspberrypi-rpiboot?expand=0&rev=3
This commit is contained in:
commit
3d90015d36
4
_service
4
_service
@ -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>
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user