Make -cdboot packages have file perms of 0755
This lets you use them for http(s) boot easier. Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
e01902488c
commit
627591c8af
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user