1
0
Ana Guerrero 2024-09-10 19:13:11 +00:00 committed by Git OBS Bridge
commit 53261b56d7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 9 10:41:02 UTC 2024 - Ivan Ivanov <ivan.ivanov@suse.com>
- Completely delete strings command check. Fixes (bsc#1230279)
-------------------------------------------------------------------
Tue Sep 3 12:12:53 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -59,7 +59,7 @@ First stage bootloader fimware blobs for Raspberry Pi 4 and Pi 5
%autosetup -p1
# 'strings' not needed - https://github.com/raspberrypi/rpi-eeprom/commit/ef0cfffced1bbee8ae6755ddf58e478c3d8c8f05
sed -i 's/die "strings not found./#die "strings not found./' rpi-eeprom-update
sed -i '/if ! command -v strings/, /fi/d' rpi-eeprom-update
%build