Disable LUA on riscv64
LuaJIT is not ported. Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
a9ff648a91
commit
fd0744047a
@ -1,4 +1,4 @@
|
||||
%ifarch %{power64} s390x
|
||||
%ifarch %{power64} s390x riscv64
|
||||
# LuaJIT is not available for POWER and IBM Z
|
||||
%bcond lua_scripting 0
|
||||
%else
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
Name: obs-studio
|
||||
Version: 30.1.1
|
||||
Release: 1%{?dist}
|
||||
Release: 1.0.riscv64%{?dist}
|
||||
Summary: Open Broadcaster Software Studio
|
||||
|
||||
# OBS itself is GPL-2.0-or-later, while various plugin dependencies are of various other licenses
|
||||
@ -377,6 +377,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainf
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Apr 14 2024 David Abdurachmanov <davidlt@rivosinc.com> - 30.1.1-1.0.riscv64
|
||||
- Disable LUA on riscv64
|
||||
|
||||
* Tue Apr 02 2024 Neal Gompa <ngompa@fedoraproject.org> - 30.1.1-1
|
||||
- Update to 30.1.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user