1 |
Summary: simple python bootloader config lib |
Summary: simple python bootloader config lib |
2 |
Name: booty |
Name: booty |
3 |
Version: 0.44.9 |
Version: 0.44.9 |
4 |
Release: 1 |
Release: 1.1%{?dist} |
5 |
License: LGPL |
License: LGPL |
6 |
Source0: %{name}-%{version}.tar.bz2 |
Source0: %{name}-%{version}.tar.bz2 |
7 |
|
Patch100: booty-0.44.9-smepatches.patch |
8 |
Group: System Environment/Libraries |
Group: System Environment/Libraries |
9 |
BuildRoot: %{_tmppath}/%{name}-root |
BuildRoot: %{_tmppath}/%{name}-root |
10 |
Requires: rhpl |
Requires: rhpl |
17 |
|
|
18 |
%prep |
%prep |
19 |
%setup -q |
%setup -q |
20 |
|
%patch100 -p1 |
21 |
|
|
22 |
%build |
%build |
23 |
make |
make |
35 |
/usr/lib/booty |
/usr/lib/booty |
36 |
|
|
37 |
%changelog |
%changelog |
38 |
|
* Mon Aug 24 2009 Shad L. Lords <slords@mail.com> - 0.44.9-1.1.sme |
39 |
|
- Make grub look in e-smith-release instead of redhat-release |
40 |
|
- Make bootloader install on all drives that contain /boot. |
41 |
|
- Pick correct kernel instead of assuming smp. |
42 |
|
|
43 |
* Thu Jan 15 2009 Joel Granados <jgranado@redhat.com> - 0.44.9-1 |
* Thu Jan 15 2009 Joel Granados <jgranado@redhat.com> - 0.44.9-1 |
44 |
- Look for the boot loader both in /ROOT/dev/DEVICE and /dev/DEVICE |
- Look for the boot loader both in /ROOT/dev/DEVICE and /dev/DEVICE |
45 |
Related: rhbz:#452223 |
Related: rhbz:#452223 |