From 627591c8afe2f8c71907ded5c5ba66a05ced081d Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 2 Aug 2018 16:12:20 -0400 Subject: [PATCH] Make -cdboot packages have file perms of 0755 This lets you use them for http(s) boot easier. Signed-off-by: Peter Jones --- grub.macros | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grub.macros b/grub.macros index 5d10cb0..d139096 100644 --- a/grub.macros +++ b/grub.macros @@ -548,7 +548,7 @@ touch ${RPM_BUILD_ROOT}/boot/%{name}/grub.cfg \ %endif} \ \ %{expand:%%files %{1}-cdboot} \ -%defattr(-,root,root,-) \ -%attr(0700,root,root)%{efi_esp_dir}/%{3} \ -%attr(0700,root,root)%{efi_esp_dir}/fonts \ +%defattr(0755,root,root,-) \ +%attr(0755,root,root)%{efi_esp_dir}/%{3} \ +%attr(0755,root,root)%{efi_esp_dir}/fonts \ %{nil}