From 5a6954449f489b941a910aedfcf206c7c52136dd Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 26 Sep 2023 17:29:08 +0300 Subject: [PATCH] Update BRs for riscv64 Signed-off-by: David Abdurachmanov --- grubby.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/grubby.spec b/grubby.spec index af0bbdc..2f173a2 100644 --- a/grubby.spec +++ b/grubby.spec @@ -3,7 +3,7 @@ Name: grubby Version: 8.40 -Release: 72%{?dist} +Release: 72.0.riscv64%{?dist} Summary: Command line tool for updating bootloader configs License: GPLv2+ Source1: grubby-bls @@ -21,7 +21,7 @@ BuildRequires: pkgconfig BuildRequires: popt-devel BuildRequires: rpm-devel BuildRequires: sed -%ifarch aarch64 x86_64 %{power64} +%ifarch aarch64 x86_64 %{power64} riscv64 BuildRequires: grub2-tools-minimal Requires: grub2-tools-minimal Requires: grub2-tools @@ -74,6 +74,9 @@ fi %{_mandir}/man8/grubby.8* %changelog +* Tue Sep 26 2023 David Abdurachmanov - 8.40-72.0.riscv64 +- Update BRs for riscv64 + * Mon Sep 11 2023 Zbigniew Jedrzejewski-Szmek - 8.40-72 - Drop installkernel so that it can be provided by systemd