Add the .img files into grub2-pc-modules (and all legacy variants)
autoqa is seeing a failure that looks like: 13:50:17,909 INF program: grub2-install: error: cannot open `/usr/lib/grub/i386-pc/lzma_decompress.img': No such file or directory. And it's because the .img files are currently excluded. So put them back. Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
3619a3f545
commit
31ea67e0aa
@ -442,7 +442,7 @@ touch ${RPM_BUILD_ROOT}/boot/%{name}/grub.cfg \
|
|||||||
%dir %{_libdir}/grub/%{2}/ \
|
%dir %{_libdir}/grub/%{2}/ \
|
||||||
%{_libdir}/grub/%{2}/* \
|
%{_libdir}/grub/%{2}/* \
|
||||||
%exclude %{_libdir}/grub/%{2}/*.module \
|
%exclude %{_libdir}/grub/%{2}/*.module \
|
||||||
%exclude %{_libdir}/grub/%{2}/{boot,boot_hybrid,cdboot,diskboot,lzma_decompress,pxeboot}.{image,img} \
|
%exclude %{_libdir}/grub/%{2}/{boot,boot_hybrid,cdboot,diskboot,lzma_decompress,pxeboot}.image \
|
||||||
%exclude %{_libdir}/grub/%{2}/*.o \
|
%exclude %{_libdir}/grub/%{2}/*.o \
|
||||||
%{nil}
|
%{nil}
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Name: grub2
|
Name: grub2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.02
|
Version: 2.02
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: Bootloader with support for Linux, Multiboot and more
|
Summary: Bootloader with support for Linux, Multiboot and more
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -492,6 +492,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 18 2017 Peter Jones <pjones@redhat.com> - 2.02-10
|
||||||
|
- Add the .img files into grub2-pc-modules (and all legacy variants)
|
||||||
|
|
||||||
* Wed Aug 16 2017 Peter Jones <pjones@redhat.com> - 2.02-9
|
* Wed Aug 16 2017 Peter Jones <pjones@redhat.com> - 2.02-9
|
||||||
- Re-work for ia32-efi.
|
- Re-work for ia32-efi.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user