- Enable build for riscv64.

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=174
This commit is contained in:
Petr Tesařík 2023-11-15 14:00:55 +00:00 committed by Git OBS Bridge
parent 7af1061df7
commit 7717e0b0d7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 15 14:00:28 UTC 2023 - Petr Tesařík <petr@tesarici.cz>
- Enable build for riscv64.
-------------------------------------------------------------------
Wed Nov 15 12:29:49 UTC 2023 - Petr Tesařík <petr@tesarici.cz>

View File

@ -49,7 +49,7 @@ BuildRequires: snappy-devel
BuildRequires: xz-devel
BuildRequires: zlib-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 ppc64le s390x %{arm} aarch64
ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 ppc64le riscv64 s390x %{arm} aarch64
%if %{have_zstd}
BuildRequires: libzstd-devel
%endif