From 7c6edd836b70de181154ab95ccaa5caa5c0a463e Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 23 Nov 2022 10:48:22 +0200 Subject: [PATCH] Add riscv64 Signed-off-by: David Abdurachmanov --- extlinux-bootloader.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/extlinux-bootloader.spec b/extlinux-bootloader.spec index 2792118..acd190e 100644 --- a/extlinux-bootloader.spec +++ b/extlinux-bootloader.spec @@ -1,6 +1,6 @@ Name: extlinux-bootloader Version: 1.2 -Release: 15%{?dist} +Release: 15.0.riscv64%{?dist} Summary: The EXTLINUX bootloader framework, for booting the local system License: GPLv2+ @@ -12,7 +12,7 @@ Requires: grubby-deprecated %endif Provides: syslinux-extlinux -ExclusiveArch: %{arm} aarch64 +ExclusiveArch: %{arm} aarch64 riscv64 %description The EXTLINUX bootloader framework, for booting the local system. @@ -41,6 +41,9 @@ install -p %{SOURCE1} %{buildroot}%{_sbindir}/extlinux %changelog +* Wed Nov 23 2022 David Abdurachmanov - 1.2-15.0.riscv64 +- Add riscv64 + * Thu Jan 20 2022 Fedora Release Engineering - 1.2-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild