1
0
Dominique Leuenberger 2022-03-08 19:32:26 +00:00 committed by Git OBS Bridge
commit ff86add0a8
7 changed files with 25 additions and 10 deletions

View File

@ -3,7 +3,7 @@
<param name="scm">git</param>
<param name="url">https://github.com/raspberrypi/rpi-eeprom.git</param>
<param name="filename">raspberrypi-eeprom</param>
<param name="revision">34b752e8be6ba41f27f0348a9711107946150c9a</param>
<param name="revision">c1c19fd4ba380a3e349791089701082cb51da39d</param>
<param name="versionrewrite-pattern">v([0-9\.]{10}).*</param>
<param name="versionformat">@PARENT_TAG@</param>
<!--

View File

@ -13,7 +13,7 @@ index 0a6ce5e..943d0dd 100755
--- a/rpi-eeprom-config
+++ b/rpi-eeprom-config
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
-#!/usr/bin/env python3
+#!/usr/bin/python3
"""

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed28b344eff15b8477c43eb0a112a5e01208cfdb358fadec7a60dc829b45e443
size 36033549

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e08d08db6364f5cdce098b97bc9bb1b6717a9dcf4b07b401703b3eef7b7fbd8
size 45966861

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Mar 8 12:28:21 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- 2022-01-25-vl805-000138a1:
- Interesting changes since the last default release:
* Support and bug fixes for all Compute Module variants.
* NVMe interoperability fixes
* FAT/GPT fixes and file-system performance improvements.
* Added secure-boot support for industrial applications
* Added ramdisk / boot.img - for RPIBOOT and secure-boot.
- Package rpi-eeprom-digest
- Refresh patch:
* dont-use-env.patch
-------------------------------------------------------------------
Wed Jun 30 12:19:25 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@ -1,5 +1,4 @@
name: raspberrypi-eeprom
version: 2021.04.29
mtime: 1619778271
commit: 34b752e8be6ba41f27f0348a9711107946150c9a
version: 2022.01.25
mtime: 1643130377
commit: c1c19fd4ba380a3e349791089701082cb51da39d

View File

@ -21,7 +21,7 @@
%endif
Name: raspberrypi-eeprom
Version: 2021.04.29
Version: 2022.01.25
Release: 0
Summary: Raspberry Pi 4 EEPROM firmware
License: SUSE-Firmware
@ -63,6 +63,7 @@ First stage bootloader fimware blobs for Raspberry Pi 4
%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 rpi-eeprom-config %{buildroot}%{_bindir}
install -m 0755 rpi-eeprom-digest %{buildroot}%{_bindir}
install -m 0755 rpi-eeprom-update %{buildroot}%{_bindir}
mkdir -p %{buildroot}/etc/default
install -m 644 rpi-eeprom-update-default %{buildroot}/etc/default/rpi-eeprom-update
@ -78,6 +79,7 @@ cp -a firmware/default %{buildroot}/%{_firmwaredir}/raspberrypi/bootloader
%files
%license LICENSE
%{_bindir}/rpi-eeprom-config
%{_bindir}/rpi-eeprom-digest
%{_bindir}/rpi-eeprom-update
%config /etc/default/rpi-eeprom-update