From 77d8b40ca5e070ca98bcc8e408842d98c6085f91b928c1dd137b2f3234410884 Mon Sep 17 00:00:00 2001 From: Matthias Brugger Date: Tue, 9 Jun 2020 08:56:09 +0000 Subject: [PATCH] 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 --- .gitattributes | 2 ++ _service | 11 +++++++++++ raspberrypi-rpiboot-78.tar.gz | 3 --- raspberrypi-rpiboot-c650cd7.tar | 3 +++ raspberrypi-rpiboot.changes | 9 ++++++++- raspberrypi-rpiboot.spec | 6 +++--- 6 files changed, 27 insertions(+), 7 deletions(-) create mode 100644 _service delete mode 100644 raspberrypi-rpiboot-78.tar.gz create mode 100644 raspberrypi-rpiboot-c650cd7.tar diff --git a/.gitattributes b/.gitattributes index 9b03811..4a0d49f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/_service b/_service new file mode 100644 index 0000000..5879672 --- /dev/null +++ b/_service @@ -0,0 +1,11 @@ + + + + + + git + https://github.com/raspberrypi/usbboot.git + raspberrypi-rpiboot + %h + + diff --git a/raspberrypi-rpiboot-78.tar.gz b/raspberrypi-rpiboot-78.tar.gz deleted file mode 100644 index 950f91f..0000000 --- a/raspberrypi-rpiboot-78.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ab75deadfc55d7552b7b5839f91f88b93b7ae4cf556a1c55887e7331354fe92 -size 14110686 diff --git a/raspberrypi-rpiboot-c650cd7.tar b/raspberrypi-rpiboot-c650cd7.tar new file mode 100644 index 0000000..1bee15e --- /dev/null +++ b/raspberrypi-rpiboot-c650cd7.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f28c684bffbc2af9d8e5e509cf82aa58aa9fe9a7b24bf9a799ae3d969e27b5 +size 17582080 diff --git a/raspberrypi-rpiboot.changes b/raspberrypi-rpiboot.changes index 97eb450..65c73f8 100644 --- a/raspberrypi-rpiboot.changes +++ b/raspberrypi-rpiboot.changes @@ -1,5 +1,12 @@ +------------------------------------------------------------------- +Fri Jun 5 11:28:52 UTC 2020 - Matthias Brugger + +- add source service +- add version c650cd7 + * fix build warning + ------------------------------------------------------------------- Tue May 5 10:18:47 UTC 2020 - Matthias Brugger -- add version 78 +- add version 78 (jsc#64380) diff --git a/raspberrypi-rpiboot.spec b/raspberrypi-rpiboot.spec index 4586b3a..29dfcae 100644 --- a/raspberrypi-rpiboot.spec +++ b/raspberrypi-rpiboot.spec @@ -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