1 |
|
# $Id$ |
2 |
|
|
3 |
Summary: simple python bootloader config lib |
Summary: simple python bootloader config lib |
4 |
Name: booty |
Name: booty |
5 |
Version: 0.80.4 |
Version: 0.80.6 |
6 |
Release: 6%{?dist} |
Release: 5%{?dist}.1 |
7 |
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 |
|
8 |
Group: System Environment/Libraries |
Group: System Environment/Libraries |
9 |
BuildRoot: %{_tmppath}/%{name}-root |
BuildRoot: %{_tmppath}/%{name}-root |
10 |
Requires: rhpl |
Requires: rhpl |
11 |
BuildRequires: python-devel |
BuildRequires: python-devel |
12 |
BuildArch: noarch |
BuildArch: noarch |
13 |
|
Source0: %{name}-%{version}.tar.bz2 |
14 |
|
Patch0: booty-0.80.4-multipath.patch |
15 |
|
Patch1: booty-0.80.4-bz464791-serial-init.patch |
16 |
|
Patch2: booty-0.80.6-no-ia64-com-on-vmm.patch |
17 |
|
Patch1001: 0001-Install-grub-correctly-on-raid1-devices.patch |
18 |
|
Patch1002: 0002-Use-SME-labels-on-grub-screen.patch |
19 |
|
|
20 |
%description |
%description |
21 |
Small python library for use with bootloader configuration by anaconda |
Small python library for use with bootloader configuration by anaconda |
24 |
|
|
25 |
%prep |
%prep |
26 |
%setup -q |
%setup -q |
27 |
%patch0 -p 1 -b .multipath |
%patch0 -p1 |
28 |
%patch1 -p1 -b .ia64-vmm |
%patch1 -p1 |
29 |
%patch2 -p1 -b .dmraid-partitions |
%patch2 -p1 |
30 |
%patch100 -p1 |
%patch1001 -p1 |
31 |
|
%patch1002 -p1 |
32 |
|
|
33 |
%build |
%build |
34 |
make |
make |
47 |
|
|
48 |
|
|
49 |
%changelog |
%changelog |
50 |
* Tue Jun 24 2008 Shad L. Lords <slords@mail.com> - 0.80.4-6.sme |
* Tue Apr 14 2009 Shad L. Lords <slords@mail.com> - 0.80.6-5.sme.1 |
51 |
- Make bootloader install on all drives that contain /boot. |
- Install grub correctly on raid1 devices |
52 |
- Make grub look in e-smith-release instead of redhat-release |
- Use SME labels on grub screen |
53 |
|
|
54 |
|
* Tue Oct 07 2008 Peter Jones <pjones@redhat.com> - 0.80.6-5 |
55 |
|
- Fix dropped changelog entries. |
56 |
|
Related: rhbz#465454 |
57 |
|
|
58 |
|
* Tue Oct 07 2008 Peter Jones <pjones@redhat.com> - 0.80.6-4 |
59 |
|
- Don't specify "com=$SPEED" on vmm= line for ia64. |
60 |
|
Resolves: rhbz#465454 |
61 |
|
|
62 |
|
* Tue Sep 30 2008 Peter Jones <pjones@redhat.com> - 0.80.6-3 |
63 |
|
- Rework bootloaderInfo.serial's initialization. |
64 |
|
Resolves: rhbz#464791 |
65 |
|
|
66 |
|
* Fri Sep 26 2008 Peter Jones <pjones@redhat.com> - 0.80.6-2 |
67 |
|
- Re-incorperate dropped changelog entries that rpmdiff caught, |
68 |
|
and dropped fix from 0.80.4-5. |
69 |
|
Related: rhbz#462843 |
70 |
|
|
71 |
|
* Thu Sep 25 2008 Peter Jones <pjones@redhat.com> - 0.80.6-1 |
72 |
|
- Fix ia64 xen command line writing |
73 |
|
Resolves: rhbz#462843 |
74 |
|
|
75 |
|
* Mon Jul 21 2008 Dave Lehman <dlehman@redhat.com> - 0.80.5-1 |
76 |
|
- Work correctly with root on LUKS encrypted device. |
77 |
|
Resolves: rhbz#455343 |
78 |
|
|
79 |
* 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 |
80 |
- Fix installation of boot sector to partitions on dmraid devices. |
- Fix installation of boot sector to partitions on dmraid devices. |