1 |
Summary: simple python bootloader config lib |
Summary: simple python bootloader config lib |
2 |
Name: booty |
Name: booty |
3 |
Version: 0.80.6 |
Version: 0.80.6 |
4 |
Release: 5 |
Release: 5%{?dist}.1 |
5 |
License: LGPL |
License: LGPL |
6 |
Group: System Environment/Libraries |
Group: System Environment/Libraries |
7 |
BuildRoot: %{_tmppath}/%{name}-root |
BuildRoot: %{_tmppath}/%{name}-root |
12 |
Patch0: booty-0.80.4-multipath.patch |
Patch0: booty-0.80.4-multipath.patch |
13 |
Patch1: booty-0.80.4-bz464791-serial-init.patch |
Patch1: booty-0.80.4-bz464791-serial-init.patch |
14 |
Patch2: booty-0.80.6-no-ia64-com-on-vmm.patch |
Patch2: booty-0.80.6-no-ia64-com-on-vmm.patch |
15 |
|
Patch100: booty-0.80.6-smepatches.patch |
16 |
|
|
17 |
%description |
%description |
18 |
Small python library for use with bootloader configuration by anaconda |
Small python library for use with bootloader configuration by anaconda |
24 |
%patch0 -p1 |
%patch0 -p1 |
25 |
%patch1 -p1 |
%patch1 -p1 |
26 |
%patch2 -p1 |
%patch2 -p1 |
27 |
|
%patch100 -p1 |
28 |
|
|
29 |
%build |
%build |
30 |
make |
make |
43 |
|
|
44 |
|
|
45 |
%changelog |
%changelog |
46 |
|
* Tue Apr 14 2009 Shad L. Lords <slords@mail.com> - 0.80.6-5.sme.1 |
47 |
|
- Make bootloader install on all drives that contain /boot. |
48 |
|
- Make grub look in e-smith-release instead of redhat-release |
49 |
|
|
50 |
* Tue Oct 07 2008 Peter Jones <pjones@redhat.com> - 0.80.6-5 |
* Tue Oct 07 2008 Peter Jones <pjones@redhat.com> - 0.80.6-5 |
51 |
- Fix dropped changelog entries. |
- Fix dropped changelog entries. |
52 |
Related: rhbz#465454 |
Related: rhbz#465454 |