From c659164018629f177631bdac3e57e8962ac3f532 Mon Sep 17 00:00:00 2001 From: Koichiro Iwao Date: Fri, 14 Feb 2025 16:18:07 +0900 Subject: [PATCH] xxd is provided as a separate package from vim from 10 --- SPECS/rpi-eeprom.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SPECS/rpi-eeprom.spec b/SPECS/rpi-eeprom.spec index 81f7553..5cf92ca 100644 --- a/SPECS/rpi-eeprom.spec +++ b/SPECS/rpi-eeprom.spec @@ -21,8 +21,11 @@ Requires: openssl Requires: pciutils Requires: python3 Requires: raspberrypi-userland -# Required for xxd +%if 0%{?rhel} >= 10 +Requires: xxd +%else Requires: vim-common +%endif Requires: rpi-eeprom-firmware = %{version}-%{release} %description