Remove riscv64 from %qt5_qtwebengine_arches.
It doesn't compile anymore thus remove it to unblock other packages. Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
20826ccf18
commit
f573f04ea0
@ -5,5 +5,5 @@
|
||||
# # If you cannot get this package to build on your secondary architecure, please:
|
||||
# # * remove your architecture from this list AND
|
||||
# # * put #1298011 onto your ExcludeArch tracker.
|
||||
%qt5_qtwebengine_arches %{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el riscv64
|
||||
%qt5_qtwebengine_arches %{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el
|
||||
|
||||
|
5
qt5.spec
5
qt5.spec
@ -7,7 +7,7 @@
|
||||
Name: qt5
|
||||
# This version MUST remain in sync with Qt5 versions!
|
||||
Version: 5.15.15
|
||||
Release: 1%{?dist}
|
||||
Release: 1.0.riscv64%{?dist}
|
||||
Summary: Qt5 meta package
|
||||
License: GPL-3.0-only
|
||||
URL: https://getfedora.org/
|
||||
@ -191,6 +191,9 @@ echo "- Qt5 devel meta package" > %{buildroot}%{_docdir}/qt5-devel/README
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 16 2024 David Abdurachmanov <davidlt@rivosinc.com> - 5.15.15-1.0.riscv64
|
||||
- Remove riscv64 from %%qt5_qtwebengine_arches.
|
||||
|
||||
* Wed Sep 04 2024 Jan Grulich <jgrulich@redhat.com> - 5.15.15-1
|
||||
- 5.15.15
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user