--- rpms/e-smith-grub/sme10/e-smith-grub.spec 2016/07/16 14:22:04 1.8 +++ rpms/e-smith-grub/sme10/e-smith-grub.spec 2021/02/19 04:24:52 1.15 @@ -1,20 +1,26 @@ -# $Id: e-smith-grub.spec,v 1.7 2016/06/15 20:55:20 stephdl Exp $ +# $Id: e-smith-grub.spec,v 1.14 2021/02/17 22:49:44 chrissn Exp $ Summary: e-smith module to configure grub2 %define name e-smith-grub Name: %{name} %define version 2.6.1 -%define release 2 +%define release 9 Version: %{version} Release: %{release}%{?dist} License: GPL Group: Networking/Daemons Source: %{name}-%{version}.tar.xz Source1: smeserver10.png +Source2: koozali.tar.xz BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildRequires: e-smith-devtools BuildArchitectures: noarch Patch0: e-smith-grub-2.6.1.bz9668.AddFullPath2GrubAction.patch +Patch1: e-smith-grub-2.6.0-bz10211-enableXFSquota.patch +Patch2: e-smith-grub-2.6.1.bz9728.AddGrubThemeKoozali.patch +Patch3: e-smith-grub-2.6.1-bz11137-update.patch +Patch4: e-smith-grub-2.6.1-efi.patch + Requires: e-smith-lib >= 1.15.3-17 Requires: grub2 Provides: system-logos @@ -24,6 +30,27 @@ Obsoletes: lilo AutoReqProv: no %changelog +* Thu Feb 18 2021 Jean-Philipe Pialasse 2.6.1-9.sme +- cleanup remove /boot/grub dir [SME: 11354] + +* Wed Jan 17 2021 Chris Sansom-Ninnes 2.6.1-8.sme +- Add support for EFI systems [SME: 10998] + +* Wed Jan 06 2021 Jean-Philipe Pialasse 2.6.1-7.sme +- add update event [SME: 11137] + +* Thu May 25 2017 Jean-Philipe Pialasse 2.6.1-6.sme +- rebuild for file ownership conflict [SME: 10325] + +* Thu May 11 2017 Jean-Philipe Pialasse 2.6.1-5.sme +- fix edition and consol grub terminal not visible because of koozali logo [SME: 9728] + +* Wed Apr 05 2017 Jean-Philipe Pialasse 2.6.1-4.sme +- enable quota for groups and users with XFS [SME: 10211] + +* Mon Jul 25 2016 Jean-Philipe Pialasse 2.6.1-3.sme +- Koozali grub splash screen + * Sat Jul 16 2016 stephane de Labrusse 2.6.1-2.sme - Write the full path for the grub Action [SME: 9668] - Added e-smith-grub-2.6.1.bz9668.AddFullPath2GrubAction.patch @@ -205,8 +232,16 @@ e-smith server enhancement to grub bootl %prep %setup -cp %{SOURCE1} root/boot/grub +mkdir -p root/boot/grub2/themes +cp %{SOURCE1} root/boot/grub2 +%setup -T -D -a 2 +mv koozali root/boot/grub2/themes/ %patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 +rm -rf root/boot/grub %build perl createlinks