Disable kexec-tools for RISC-V (riscv64)
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
parent
5b22a702c2
commit
4f20eac831
@ -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 <david.abdurachmanov@gmail.com> - 29.24.3-2.0.riscv64
|
||||
- Disable kexec-tools on RISC-V (riscv64)
|
||||
|
||||
* Tue Oct 02 2018 Adam Williamson <awilliam@redhat.com> - 29.24.3-2
|
||||
- Backport #1627 to fix DNF 3.6 compat (#1595917)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user