1 |
Summary: simple python bootloader config lib |
Summary: simple python bootloader config lib |
2 |
Name: booty |
Name: booty |
3 |
Version: 0.44.8 |
Version: 0.44.9 |
4 |
Release: 1.1%{?dist} |
Release: 1 |
5 |
License: LGPL |
License: LGPL |
6 |
Source0: %{name}-%{version}.tar.bz2 |
Source0: %{name}-%{version}.tar.bz2 |
|
Patch1000: raid-bootloader.patch |
|
|
Patch1001: pick-kernel.patch |
|
|
Patch1002: booty-0.44.8-smeserver.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 |
|
%patch1000 -p1 |
|
|
%patch1001 -p1 |
|
|
%patch1002 -p1 |
|
19 |
|
|
20 |
%build |
%build |
21 |
make |
make |
33 |
/usr/lib/booty |
/usr/lib/booty |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
* Fri Aug 1 2008 Shad L. Lords <slords@mail.com> - 0.44.8-1.1.sme |
* Thu Jan 15 2009 Joel Granados <jgranado@redhat.com> - 0.44.9-1 |
37 |
- Make grub look in e-smith-release instead of redhat-release |
- Look for the boot loader both in /ROOT/dev/DEVICE and /dev/DEVICE |
38 |
- Make bootloader install on all drives that contain /boot. |
Related: rhbz:#452223 |
|
- Pick correct kernel instead of assuming smp. |
|
39 |
|
|
40 |
* Thu Feb 14 2008 Peter Jones <pjones@redhat.com> - 0.44.8-1 |
* Thu Feb 14 2008 Peter Jones <pjones@redhat.com> - 0.44.8-1 |
41 |
- Revert changes introduced by a git-cvsimport bug. |
- Revert changes introduced by a git-cvsimport bug. |