1 |
Summary: simple python bootloader config lib |
Summary: simple python bootloader config lib |
2 |
Name: booty |
Name: booty |
3 |
Version: 0.44.4 |
Version: 0.44.9 |
4 |
Release: 1%{?dist} |
Release: 1 |
5 |
License: LGPL |
License: LGPL |
6 |
Source0: %{name}-%{version}.tar.bz2 |
Source0: %{name}-%{version}.tar.bz2 |
|
Patch100: raid-bootloader.patch |
|
|
Patch101: pick-kernel.patch |
|
7 |
Group: System Environment/Libraries |
Group: System Environment/Libraries |
8 |
BuildRoot: %{_tmppath}/%{name}-root |
BuildRoot: %{_tmppath}/%{name}-root |
9 |
Requires: rhpl |
Requires: rhpl |
16 |
|
|
17 |
%prep |
%prep |
18 |
%setup -q |
%setup -q |
|
%patch100 -p1 |
|
|
%patch101 -p1 |
|
19 |
|
|
20 |
%build |
%build |
21 |
make |
make |
33 |
/usr/lib/booty |
/usr/lib/booty |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
* Thu May 17 2007 Shad L. Lords <slords@mail.com> - 0.44.4-1.sme |
* Thu Jan 15 2009 Joel Granados <jgranado@redhat.com> - 0.44.9-1 |
37 |
- Make bootloader install on all drives that contain /boot. |
- Look for the boot loader both in /ROOT/dev/DEVICE and /dev/DEVICE |
38 |
- Pick correct kernel instead of assuming smp. |
Related: rhbz:#452223 |
39 |
|
|
40 |
|
* Thu Feb 14 2008 Peter Jones <pjones@redhat.com> - 0.44.8-1 |
41 |
|
- Revert changes introduced by a git-cvsimport bug. |
42 |
|
Related: rhbz#220356 |
43 |
|
|
44 |
|
* Tue Feb 12 2008 Peter Jones <pjones@redhat.com> - 0.44.7-1 |
45 |
|
- Add pci= and clock= to preserved boot argument list. |
46 |
|
Resolves: rhbz#220356 |
47 |
|
|
48 |
|
* Tue Aug 15 2007 Dave Lehman <dlehman@redhat.com> - 0.44.6-1 |
49 |
|
- Fix duplicate entries in boot= line on ppc |
50 |
|
Resolves: #189469 |
51 |
|
|
52 |
|
* Fri Aug 3 2007 Peter Jones <pjones@redhat.com> - 0.44.5-1 |
53 |
|
- Always specify --stage2 on grub's "install" command |
54 |
|
Resolves: #202101 |
55 |
|
|
56 |
* 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 |
57 |
- Add "console=tty0" when using a serial console (#171810) |
- Add "console=tty0" when using a serial console (#171810) |