From 77bdb01fcd30c05fd568e74c3d2af76629a5ac5f8d98e3e891c9c6a076088d77 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 4 Aug 2023 11:46:10 +0000 Subject: [PATCH] - Synchronize architectures where luajit is Required with those where it is build (riscv64 ppc64 ppc64le s390x). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lupa?expand=0&rev=28 --- python-lupa.changes | 6 ++++++ python-lupa.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-lupa.changes b/python-lupa.changes index 24b424f..b71fc1e 100644 --- a/python-lupa.changes +++ b/python-lupa.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 4 11:45:42 UTC 2023 - Matej Cepl + +- Synchronize architectures where luajit is Required with those + where it is build (riscv64 ppc64 ppc64le s390x). + ------------------------------------------------------------------- Sat Jun 10 17:17:28 UTC 2023 - ecsos diff --git a/python-lupa.spec b/python-lupa.spec index f4a5607..44f0a77 100644 --- a/python-lupa.spec +++ b/python-lupa.spec @@ -33,7 +33,8 @@ BuildRequires: python-rpm-macros BuildRequires: pkgconfig(lua) Suggests: lua %if 0%{suse_version} >= 1550 || 0%{?sle_version} >= 150400 -%ifnarch riscv64 s390x +# Synchronized with archs where luajit is build +%ifnarch riscv64 ppc64 ppc64le s390x BuildRequires: pkgconfig(luajit) %endif Recommends: luajit