From 66fc9455702b8970f32989597bdeb3d3be8e90d77a5305a4876e297036a6ce48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Fri, 23 Jan 2026 09:41:54 +0100 Subject: [PATCH] fix file persmissions on alternate files --- lua-moonscript.changes | 5 +++++ lua-moonscript.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lua-moonscript.changes b/lua-moonscript.changes index 2c78de2..82b1ae1 100644 --- a/lua-moonscript.changes +++ b/lua-moonscript.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 23 08:41:38 UTC 2026 - Matej Cepl + +- Fix file persmissions on alternate files. + ------------------------------------------------------------------- Fri Oct 24 14:50:38 UTC 2025 - Matej Cepl diff --git a/lua-moonscript.spec b/lua-moonscript.spec index 1d06480..48a8d59 100644 --- a/lua-moonscript.spec +++ b/lua-moonscript.spec @@ -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