Allow building for riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
daadf4916d
commit
d8944ce6e3
@ -241,7 +241,7 @@
|
|||||||
|
|
||||||
Name: chromium%{chromium_channel}
|
Name: chromium%{chromium_channel}
|
||||||
Version: 114.0.5735.198
|
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
|
Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
|
||||||
Url: http://www.chromium.org/Home
|
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)
|
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
|
ExclusiveArch: x86_64
|
||||||
%else
|
%else
|
||||||
%if 0%{?fedora} > 32
|
%if 0%{?fedora} > 32
|
||||||
ExclusiveArch: x86_64 aarch64
|
ExclusiveArch: x86_64 aarch64 riscv64
|
||||||
%else
|
%else
|
||||||
ExclusiveArch: x86_64 aarch64
|
ExclusiveArch: x86_64 aarch64
|
||||||
%endif
|
%endif
|
||||||
@ -1647,6 +1647,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
|
|||||||
%{chromium_path}/chromedriver
|
%{chromium_path}/chromedriver
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jun 27 2023 Than Ngo <than@redhat.com> - 114.0.5735.198-1
|
||||||
- update to 114.0.5735.198
|
- update to 114.0.5735.198
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user