From afb29399ce14ec8ad15e56ceeadc7597aecab4ac Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Thu, 17 Nov 2022 13:53:22 +0200 Subject: [PATCH] Fix missing package description Signed-off-by: David Abdurachmanov --- uboot-tools.spec | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/uboot-tools.spec b/uboot-tools.spec index b9459ff..8c9d21b 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -77,6 +77,16 @@ BuildArch: noarch %description -n uboot-images-armv8 U-Boot firmware binaries for aarch64 boards %endif + +%ifarch riscv64 +%package -n uboot-images-riscv64 +Summary: u-boot bootloader images for riscv64 boards +Requires: uboot-tools +BuildArch: noarch + +%description -n uboot-images-riscv64 +u-boot bootloader binaries for riscv64 boards +%endif %endif %prep