enable riscv64 architecture

This commit is contained in:
Jingwiw 2023-08-04 15:35:09 +08:00
parent 206c821778
commit f42da83e1c

View File

@ -1,6 +1,6 @@
Name: dmidecode
Version: 3.4
Release: 3
Release: 4
Epoch: 1
Summary: DMI data report tool
@ -15,7 +15,7 @@ Patch6003: dmidecode-Do-not-let-dump-bin-overwrite-an-existing-.patch
BuildRequires: make gcc xz
ExclusiveArch: %{ix86} x86_64 ia64 aarch64 amd64 sw_64 loongarch64
ExclusiveArch: %{ix86} x86_64 ia64 aarch64 amd64 sw_64 loongarch64 riscv64
%description
Dmidecode reports information about your system's hardware as described
@ -53,6 +53,9 @@ make %{?_smp_mflags} CFLAGS="%{__global_cflags}" LDFLAGS="%{__global_ldflags}"
%{_mandir}/man8/*.8.gz
%changelog
* Fri Aug 04 2023 Jingwiw <wangjingwei@iscas.ac.cn> - 1:3.4-4
- enable riscv64 architecture
* Tue Apr 18 2023 Cunshu Ni <nicunshu@huawei.com> - 1:3.4-3
- fix CVE-2023-30630