From 4f20eac83142dd19fb568a7dc4ce3c906648d756 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 5 Oct 2018 22:10:33 +0300 Subject: [PATCH] Disable kexec-tools for RISC-V (riscv64) Signed-off-by: David Abdurachmanov --- anaconda.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 4dd6909..2b42292 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -7,7 +7,7 @@ Summary: Graphical system installer Name: anaconda Version: 29.24.3 -Release: 2%{?dist} +Release: 2.0.riscv64%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -170,7 +170,9 @@ Requires: hfsplus-tools %endif %endif # kexec support +%ifnarch riscv64 Requires: kexec-tools +%endif Requires: createrepo_c # run's on TTY1 in install env Requires: tmux @@ -353,6 +355,9 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Oct 05 2018 David Abdurachmanov - 29.24.3-2.0.riscv64 +- Disable kexec-tools on RISC-V (riscv64) + * Tue Oct 02 2018 Adam Williamson - 29.24.3-2 - Backport #1627 to fix DNF 3.6 compat (#1595917)