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: 6%{?dist} |
Release: 5 |
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 |
|
|
Patch2: booty-0.80.4-bz236452-dmraid-partitions.patch |
|
|
Patch100: booty-0.80.4-smeserver.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 |
|
|
16 |
%description |
%description |
17 |
Small python library for use with bootloader configuration by anaconda |
Small python library for use with bootloader configuration by anaconda |
20 |
|
|
21 |
%prep |
%prep |
22 |
%setup -q |
%setup -q |
23 |
%patch0 -p 1 -b .multipath |
%patch0 -p1 |
24 |
%patch1 -p1 -b .ia64-vmm |
%patch1 -p1 |
25 |
%patch2 -p1 -b .dmraid-partitions |
%patch2 -p1 |
|
%patch100 -p1 |
|
26 |
|
|
27 |
%build |
%build |
28 |
make |
make |
41 |
|
|
42 |
|
|
43 |
%changelog |
%changelog |
44 |
* Tue Jun 24 2008 Shad L. Lords <slords@mail.com> - 0.80.4-6.sme |
* Tue Oct 07 2008 Peter Jones <pjones@redhat.com> - 0.80.6-5 |
45 |
- Make bootloader install on all drives that contain /boot. |
- Fix dropped changelog entries. |
46 |
- Make grub look in e-smith-release instead of redhat-release |
Related: rhbz#465454 |
47 |
|
|
48 |
|
* Tue Oct 07 2008 Peter Jones <pjones@redhat.com> - 0.80.6-4 |
49 |
|
- Don't specify "com=$SPEED" on vmm= line for ia64. |
50 |
|
Resolves: rhbz#465454 |
51 |
|
|
52 |
|
* Tue Sep 30 2008 Peter Jones <pjones@redhat.com> - 0.80.6-3 |
53 |
|
- Rework bootloaderInfo.serial's initialization. |
54 |
|
Resolves: rhbz#464791 |
55 |
|
|
56 |
|
* Fri Sep 26 2008 Peter Jones <pjones@redhat.com> - 0.80.6-2 |
57 |
|
- Re-incorperate dropped changelog entries that rpmdiff caught, |
58 |
|
and dropped fix from 0.80.4-5. |
59 |
|
Related: rhbz#462843 |
60 |
|
|
61 |
|
* Thu Sep 25 2008 Peter Jones <pjones@redhat.com> - 0.80.6-1 |
62 |
|
- Fix ia64 xen command line writing |
63 |
|
Resolves: rhbz#462843 |
64 |
|
|
65 |
|
* Mon Jul 21 2008 Dave Lehman <dlehman@redhat.com> - 0.80.5-1 |
66 |
|
- Work correctly with root on LUKS encrypted device. |
67 |
|
Resolves: rhbz#455343 |
68 |
|
|
69 |
* Thu Feb 07 2008 Peter Jones <pjones@redhat.com> - 0.80.4-6 |
* Thu Feb 07 2008 Peter Jones <pjones@redhat.com> - 0.80.4-6 |
70 |
- Fix installation of boot sector to partitions on dmraid devices. |
- Fix installation of boot sector to partitions on dmraid devices. |