forked from pool/raspberrypi-eeprom
Guillaume GARDET
4c8c73e0b7
- 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 OBS-URL: https://build.opensuse.org/request/show/960227 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/raspberrypi-eeprom?expand=0&rev=19
24 lines
602 B
Diff
24 lines
602 B
Diff
From e28936a8fa34346727b229e7366960e508545cf0 Mon Sep 17 00:00:00 2001
|
|
From: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
|
|
Date: Fri, 22 Jan 2021 17:08:46 +0100
|
|
Subject: [PATCH] Avoid using env so rpm catches the python dependency
|
|
|
|
Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
|
|
---
|
|
rpi-eeprom-config | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/rpi-eeprom-config b/rpi-eeprom-config
|
|
index 0a6ce5e..943d0dd 100755
|
|
--- a/rpi-eeprom-config
|
|
+++ b/rpi-eeprom-config
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python3
|
|
+#!/usr/bin/python3
|
|
|
|
"""
|
|
rpi-eeprom-config
|
|
--
|
|
2.30.0
|
|
|