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: 10 |
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 |
|
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 |
|
Patch6: booty-0.80.6-Be-a-bit-more-clever-recognizing-partitions-from-nam.patch |
19 |
|
Patch7: booty-0.80.6-Do-not-duplicate-getDiskPart-everywhere.patch |
20 |
|
Patch8: booty-0.80.6-Translate-dm-0-to-devicename.patch |
21 |
|
Patch9: booty-0.80.6-md-raid1.patch |
22 |
|
Patch10: booty-0.80.6-Fix-cutting-of-the-partition.patch |
23 |
|
|
24 |
%description |
%description |
25 |
Small python library for use with bootloader configuration by anaconda |
Small python library for use with bootloader configuration by anaconda |
28 |
|
|
29 |
%prep |
%prep |
30 |
%setup -q |
%setup -q |
31 |
%patch0 -p 1 -b .multipath |
%patch0 -p1 |
32 |
%patch1 -p1 -b .ia64-vmm |
%patch1 -p1 |
33 |
|
%patch2 -p1 |
34 |
|
%patch3 -p1 |
35 |
|
%patch4 -p1 |
36 |
|
%patch5 -p1 |
37 |
|
%patch6 -p1 |
38 |
|
%patch7 -p1 |
39 |
|
%patch8 -p1 |
40 |
|
%patch9 -p1 |
41 |
|
%patch10 -p1 |
42 |
|
|
43 |
%build |
%build |
44 |
make |
make |
57 |
|
|
58 |
|
|
59 |
%changelog |
%changelog |
60 |
|
* Tue May 17 2011 Ales Kozumplik <akozumpl@redhat.com> - 0.80.6-10 |
61 |
|
- Fix cutting of the partition 'p' in getDiskPart(). |
62 |
|
Related: rhbz#572862 |
63 |
|
|
64 |
|
* Fri Apr 8 2011 Ales Kozumplik <akozumpl@redhat.com> - 0.80.6-9 |
65 |
|
- Fix grub stage1 installation for /boot on md raid1. (rvykydal) |
66 |
|
Resolves: #213578 |
67 |
|
|
68 |
|
* Thu Mar 3 2011 Ales Kozumplik <akozumpl@redhat.com> - 0.80.6-8 |
69 |
|
- Translate dm-0 to <devicename>. |
70 |
|
Resolves: #667014 |
71 |
|
- Do not duplicate getDiskPart() everywhere. |
72 |
|
Related: #572862 |
73 |
|
- Be a bit more clever recognizing partitions from names. |
74 |
|
Resolves: #572862 |
75 |
|
|
76 |
|
* Fri Jan 08 2010 Radek Vykydal <rvykydal@redhat.com> - 0.80.6-7 |
77 |
|
- Add bootloader --hvargs kickstart option. |
78 |
|
Resolves: rhbz#552957 |
79 |
|
- Write out --hvargs kickstart option into anaconda-ks.cfg. |
80 |
|
Related: rhbz#552957 |
81 |
|
|
82 |
|
* Tue Oct 27 2009 Peter Jones <pjones@redhat.com> - 0.80.6-6 |
83 |
|
- Include zipl.conf ramdisk size parameter by default. |
84 |
|
Resolves: rhbz#429906 |
85 |
|
|
86 |
|
* Tue Oct 07 2008 Peter Jones <pjones@redhat.com> - 0.80.6-5 |
87 |
|
- Fix dropped changelog entries. |
88 |
|
Related: rhbz#465454 |
89 |
|
|
90 |
|
* Tue Oct 07 2008 Peter Jones <pjones@redhat.com> - 0.80.6-4 |
91 |
|
- Don't specify "com=$SPEED" on vmm= line for ia64. |
92 |
|
Resolves: rhbz#465454 |
93 |
|
|
94 |
|
* Tue Sep 30 2008 Peter Jones <pjones@redhat.com> - 0.80.6-3 |
95 |
|
- Rework bootloaderInfo.serial's initialization. |
96 |
|
Resolves: rhbz#464791 |
97 |
|
|
98 |
|
* Fri Sep 26 2008 Peter Jones <pjones@redhat.com> - 0.80.6-2 |
99 |
|
- Re-incorperate dropped changelog entries that rpmdiff caught, |
100 |
|
and dropped fix from 0.80.4-5. |
101 |
|
Related: rhbz#462843 |
102 |
|
|
103 |
|
* Thu Sep 25 2008 Peter Jones <pjones@redhat.com> - 0.80.6-1 |
104 |
|
- Fix ia64 xen command line writing |
105 |
|
Resolves: rhbz#462843 |
106 |
|
|
107 |
|
* Mon Jul 21 2008 Dave Lehman <dlehman@redhat.com> - 0.80.5-1 |
108 |
|
- Work correctly with root on LUKS encrypted device. |
109 |
|
Resolves: rhbz#455343 |
110 |
|
|
111 |
|
* Thu Feb 07 2008 Peter Jones <pjones@redhat.com> - 0.80.4-6 |
112 |
|
- Fix installation of boot sector to partitions on dmraid devices. |
113 |
|
Resolves: rhbz#236452 |
114 |
|
|
115 |
* 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 |
116 |
- Do not use LABEL= for non-dm devices, prevents boot failures |
- Do not use LABEL= for non-dm devices, prevents boot failures |
117 |
Resolves: rhbz#250631 |
Resolves: rhbz#250631 |