|
# $Id$ |
|
|
|
|
1 |
Summary: simple python bootloader config lib |
Summary: simple python bootloader config lib |
2 |
Name: booty |
Name: booty |
3 |
Version: 0.80.6 |
Version: 0.80.6 |
4 |
Release: 5%{?dist}.1 |
Release: 7%{?dist} |
5 |
License: LGPL |
License: LGPL |
6 |
Group: System Environment/Libraries |
Group: System Environment/Libraries |
7 |
BuildRoot: %{_tmppath}/%{name}-root |
BuildRoot: %{_tmppath}/%{name}-root |
12 |
Patch0: booty-0.80.4-multipath.patch |
Patch0: booty-0.80.4-multipath.patch |
13 |
Patch1: booty-0.80.4-bz464791-serial-init.patch |
Patch1: booty-0.80.4-bz464791-serial-init.patch |
14 |
Patch2: booty-0.80.6-no-ia64-com-on-vmm.patch |
Patch2: booty-0.80.6-no-ia64-com-on-vmm.patch |
15 |
|
Patch3: booty-0.80-add-zipl.conf-ramdisk-address.patch |
16 |
|
Patch4: booty-0.80.6-add-hvargs-kickstart-option.patch |
17 |
|
Patch5: booty-0.80.6-write-out-hvargs-option-into-generated-ks.patch |
18 |
|
|
19 |
|
# SME specific patches |
20 |
Patch1001: 0001-Install-grub-correctly-on-raid1-devices.patch |
Patch1001: 0001-Install-grub-correctly-on-raid1-devices.patch |
21 |
Patch1002: 0002-Use-SME-labels-on-grub-screen.patch |
Patch1002: 0002-Use-SME-labels-on-grub-screen.patch |
22 |
|
|
30 |
%patch0 -p1 |
%patch0 -p1 |
31 |
%patch1 -p1 |
%patch1 -p1 |
32 |
%patch2 -p1 |
%patch2 -p1 |
33 |
|
%patch3 -p1 |
34 |
|
%patch4 -p1 |
35 |
|
%patch5 -p1 |
36 |
|
|
37 |
|
# SME specific patches |
38 |
%patch1001 -p1 |
%patch1001 -p1 |
39 |
%patch1002 -p1 |
%patch1002 -p1 |
40 |
|
|
55 |
|
|
56 |
|
|
57 |
%changelog |
%changelog |
58 |
* Tue Apr 14 2009 Shad L. Lords <slords@mail.com> - 0.80.6-5.sme.1 |
* Mon May 17 2010 Shad L. Lords <slords@mail.com> - 0.80.6-7.sme |
59 |
- Install grub correctly on raid1 devices |
- Install grub correctly on raid1 devices |
60 |
- Use SME labels on grub screen |
- Use SME labels on grub screen |
61 |
|
|
62 |
|
* Fri Jan 08 2010 Radek Vykydal <rvykydal@redhat.com> - 0.80.6-7 |
63 |
|
- Add bootloader --hvargs kickstart option. |
64 |
|
Resolves: rhbz#552957 |
65 |
|
- Write out --hvargs kickstart option into anaconda-ks.cfg. |
66 |
|
Related: rhbz#552957 |
67 |
|
|
68 |
|
* Tue Oct 27 2009 Peter Jones <pjones@redhat.com> - 0.80.6-6 |
69 |
|
- Include zipl.conf ramdisk size parameter by default. |
70 |
|
Resolves: rhbz#429906 |
71 |
|
|
72 |
* Tue Oct 07 2008 Peter Jones <pjones@redhat.com> - 0.80.6-5 |
* Tue Oct 07 2008 Peter Jones <pjones@redhat.com> - 0.80.6-5 |
73 |
- Fix dropped changelog entries. |
- Fix dropped changelog entries. |
74 |
Related: rhbz#465454 |
Related: rhbz#465454 |