Allow building for riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-07-06 12:57:16 +03:00
parent daadf4916d
commit d8944ce6e3
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 2 deletions

View File

@ -241,7 +241,7 @@
Name: chromium%{chromium_channel}
Version: 114.0.5735.198
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
Url: http://www.chromium.org/Home
License: BSD-3-Clause AND LGPL-2.1-or-later AND Apache-2.0 AND IJG AND MIT AND GPL-2.0-or-later AND ISC AND OpenSSL AND (MPL-1.1 OR GPL-2.0-only OR LGPL-2.0-only)
@ -678,7 +678,7 @@ Requires: chromium-common%{_isa} = %{version}-%{release}
ExclusiveArch: x86_64
%else
%if 0%{?fedora} > 32
ExclusiveArch: x86_64 aarch64
ExclusiveArch: x86_64 aarch64 riscv64
%else
ExclusiveArch: x86_64 aarch64
%endif
@ -1647,6 +1647,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%{chromium_path}/chromedriver
%changelog
* Thu Jul 06 2023 David Abdurachmanov <davidlt@rivosinc.com> - 114.0.5735.198-1.0.riscv64
- Add riscv64 to support arches Fedora 33+
* Tue Jun 27 2023 Than Ngo <than@redhat.com> - 114.0.5735.198-1
- update to 114.0.5735.198