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 |
|
Patch1001: 0001-Install-grub-correctly-on-raid1-devices.patch |
16 |
|
Patch1002: 0002-Use-SME-labels-on-grub-screen.patch |
17 |
|
|
18 |
%description |
%description |
19 |
Small python library for use with bootloader configuration by anaconda |
Small python library for use with bootloader configuration by anaconda |
22 |
|
|
23 |
%prep |
%prep |
24 |
%setup -q |
%setup -q |
25 |
%patch0 -p 1 -b .multipath |
%patch0 -p1 |
26 |
%patch1 -p1 -b .ia64-vmm |
%patch1 -p1 |
27 |
|
%patch2 -p1 |
28 |
|
%patch1001 -p1 |
29 |
|
%patch1002 -p1 |
30 |
|
|
31 |
%build |
%build |
32 |
make |
make |
45 |
|
|
46 |
|
|
47 |
%changelog |
%changelog |
48 |
|
* Tue Apr 14 2009 Shad L. Lords <slords@mail.com> - 0.80.6-5.sme.1 |
49 |
|
- Install grub correctly on raid1 devices |
50 |
|
- Use SME labels on grub screen |
51 |
|
|
52 |
|
* Tue Oct 07 2008 Peter Jones <pjones@redhat.com> - 0.80.6-5 |
53 |
|
- Fix dropped changelog entries. |
54 |
|
Related: rhbz#465454 |
55 |
|
|
56 |
|
* Tue Oct 07 2008 Peter Jones <pjones@redhat.com> - 0.80.6-4 |
57 |
|
- Don't specify "com=$SPEED" on vmm= line for ia64. |
58 |
|
Resolves: rhbz#465454 |
59 |
|
|
60 |
|
* Tue Sep 30 2008 Peter Jones <pjones@redhat.com> - 0.80.6-3 |
61 |
|
- Rework bootloaderInfo.serial's initialization. |
62 |
|
Resolves: rhbz#464791 |
63 |
|
|
64 |
|
* Fri Sep 26 2008 Peter Jones <pjones@redhat.com> - 0.80.6-2 |
65 |
|
- Re-incorperate dropped changelog entries that rpmdiff caught, |
66 |
|
and dropped fix from 0.80.4-5. |
67 |
|
Related: rhbz#462843 |
68 |
|
|
69 |
|
* Thu Sep 25 2008 Peter Jones <pjones@redhat.com> - 0.80.6-1 |
70 |
|
- Fix ia64 xen command line writing |
71 |
|
Resolves: rhbz#462843 |
72 |
|
|
73 |
|
* Mon Jul 21 2008 Dave Lehman <dlehman@redhat.com> - 0.80.5-1 |
74 |
|
- Work correctly with root on LUKS encrypted device. |
75 |
|
Resolves: rhbz#455343 |
76 |
|
|
77 |
|
* Thu Feb 07 2008 Peter Jones <pjones@redhat.com> - 0.80.4-6 |
78 |
|
- Fix installation of boot sector to partitions on dmraid devices. |
79 |
|
Resolves: rhbz#236452 |
80 |
|
|
81 |
* 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 |
82 |
- Do not use LABEL= for non-dm devices, prevents boot failures |
- Do not use LABEL= for non-dm devices, prevents boot failures |
83 |
Resolves: rhbz#250631 |
Resolves: rhbz#250631 |