1 |
|
# $Id$ |
2 |
|
|
3 |
Summary: simple python bootloader config lib |
Summary: simple python bootloader config lib |
4 |
Name: booty |
Name: booty |
5 |
Version: 0.80.4 |
Version: 0.80.4 |
6 |
Release: 5 |
Release: 5.1%{?dist} |
7 |
License: LGPL |
License: LGPL |
8 |
Source0: %{name}-%{version}.tar.bz2 |
Source0: %{name}-%{version}.tar.bz2 |
9 |
Patch0: %{name}-0.80.4-multipath.patch |
Patch0: %{name}-0.80.4-multipath.patch |
10 |
Patch1: %{name}-0.80.4-ia64-vmm.patch |
Patch1: %{name}-0.80.4-ia64-vmm.patch |
11 |
|
Patch1000: booty-0.80.4-smeserver.patch |
12 |
Group: System Environment/Libraries |
Group: System Environment/Libraries |
13 |
BuildRoot: %{_tmppath}/%{name}-root |
BuildRoot: %{_tmppath}/%{name}-root |
14 |
Requires: rhpl |
Requires: rhpl |
24 |
%setup -q |
%setup -q |
25 |
%patch0 -p 1 -b .multipath |
%patch0 -p 1 -b .multipath |
26 |
%patch1 -p1 -b .ia64-vmm |
%patch1 -p1 -b .ia64-vmm |
27 |
|
%patch1000 -p1 |
28 |
|
|
29 |
%build |
%build |
30 |
make |
make |
43 |
|
|
44 |
|
|
45 |
%changelog |
%changelog |
46 |
|
* Tue Mar 18 2008 Shad L. Lords <slords@mail.com> - 0.80.4-5.1.sme |
47 |
|
- Make bootloader install on all drives that contain /boot. |
48 |
|
- Make grub look in e-smith-release instead of redhat-release |
49 |
|
|
50 |
* Tue Aug 14 2007 David Cantrell <dcantrell@redhat.com> - 0.80.4-5 |
* Tue Aug 14 2007 David Cantrell <dcantrell@redhat.com> - 0.80.4-5 |
51 |
- Do not use LABEL= for non-dm devices, prevents boot failures |
- Do not use LABEL= for non-dm devices, prevents boot failures |
52 |
Resolves: rhbz#250631 |
Resolves: rhbz#250631 |