1 |
# $Id: e-smith-grub.spec,v 1.2 2013/02/19 15:16:33 slords Exp $ |
# $Id: e-smith-grub.spec,v 1.3 2013/03/01 23:20:10 slords Exp $ |
2 |
|
|
3 |
Summary: e-smith module to configure grub |
Summary: e-smith module to configure grub |
4 |
%define name e-smith-grub |
%define name e-smith-grub |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.4.0 |
%define version 2.4.0 |
7 |
%define release 3 |
%define release 4 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Source1: smeserver.xpm.gz |
Source1: smeserver.xpm.gz |
14 |
Patch1: e-smith-grub-2.4.0-noplymouth.patch |
Patch1: e-smith-grub-2.4.0-noplymouth.patch |
15 |
|
Patch2: e-smith-grub-2.4.0-remove_motd_txt_from_grub_cfg.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
25 |
AutoReqProv: no |
AutoReqProv: no |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Wed Jan 20 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4.sme |
29 |
|
- Remove motd text from grub.cfg [SME: 9161] |
30 |
|
|
31 |
* Fri Mar 1 2013 Shad L. Lords <slords@mail.com> 2.4.0-3.sme |
* Fri Mar 1 2013 Shad L. Lords <slords@mail.com> 2.4.0-3.sme |
32 |
- Revert previous rhgb patch and disable plymouth [SME: 7354] |
- Revert previous rhgb patch and disable plymouth [SME: 7354] |
33 |
|
|
188 |
%prep |
%prep |
189 |
%setup |
%setup |
190 |
%patch1 -p1 |
%patch1 -p1 |
191 |
|
%patch2 -p1 |
192 |
cp %{SOURCE1} root/boot/grub/ |
cp %{SOURCE1} root/boot/grub/ |
193 |
|
|
194 |
%build |
%build |