1 |
# $Id: e-smith-grub.spec,v 1.13 2021/01/06 19:43:50 jpp Exp $ |
# $Id: e-smith-grub.spec,v 1.15 2021/02/19 04:24:52 jpp Exp $ |
2 |
|
|
3 |
Summary: e-smith module to configure grub2 |
Summary: e-smith module to configure grub2 |
4 |
%define name e-smith-grub |
%define name e-smith-grub |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.1 |
%define version 2.6.1 |
7 |
%define release 8 |
%define release 10 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
20 |
Patch2: e-smith-grub-2.6.1.bz9728.AddGrubThemeKoozali.patch |
Patch2: e-smith-grub-2.6.1.bz9728.AddGrubThemeKoozali.patch |
21 |
Patch3: e-smith-grub-2.6.1-bz11137-update.patch |
Patch3: e-smith-grub-2.6.1-bz11137-update.patch |
22 |
Patch4: e-smith-grub-2.6.1-efi.patch |
Patch4: e-smith-grub-2.6.1-efi.patch |
23 |
|
Patch5: e-smith-grub-2.6.1-bz11365-unabletobootext4rootfs.patch |
24 |
|
|
25 |
Requires: e-smith-lib >= 1.15.3-17 |
Requires: e-smith-lib >= 1.15.3-17 |
26 |
Requires: grub2 |
Requires: grub2 |
31 |
AutoReqProv: no |
AutoReqProv: no |
32 |
|
|
33 |
%changelog |
%changelog |
34 |
|
* Sat Feb 20 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.1-10.sme |
35 |
|
- fix unable to boot on a non xfs root filesystem [SME: 11365] |
36 |
|
|
37 |
|
* Thu Feb 18 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.1-9.sme |
38 |
|
- cleanup remove /boot/grub dir [SME: 11354] |
39 |
|
|
40 |
* Wed Jan 17 2021 Chris Sansom-Ninnes <chris@sansom.ninnes.net> 2.6.1-8.sme |
* Wed Jan 17 2021 Chris Sansom-Ninnes <chris@sansom.ninnes.net> 2.6.1-8.sme |
41 |
- Add support for EFI systems [SME: 10998] |
- Add support for EFI systems [SME: 10998] |
42 |
|
|
245 |
%patch2 -p1 |
%patch2 -p1 |
246 |
%patch3 -p1 |
%patch3 -p1 |
247 |
%patch4 -p1 |
%patch4 -p1 |
248 |
|
rm -rf root/boot/grub |
249 |
|
%patch5 -p1 |
250 |
|
|
251 |
%build |
%build |
252 |
perl createlinks |
perl createlinks |