From a14f8814995104da20f520e6c9dd91386b21f96d5ef4e67f24b8e9c9061aafc8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 1 Jul 2021 17:14:10 +0000 Subject: [PATCH] Accepting request 903471 from openSUSE:Factory:RISCV - Force use of lua5.1, lua5.4 is not supported OBS-URL: https://build.opensuse.org/request/show/903471 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lupa?expand=0&rev=15 --- python-lupa.changes | 5 +++++ python-lupa.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-lupa.changes b/python-lupa.changes index 146988d..ffb56ee 100644 --- a/python-lupa.changes +++ b/python-lupa.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 1 14:56:37 UTC 2021 - Andreas Schwab + +- Force use of lua5.1, lua5.4 is not supported + ------------------------------------------------------------------- Tue May 25 09:45:01 UTC 2021 - pgajdos@suse.com diff --git a/python-lupa.spec b/python-lupa.spec index 84e7121..50d48b4 100644 --- a/python-lupa.spec +++ b/python-lupa.spec @@ -30,7 +30,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: python-rpm-macros -BuildRequires: pkgconfig(lua) +BuildRequires: pkgconfig(lua5.1) Recommends: luajit Suggests: lua %ifnarch riscv64