1 |
# $Id: e-smith-grub.spec,v 1.1 2013/01/31 23:04:03 slords Exp $ |
# $Id: e-smith-grub.spec,v 1.2 2013/02/19 15:16:33 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 2 |
%define release 3 |
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.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Source1: smeserver.xpm.gz |
Source1: smeserver.xpm.gz |
14 |
Patch1: e-smith-grub-2.4.0-rhgb.patch |
Patch1: e-smith-grub-2.4.0-noplymouth.patch |
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
24 |
AutoReqProv: no |
AutoReqProv: no |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Fri Mar 1 2013 Shad L. Lords <slords@mail.com> 2.4.0-3.sme |
28 |
|
- Revert previous rhgb patch and disable plymouth [SME: 7354] |
29 |
|
|
30 |
* Tue Feb 19 2013 Shad L. Lords <slords@mail.com> 2.4.0-2.sme |
* Tue Feb 19 2013 Shad L. Lords <slords@mail.com> 2.4.0-2.sme |
31 |
- Remove rhgb option from grub [SME: 7354] |
- Remove rhgb option from grub [SME: 7354] |
32 |
|
|