Accepting request 811898 from home:mbrugger
- add source service - add version c650cd7 * fix build warning Needed by jsc#64380 OBS-URL: https://build.opensuse.org/request/show/811898 OBS-URL: https://build.opensuse.org/package/show/hardware/raspberrypi-rpiboot?expand=0&rev=2
This commit is contained in:
parent
9f4a44f932
commit
77d8b40ca5
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -21,3 +21,5 @@
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
## Specific LFS patterns
|
||||
raspberrypi-rpiboot-c650cd7.tar filter=lfs diff=lfs merge=lfs -text
|
||||
|
11
_service
Normal file
11
_service
Normal file
@ -0,0 +1,11 @@
|
||||
<!-- See https://en.opensuse.org/openSUSE:Build_Service_Concept_SourceService -->
|
||||
<!-- for more details on the syntax -->
|
||||
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/raspberrypi/usbboot.git</param>
|
||||
<param name="filename">raspberrypi-rpiboot</param>
|
||||
<param name="versionformat">%h</param>
|
||||
</service>
|
||||
</services>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ab75deadfc55d7552b7b5839f91f88b93b7ae4cf556a1c55887e7331354fe92
|
||||
size 14110686
|
3
raspberrypi-rpiboot-c650cd7.tar
Normal file
3
raspberrypi-rpiboot-c650cd7.tar
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9f28c684bffbc2af9d8e5e509cf82aa58aa9fe9a7b24bf9a799ae3d969e27b5
|
||||
size 17582080
|
@ -1,5 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 5 11:28:52 UTC 2020 - Matthias Brugger <mbrugger@suse.com>
|
||||
|
||||
- add source service
|
||||
- add version c650cd7
|
||||
* fix build warning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 5 10:18:47 UTC 2020 - Matthias Brugger <mbrugger@suse.com>
|
||||
|
||||
- add version 78
|
||||
- add version 78 (jsc#64380)
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: raspberrypi-rpiboot
|
||||
Version: 78
|
||||
Version: c650cd7
|
||||
Release: 0
|
||||
Summary: Raspberry Pi rpiboot tool
|
||||
License: GPL-2.0-only
|
||||
Group: System/Management
|
||||
URL: https://github.com/raspberrypi/usbboot.git
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source0: %{name}-%{version}.tar
|
||||
Source1: update_git.sh
|
||||
BuildRequires: libusb-1_0-devel
|
||||
BuildRequires: libusb-compat-devel
|
||||
@ -45,6 +45,6 @@ install -c -m 0755 rpiboot %{buildroot}%{_bindir}
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%verify(not mode caps) %{_bindir}/rpiboot
|
||||
%{_bindir}/rpiboot
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user