Add support for RISC-V (riscv64)

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2019-11-06 18:26:29 +02:00
parent c175f0be00
commit 9ddf479292
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Summary: System performance benchmark
Name: sysbench
Version: 1.0.17
Release: 3%{?dist}
Release: 3.0.riscv64%{?dist}
License: GPLv2+
Source0: https://github.com/akopytov/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
URL: https://github.com/akopytov/sysbench/
@ -36,7 +36,7 @@ BuildRequires: postgresql-devel
%if 0%{?el6} || 0%{?el7}
ExclusiveArch: %{arm} %{ix86} x86_64 %{mips}
%else
ExclusiveArch: %{arm} %{ix86} x86_64 %{mips} aarch64
ExclusiveArch: %{arm} %{ix86} x86_64 %{mips} aarch64 riscv64
%endif
@ -104,6 +104,9 @@ rm t/opt_report_interval.t
%changelog
* Wed Nov 06 2019 David Abdurachmanov <david.abdurachmanov@sifive.com> - 1.0.17-3.0.riscv64
- Add support for RISC-V (riscv64)
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.17-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild