7
0

5 Commits

3 changed files with 19 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
<multibuild>
<package>lua51</package>
<package>luajit</package>
<package>lua53</package>
<package>lua54</package>
<package>lua55</package>
<package>test</package>
</multibuild>

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jan 23 08:41:38 UTC 2026 - Matej Cepl <mcepl@cepl.eu>
- Fix file persmissions on alternate files.
-------------------------------------------------------------------
Fri Oct 24 14:50:38 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Switch off building lua51 build of the package.
-------------------------------------------------------------------
Mon Oct 20 18:23:18 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Add luajit version to _multibuild
-------------------------------------------------------------------
Wed Nov 23 10:41:52 UTC 2022 - Michal Suchanek <msuchanek@suse.com>

View File

@@ -113,8 +113,8 @@ busted
%{_bindir}/moonc
%{_bindir}/moonc-%{lua_version}
%{lua_noarchdir}/moon*
%ghost %{_sysconfdir}/alternatives/moon
%ghost %{_sysconfdir}/alternatives/moonc
%ghost %attr(0644,root,root) /etc/alternatives/moon
%ghost %attr(0644,root,root) /etc/alternatives/moonc
%endif
%changelog