SHA256
10
0
forked from pool/lua54

Compare commits

...

4 Commits

2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 5 07:22:18 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- interpreter should only provide, not conflict lua symbol
(bsc#1247521)
-------------------------------------------------------------------
Sat Jul 19 09:23:33 UTC 2025 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -51,7 +51,6 @@ Patch6: shared_link.patch
# PATCH-FIX-UPSTREAM inspect errno only after failure
Patch8: execresult.patch
Patch100: upstream1.patch
Conflicts: lua
Provides: lua = %{version}
Obsoletes: lua < %{version}
Provides: Lua(API) = %{major_version}
@@ -68,8 +67,9 @@ Requires(postun): update-alternatives
BuildRequires: lua54
BuildRequires: lua54-devel
%else
# Ensure we can build without $self
#!BuildIgnore: lua54
BuildRequires: libtool
BuildRequires: lua-macros
BuildRequires: pkgconfig
BuildRequires: readline-devel
%endif