2 |
%define name e-smith-grub |
%define name e-smith-grub |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.0.0 |
%define version 1.0.0 |
5 |
%define release 6 |
%define release 7 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
13 |
Patch1: e-smith-grub-1.0.0-NoGrubInstallRAID.patch2 |
Patch1: e-smith-grub-1.0.0-NoGrubInstallRAID.patch2 |
14 |
Patch2: e-smith-grub-1.0.0-updatekernel.patch |
Patch2: e-smith-grub-1.0.0-updatekernel.patch |
15 |
Patch3: e-smith-grub-1.0.0-splash.patch |
Patch3: e-smith-grub-1.0.0-splash.patch |
16 |
|
Patch4: e-smith-grub-1.0.0-updateCentOS.patch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
26 |
AutoReqProv: no |
AutoReqProv: no |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Fri Mar 21 2008 Shad L. Lords <slords@mail.com> 1.0.0-7 |
30 |
|
- Fix up CentOS titles in grub.conf [SME: 4084] |
31 |
|
|
32 |
* Fri Jul 13 2007 Shad L. Lords <slords@mail.com> 1.0.0-6 |
* Fri Jul 13 2007 Shad L. Lords <slords@mail.com> 1.0.0-6 |
33 |
- Add smeserver splash screen for grub [SME: 3152] |
- Add smeserver splash screen for grub [SME: 3152] |
34 |
|
|
175 |
%patch1 -p1 |
%patch1 -p1 |
176 |
%patch2 -p1 |
%patch2 -p1 |
177 |
%patch3 -p1 |
%patch3 -p1 |
178 |
|
%patch4 -p1 |
179 |
|
|
180 |
%build |
%build |
181 |
perl createlinks |
perl createlinks |