Add riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-11-22 10:41:26 +02:00
parent 85767e1509
commit 65d8a8030f
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 7 additions and 4 deletions

View File

@ -18,17 +18,17 @@
%global enable_dummy 1
# fwupd.efi is only available on these arches
%ifarch x86_64 aarch64
%ifarch x86_64 aarch64 riscv64
%global have_uefi 1
%endif
# gpio.h is only available on these arches
%ifarch x86_64 aarch64
%ifarch x86_64 aarch64 riscv64
%global have_gpio 1
%endif
# flashrom is only available on these arches
%ifarch i686 x86_64 armv7hl aarch64 ppc64le
%ifarch i686 x86_64 armv7hl aarch64 ppc64le riscv64
%global have_flashrom 1
%endif
@ -54,7 +54,7 @@
Summary: Firmware update daemon
Name: fwupd
Version: 1.8.7
Release: 2%{?dist}
Release: 2.0.riscv64%{?dist}
License: LGPLv2+
URL: https://github.com/fwupd/fwupd
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
@ -431,6 +431,9 @@ done
%endif
%changelog
* Tue Nov 22 2022 David Abdurachmanov <davidlt@rivosinc.com> 1.8.7-2.0.riscv64
- Add riscv64
* Wed Nov 09 2022 Richard Hughes <richard@hughsie.com> 1.8.7-2
- Fix the lvfs-testing remote