1 |
|
# $Id$ |
2 |
|
|
3 |
Summary: simple python bootloader config lib |
Summary: simple python bootloader config lib |
4 |
Name: booty |
Name: booty |
5 |
Version: 0.44.4 |
Version: 0.44.6 |
6 |
Release: 1%{?dist} |
Release: 1.2%{?dist} |
7 |
License: LGPL |
License: LGPL |
8 |
Source0: %{name}-%{version}.tar.bz2 |
Source0: %{name}-%{version}.tar.bz2 |
9 |
Patch100: raid-bootloader.patch |
Patch1000: raid-bootloader.patch |
10 |
Patch101: pick-kernel.patch |
Patch1001: pick-kernel.patch |
11 |
|
Patch1002: booty-0.44.6-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 |
21 |
|
|
22 |
%prep |
%prep |
23 |
%setup -q |
%setup -q |
24 |
%patch100 -p1 |
%patch1000 -p1 |
25 |
%patch101 -p1 |
%patch1001 -p1 |
26 |
|
%patch1002 -p1 |
27 |
|
|
28 |
%build |
%build |
29 |
make |
make |
41 |
/usr/lib/booty |
/usr/lib/booty |
42 |
|
|
43 |
%changelog |
%changelog |
44 |
* Thu May 17 2007 Shad L. Lords <slords@mail.com> - 0.44.4-1.sme |
* Tue Mar 18 2008 Shad L. Lords <slords@mail.com> - 0.44.6-1.2.sme |
45 |
|
- Make grub look in e-smith-release instead of redhat-release |
46 |
|
|
47 |
|
* Fri Nov 30 2007 Shad L. Lords <slords@mail.com> - 0.44.6-1.1.sme |
48 |
- Make bootloader install on all drives that contain /boot. |
- Make bootloader install on all drives that contain /boot. |
49 |
- Pick correct kernel instead of assuming smp. |
- Pick correct kernel instead of assuming smp. |
50 |
|
|
51 |
|
* Tue Aug 15 2007 Dave Lehman <dlehman@redhat.com> - 0.44.6-1 |
52 |
|
- Fix duplicate entries in boot= line on ppc |
53 |
|
Resolves: #189469 |
54 |
|
|
55 |
|
* Fri Aug 3 2007 Peter Jones <pjones@redhat.com> - 0.44.5-1 |
56 |
|
- Always specify --stage2 on grub's "install" command |
57 |
|
Resolves: #202101 |
58 |
|
|
59 |
* Wed Apr 19 2006 Peter Jones <pjones@redhat.com> - 0.44.4-1 |
* Wed Apr 19 2006 Peter Jones <pjones@redhat.com> - 0.44.4-1 |
60 |
- Add "console=tty0" when using a serial console (#171810) |
- Add "console=tty0" when using a serial console (#171810) |
61 |
|
|