SHA256
10
0
forked from pool/lua54

Compare commits

...

2 Commits

2 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
-------------------------------------------------------------------
Mon Aug 4 11:43:38 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
Tue Aug 5 07:22:18 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- lua54 should not conflict/provide lua symbol (bsc#1247521)
- 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,6 +51,7 @@ Patch6: shared_link.patch
# PATCH-FIX-UPSTREAM inspect errno only after failure
Patch8: execresult.patch
Patch100: upstream1.patch
Provides: lua = %{version}
Obsoletes: lua < %{version}
Provides: Lua(API) = %{major_version}
%if %{with libalternatives}
@@ -69,7 +70,6 @@ BuildRequires: lua54-devel
# Ensure we can build without $self
#!BuildIgnore: lua54
BuildRequires: libtool
BuildRequires: lua-macros
BuildRequires: pkgconfig
BuildRequires: readline-devel
%endif