1 |
Summary: simple python bootloader config lib |
Summary: simple python bootloader config lib |
2 |
Name: booty |
Name: booty |
3 |
Version: 0.80.4 |
Version: 0.80.6 |
4 |
Release: 5 |
Release: 5%{?dist}.1 |
5 |
License: LGPL |
License: LGPL |
|
Source0: %{name}-%{version}.tar.bz2 |
|
|
Patch0: %{name}-0.80.4-multipath.patch |
|
|
Patch1: %{name}-0.80.4-ia64-vmm.patch |
|
6 |
Group: System Environment/Libraries |
Group: System Environment/Libraries |
7 |
BuildRoot: %{_tmppath}/%{name}-root |
BuildRoot: %{_tmppath}/%{name}-root |
8 |
Requires: rhpl |
Requires: rhpl |
9 |
BuildRequires: python-devel |
BuildRequires: python-devel |
10 |
BuildArch: noarch |
BuildArch: noarch |
11 |
|
Source0: %{name}-%{version}.tar.bz2 |
12 |
|
Patch0: booty-0.80.4-multipath.patch |
13 |
|
Patch1: booty-0.80.4-bz464791-serial-init.patch |
14 |
|
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 |
21 |
|
|
22 |
%prep |
%prep |
23 |
%setup -q |
%setup -q |
24 |
%patch0 -p 1 -b .multipath |
%patch0 -p1 |
25 |
%patch1 -p1 -b .ia64-vmm |
%patch1 -p1 |
26 |
|
%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 |
51 |
|
- Fix dropped changelog entries. |
52 |
|
Related: rhbz#465454 |
53 |
|
|
54 |
|
* Tue Oct 07 2008 Peter Jones <pjones@redhat.com> - 0.80.6-4 |
55 |
|
- Don't specify "com=$SPEED" on vmm= line for ia64. |
56 |
|
Resolves: rhbz#465454 |
57 |
|
|
58 |
|
* Tue Sep 30 2008 Peter Jones <pjones@redhat.com> - 0.80.6-3 |
59 |
|
- Rework bootloaderInfo.serial's initialization. |
60 |
|
Resolves: rhbz#464791 |
61 |
|
|
62 |
|
* Fri Sep 26 2008 Peter Jones <pjones@redhat.com> - 0.80.6-2 |
63 |
|
- Re-incorperate dropped changelog entries that rpmdiff caught, |
64 |
|
and dropped fix from 0.80.4-5. |
65 |
|
Related: rhbz#462843 |
66 |
|
|
67 |
|
* Thu Sep 25 2008 Peter Jones <pjones@redhat.com> - 0.80.6-1 |
68 |
|
- Fix ia64 xen command line writing |
69 |
|
Resolves: rhbz#462843 |
70 |
|
|
71 |
|
* Mon Jul 21 2008 Dave Lehman <dlehman@redhat.com> - 0.80.5-1 |
72 |
|
- Work correctly with root on LUKS encrypted device. |
73 |
|
Resolves: rhbz#455343 |
74 |
|
|
75 |
|
* Thu Feb 07 2008 Peter Jones <pjones@redhat.com> - 0.80.4-6 |
76 |
|
- Fix installation of boot sector to partitions on dmraid devices. |
77 |
|
Resolves: rhbz#236452 |
78 |
|
|
79 |
* Tue Aug 14 2007 David Cantrell <dcantrell@redhat.com> - 0.80.4-5 |
* Tue Aug 14 2007 David Cantrell <dcantrell@redhat.com> - 0.80.4-5 |
80 |
- Do not use LABEL= for non-dm devices, prevents boot failures |
- Do not use LABEL= for non-dm devices, prevents boot failures |
81 |
Resolves: rhbz#250631 |
Resolves: rhbz#250631 |