[packages/systemd] kernel-install plugins have to be executable otherwise they won't run
bszx
bszx at pld-linux.org
Sun Dec 29 11:27:04 CET 2024
commit 5d5fe7f8d5fcf2b8ff23b3344b8ef6ff3c78d28e
Author: Bartek Szady <bszx at bszx.eu>
Date: Sun Dec 29 10:11:22 2024 +0100
kernel-install plugins have to be executable otherwise they won't run
systemd.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index f326c13..e582862 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -1435,9 +1435,9 @@ fi
%{_prefix}/lib/environment.d/99-environment.conf
%dir %{_prefix}/lib/kernel
%dir %{_prefix}/lib/kernel/install.d
-%{_prefix}/lib/kernel/install.d/50-depmod.install
-%{_prefix}/lib/kernel/install.d/90-loaderentry.install
-%{_prefix}/lib/kernel/install.d/90-uki-copy.install
+%attr(755,root,root) %{_prefix}/lib/kernel/install.d/50-depmod.install
+%attr(755,root,root) %{_prefix}/lib/kernel/install.d/90-loaderentry.install
+%attr(755,root,root) %{_prefix}/lib/kernel/install.d/90-uki-copy.install
%if %{with efi}
%dir %{_prefix}/lib/systemd/boot
%dir %{_prefix}/lib/systemd/boot/efi
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/systemd.git/commitdiff/5d5fe7f8d5fcf2b8ff23b3344b8ef6ff3c78d28e
More information about the pld-cvs-commit
mailing list