1 |
|
# $Id$ |
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 1.0.0 |
%define version 2.0.0 |
7 |
%define release 5 |
%define release 1 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
Patch0: e-smith-grub-1.0.0-NoGrubInstallRAID.patch |
Source1: smeserver.xpm.gz |
|
Patch1: e-smith-grub-1.0.0-NoGrubInstallRAID.patch2 |
|
|
Patch2: e-smith-grub-1.0.0-updatekernel.patch |
|
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
AutoReqProv: no |
AutoReqProv: no |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
27 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
28 |
|
|
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 |
33 |
|
- Add smeserver splash screen for grub [SME: 3152] |
34 |
|
|
35 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
36 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
37 |
|
|
170 |
|
|
171 |
%prep |
%prep |
172 |
%setup |
%setup |
173 |
%patch0 -p1 |
cp %{SOURCE1} root/boot/grub/ |
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
174 |
|
|
175 |
%build |
%build |
176 |
perl createlinks |
perl createlinks |