|
# $Id$ |
|
|
|
|
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.4 |
4 |
Release: 5.1%{?dist} |
Release: 6 |
5 |
License: LGPL |
License: LGPL |
6 |
Source0: %{name}-%{version}.tar.bz2 |
Source0: %{name}-%{version}.tar.bz2 |
7 |
Patch0: %{name}-0.80.4-multipath.patch |
Patch0: %{name}-0.80.4-multipath.patch |
8 |
Patch1: %{name}-0.80.4-ia64-vmm.patch |
Patch1: %{name}-0.80.4-ia64-vmm.patch |
9 |
Patch1000: booty-0.80.4-smeserver.patch |
Patch2: booty-0.80.4-bz236452-dmraid-partitions.patch |
10 |
Group: System Environment/Libraries |
Group: System Environment/Libraries |
11 |
BuildRoot: %{_tmppath}/%{name}-root |
BuildRoot: %{_tmppath}/%{name}-root |
12 |
Requires: rhpl |
Requires: rhpl |
22 |
%setup -q |
%setup -q |
23 |
%patch0 -p 1 -b .multipath |
%patch0 -p 1 -b .multipath |
24 |
%patch1 -p1 -b .ia64-vmm |
%patch1 -p1 -b .ia64-vmm |
25 |
%patch1000 -p1 |
%patch2 -p1 -b .dmraid-partitions |
26 |
|
|
27 |
%build |
%build |
28 |
make |
make |
41 |
|
|
42 |
|
|
43 |
%changelog |
%changelog |
44 |
* Tue Mar 18 2008 Shad L. Lords <slords@mail.com> - 0.80.4-5.1.sme |
* Thu Feb 07 2008 Peter Jones <pjones@redhat.com> - 0.80.4-6 |
45 |
- Make bootloader install on all drives that contain /boot. |
- Fix installation of boot sector to partitions on dmraid devices. |
46 |
- Make grub look in e-smith-release instead of redhat-release |
Resolves: rhbz#236452 |
47 |
|
|
48 |
* 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 |
49 |
- Do not use LABEL= for non-dm devices, prevents boot failures |
- Do not use LABEL= for non-dm devices, prevents boot failures |