1 |
# $Id: e-smith-grub.spec,v 1.8 2016/07/16 14:22:04 stephdl Exp $ |
# $Id: e-smith-grub.spec,v 1.9 2016/07/25 12:40:10 unnilennium 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 3 |
%define release 4 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
15 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
Patch0: e-smith-grub-2.6.1.bz9668.AddFullPath2GrubAction.patch |
Patch0: e-smith-grub-2.6.1.bz9668.AddFullPath2GrubAction.patch |
18 |
|
Patch1: e-smith-grub-2.6.0-bz10211-enableXFSquota.patch |
19 |
Requires: e-smith-lib >= 1.15.3-17 |
Requires: e-smith-lib >= 1.15.3-17 |
20 |
Requires: grub2 |
Requires: grub2 |
21 |
Provides: system-logos |
Provides: system-logos |
25 |
AutoReqProv: no |
AutoReqProv: no |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Wed Apr 05 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.1-4.sme |
29 |
|
- enable quota for groups and users with XFS [SME: 10211] |
30 |
|
|
31 |
* Mon Jul 25 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.1-3.sme |
* Mon Jul 25 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.1-3.sme |
32 |
- Koozali grub splash screen |
- Koozali grub splash screen |
33 |
|
|
214 |
%setup |
%setup |
215 |
cp %{SOURCE1} root/boot/grub |
cp %{SOURCE1} root/boot/grub |
216 |
%patch0 -p1 |
%patch0 -p1 |
217 |
|
%patch1 -p1 |
218 |
|
|
219 |
%build |
%build |
220 |
perl createlinks |
perl createlinks |