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.6 |
Version: 0.44.9 |
6 |
Release: 1.1%{?dist} |
Release: 1.1%{?dist} |
7 |
License: LGPL |
License: LGPL |
8 |
Source0: %{name}-%{version}.tar.bz2 |
Source0: %{name}-%{version}.tar.bz2 |
9 |
Patch1000: raid-bootloader.patch |
Patch1001: 0001-Backport-RHEL5-boot-installer.patch |
10 |
Patch1001: pick-kernel.patch |
Patch1002: 0002-Pick-correct-kernel.patch |
11 |
|
Patch1003: 0003-Use-SME-labels-on-grub-screen.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 |
|
%patch1000 -p1 |
|
24 |
%patch1001 -p1 |
%patch1001 -p1 |
25 |
|
%patch1002 -p1 |
26 |
|
%patch1003 -p1 |
27 |
|
|
28 |
%build |
%build |
29 |
make |
make |
41 |
/usr/lib/booty |
/usr/lib/booty |
42 |
|
|
43 |
%changelog |
%changelog |
44 |
* Fri Nov 30 2007 Shad L. Lords <slords@mail.com> - 0.44.6-1.1.sme |
* Mon Aug 24 2009 Shad L. Lords <slords@mail.com> - 0.44.9-1.1.sme |
45 |
- Make bootloader install on all drives that contain /boot. |
- Backport RHEL5 boot installer |
46 |
- Pick correct kernel instead of assuming smp. |
- Pick correct kernel |
47 |
|
- Use SME labels on grub screen |
48 |
|
|
49 |
|
* Thu Jan 15 2009 Joel Granados <jgranado@redhat.com> - 0.44.9-1 |
50 |
|
- Look for the boot loader both in /ROOT/dev/DEVICE and /dev/DEVICE |
51 |
|
Related: rhbz:#452223 |
52 |
|
|
53 |
|
* Thu Feb 14 2008 Peter Jones <pjones@redhat.com> - 0.44.8-1 |
54 |
|
- Revert changes introduced by a git-cvsimport bug. |
55 |
|
Related: rhbz#220356 |
56 |
|
|
57 |
|
* Tue Feb 12 2008 Peter Jones <pjones@redhat.com> - 0.44.7-1 |
58 |
|
- Add pci= and clock= to preserved boot argument list. |
59 |
|
Resolves: rhbz#220356 |
60 |
|
|
61 |
* Tue Aug 15 2007 Dave Lehman <dlehman@redhat.com> - 0.44.6-1 |
* Tue Aug 15 2007 Dave Lehman <dlehman@redhat.com> - 0.44.6-1 |
62 |
- Fix duplicate entries in boot= line on ppc |
- Fix duplicate entries in boot= line on ppc |