2 Commits

Author SHA256 Message Date
ef47ca2555 Don't own %{lua_archdir} 2025-10-11 17:03:23 +02:00
4b11da5610 Add luajit version to _multibuild 2025-10-06 10:46:11 +02:00
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
<multibuild>
<package>luajit</package>
<package>lua51</package>
</multibuild>

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Oct 11 15:03:20 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Don't own %{lua_archdir}
-------------------------------------------------------------------
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de>

View File

@@ -56,8 +56,7 @@ mkdir -p %{buildroot}%{lua_archdir}
install bit.so %{buildroot}%{lua_archdir}
%files
%dir %{lua_archdir}
%{lua_archdir}/*
%{lua_archdir}/bit.so
%doc README
%changelog