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.8 |
4 |
Release: 1%{?dist} |
Release: 1.1%{?dist} |
5 |
License: LGPL |
License: LGPL |
6 |
Source0: %{name}-%{version}.tar.bz2 |
Source0: %{name}-%{version}.tar.bz2 |
7 |
Patch100: raid-bootloader.patch |
Patch1000: raid-bootloader.patch |
8 |
Patch101: pick-kernel.patch |
Patch1001: pick-kernel.patch |
9 |
|
Patch1002: booty-0.44.8-smeserver.patch |
10 |
Group: System Environment/Libraries |
Group: System Environment/Libraries |
11 |
BuildRoot: %{_tmppath}/%{name}-root |
BuildRoot: %{_tmppath}/%{name}-root |
12 |
Requires: rhpl |
Requires: rhpl |
19 |
|
|
20 |
%prep |
%prep |
21 |
%setup -q |
%setup -q |
22 |
%patch100 -p1 |
%patch1000 -p1 |
23 |
%patch101 -p1 |
%patch1001 -p1 |
24 |
|
%patch1002 -p1 |
25 |
|
|
26 |
%build |
%build |
27 |
make |
make |
39 |
/usr/lib/booty |
/usr/lib/booty |
40 |
|
|
41 |
%changelog |
%changelog |
42 |
* Thu May 17 2007 Shad L. Lords <slords@mail.com> - 0.44.4-1.sme |
* Fri Aug 1 2008 Shad L. Lords <slords@mail.com> - 0.44.8-1.1.sme |
43 |
|
- Make grub look in e-smith-release instead of redhat-release |
44 |
- Make bootloader install on all drives that contain /boot. |
- Make bootloader install on all drives that contain /boot. |
45 |
- Pick correct kernel instead of assuming smp. |
- Pick correct kernel instead of assuming smp. |
46 |
|
|
47 |
|
* Thu Feb 14 2008 Peter Jones <pjones@redhat.com> - 0.44.8-1 |
48 |
|
- Revert changes introduced by a git-cvsimport bug. |
49 |
|
Related: rhbz#220356 |
50 |
|
|
51 |
|
* Tue Feb 12 2008 Peter Jones <pjones@redhat.com> - 0.44.7-1 |
52 |
|
- Add pci= and clock= to preserved boot argument list. |
53 |
|
Resolves: rhbz#220356 |
54 |
|
|
55 |
|
* Tue Aug 15 2007 Dave Lehman <dlehman@redhat.com> - 0.44.6-1 |
56 |
|
- Fix duplicate entries in boot= line on ppc |
57 |
|
Resolves: #189469 |
58 |
|
|
59 |
|
* Fri Aug 3 2007 Peter Jones <pjones@redhat.com> - 0.44.5-1 |
60 |
|
- Always specify --stage2 on grub's "install" command |
61 |
|
Resolves: #202101 |
62 |
|
|
63 |
* 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 |
64 |
- Add "console=tty0" when using a serial console (#171810) |
- Add "console=tty0" when using a serial console (#171810) |
65 |
|
|