From ba0ea2c7593bd145a0c060bdbe003832df1e6af94a0e6adcffbdd05766fd831f Mon Sep 17 00:00:00 2001 From: Matthias Brugger Date: Wed, 30 Oct 2024 14:22:15 +0000 Subject: [PATCH] - Use new version schema . - Update to version 20240926.102326.3 OBS-URL: https://build.opensuse.org/package/show/hardware/raspberrypi-rpiboot?expand=0&rev=12 --- .gitattributes | 26 ++++++++++++ .gitignore | 1 + _service | 14 +++++++ raspberrypi-rpiboot-0~git0.e5e4994.tar | 3 ++ raspberrypi-rpiboot-20240926.102326.3.tar | 3 ++ raspberrypi-rpiboot.changes | 43 ++++++++++++++++++++ raspberrypi-rpiboot.spec | 48 +++++++++++++++++++++++ 7 files changed, 138 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _service create mode 100644 raspberrypi-rpiboot-0~git0.e5e4994.tar create mode 100644 raspberrypi-rpiboot-20240926.102326.3.tar create mode 100644 raspberrypi-rpiboot.changes create mode 100644 raspberrypi-rpiboot.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9a75228 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,26 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.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-0~git0.e5e4994.tar filter=lfs diff=lfs merge=lfs -text +raspberrypi-rpiboot-20240926.102326.3.tar filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..72edccd --- /dev/null +++ b/_service @@ -0,0 +1,14 @@ + + + + + + git + https://github.com/raspberrypi/usbboot.git + raspberrypi-rpiboot + (.*)-(.*) + \1.\2 + @PARENT_TAG@.@TAG_OFFSET@ + + + diff --git a/raspberrypi-rpiboot-0~git0.e5e4994.tar b/raspberrypi-rpiboot-0~git0.e5e4994.tar new file mode 100644 index 0000000..9d298b4 --- /dev/null +++ b/raspberrypi-rpiboot-0~git0.e5e4994.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd163d218bb586fca87c0810fdc483bd60fa305ae988cec0667a39e04d162ff2 +size 36454400 diff --git a/raspberrypi-rpiboot-20240926.102326.3.tar b/raspberrypi-rpiboot-20240926.102326.3.tar new file mode 100644 index 0000000..a1e0a72 --- /dev/null +++ b/raspberrypi-rpiboot-20240926.102326.3.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0047501db9e24ebf54fafcc6ef2ec0cd14d7c654c7c4f8e29d39eea83a452a +size 372643840 diff --git a/raspberrypi-rpiboot.changes b/raspberrypi-rpiboot.changes new file mode 100644 index 0000000..133f997 --- /dev/null +++ b/raspberrypi-rpiboot.changes @@ -0,0 +1,43 @@ +------------------------------------------------------------------- +Fri Oct 25 14:57:26 UTC 2024 - Matthias Brugger + +- Use new version schema . +- Update to version 20240926.102326.3 + +------------------------------------------------------------------- +Tue Dec 21 17:01:58 UTC 2021 - Guillaume GARDET + +- Update to version e5e49940 + +------------------------------------------------------------------- +Sat Mar 13 09:51:25 UTC 2021 - Dirk Müller + +- remove libusb-compat - it only uses libusb-1.0 + +------------------------------------------------------------------- +Fri Jan 22 19:02:49 UTC 2021 - Jan Engelhardt + +- Generate monotonically increasing Version numbers + +------------------------------------------------------------------- +Fri Jan 22 07:32:07 UTC 2021 - Matthias Brugger + +- add support for CM4 (jsc#SLE-16895) + +------------------------------------------------------------------- +Tue Jun 9 16:12:22 UTC 2020 - Matthias Brugger + +- delete update_git.sh + +------------------------------------------------------------------- +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 (jsc#64380) + diff --git a/raspberrypi-rpiboot.spec b/raspberrypi-rpiboot.spec new file mode 100644 index 0000000..9d0fa6b --- /dev/null +++ b/raspberrypi-rpiboot.spec @@ -0,0 +1,48 @@ +# +# spec file for package raspberrypi-rpiboot +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: raspberrypi-rpiboot +Version: 20240926.102326.3 +Release: 0 +Summary: Raspberry Pi rpiboot tool +License: Apache-2.0 +Group: System/Management +URL: https://github.com/raspberrypi/usbboot.git +Source0: %{name}-%{version}.tar +BuildRequires: libusb-1_0-devel + +%description +The raspberrypi-usbboot allows you to flash the eMMC through an USB cable. + +%prep +%setup -q + +%build +%make_build + +%install +mkdir -p %{buildroot}%{_bindir} +install -c -m 0755 rpiboot %{buildroot}%{_bindir} + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%{_bindir}/rpiboot + +%changelog