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:
Peter Jones 2018-08-02 16:12:20 -04:00
parent e01902488c
commit 627591c8af

View File

@ -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}