mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-29 07:58:18 +00:00
Bring back the font because everything is pain
This commit is contained in:
parent
27a1c2a336
commit
8644ec255a
2 changed files with 8 additions and 1 deletions
|
@ -529,6 +529,8 @@ install -m 700 %{3} $RPM_BUILD_ROOT%{efi_esp_dir}/%{3} \
|
||||||
%ifarch %{arm} \
|
%ifarch %{arm} \
|
||||||
install -D -m 700 %{2} $RPM_BUILD_ROOT%{efi_esp_boot}/BOOTARM.EFI \
|
install -D -m 700 %{2} $RPM_BUILD_ROOT%{efi_esp_boot}/BOOTARM.EFI \
|
||||||
%endif \
|
%endif \
|
||||||
|
install -D -m 700 unicode.pf2 \\\
|
||||||
|
${RPM_BUILD_ROOT}/boot/grub2/fonts/unicode.pf2 \
|
||||||
${RPM_BUILD_ROOT}/%{_bindir}/grub2-editenv \\\
|
${RPM_BUILD_ROOT}/%{_bindir}/grub2-editenv \\\
|
||||||
${RPM_BUILD_ROOT}/boot/grub2/grubenv create \
|
${RPM_BUILD_ROOT}/boot/grub2/grubenv create \
|
||||||
%{expand:%%do_install_protected_file grub2-%{package_arch}} \
|
%{expand:%%do_install_protected_file grub2-%{package_arch}} \
|
||||||
|
@ -626,6 +628,7 @@ ln -s ../boot/grub2/grub.cfg \\\
|
||||||
%ifarch %{arm} \
|
%ifarch %{arm} \
|
||||||
%attr(0700,root,root) %verify(not mtime) %{efi_esp_boot}/BOOTARM.EFI \
|
%attr(0700,root,root) %verify(not mtime) %{efi_esp_boot}/BOOTARM.EFI \
|
||||||
%endif \
|
%endif \
|
||||||
|
%attr(0700,root,root)/boot/grub2/fonts \
|
||||||
%dir %attr(0700,root,root)/boot/loader/entries \
|
%dir %attr(0700,root,root)/boot/loader/entries \
|
||||||
%ghost %config(noreplace) %attr(0700,root,root)/boot/grub2/grub.cfg \
|
%ghost %config(noreplace) %attr(0700,root,root)/boot/grub2/grub.cfg \
|
||||||
%ghost %config(noreplace) %verify(not mtime) %attr(0700,root,root)%{efi_esp_dir}/grub.cfg \
|
%ghost %config(noreplace) %verify(not mtime) %attr(0700,root,root)%{efi_esp_dir}/grub.cfg \
|
||||||
|
@ -647,4 +650,5 @@ ln -s ../boot/grub2/grub.cfg \\\
|
||||||
%{expand:%%files %{1}-cdboot} \
|
%{expand:%%files %{1}-cdboot} \
|
||||||
%defattr(-,root,root,-) \
|
%defattr(-,root,root,-) \
|
||||||
%attr(0700,root,root) %verify(not mtime) %{efi_esp_dir}/%{3} \
|
%attr(0700,root,root) %verify(not mtime) %{efi_esp_dir}/%{3} \
|
||||||
|
%attr(0700,root,root)/boot/grub2/fonts \
|
||||||
%{nil}
|
%{nil}
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
Name: grub2
|
Name: grub2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.06
|
Version: 2.06
|
||||||
Release: 56%{?dist}
|
Release: 57%{?dist}
|
||||||
Summary: Bootloader with support for Linux, Multiboot and more
|
Summary: Bootloader with support for Linux, Multiboot and more
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.gnu.org/software/grub/
|
URL: http://www.gnu.org/software/grub/
|
||||||
|
@ -531,6 +531,9 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 23 2022 Robbie Harwood <rharwood@redhat.com> - 2.06-57
|
||||||
|
- Temporarily restore the font because everything is pain
|
||||||
|
|
||||||
* Tue Nov 22 2022 Robbie Harwood <rharwood@redhat.com> - 2.06-56
|
* Tue Nov 22 2022 Robbie Harwood <rharwood@redhat.com> - 2.06-56
|
||||||
- Bundle unicode.pf2 with images
|
- Bundle unicode.pf2 with images
|
||||||
- Resolves: #2143725
|
- Resolves: #2143725
|
||||||
|
|
Loading…
Reference in a new issue