1 |
# $Id$ |
2 |
|
3 |
Summary: simple python bootloader config lib |
4 |
Name: booty |
5 |
Version: 0.44.9 |
6 |
Release: 1.1%{?dist} |
7 |
License: LGPL |
8 |
Source0: %{name}-%{version}.tar.bz2 |
9 |
Patch1001: 0001-Backport-RHEL5-boot-installer.patch |
10 |
Patch1002: 0002-Pick-correct-kernel.patch |
11 |
Patch1003: 0003-Use-SME-labels-on-grub-screen.patch |
12 |
Group: System Environment/Libraries |
13 |
BuildRoot: %{_tmppath}/%{name}-root |
14 |
Requires: rhpl |
15 |
BuildRequires: python-devel |
16 |
|
17 |
%description |
18 |
Small python library for use with bootloader configuration by anaconda |
19 |
and up2date. |
20 |
|
21 |
|
22 |
%prep |
23 |
%setup -q |
24 |
%patch1001 -p1 |
25 |
%patch1002 -p1 |
26 |
%patch1003 -p1 |
27 |
|
28 |
%build |
29 |
make |
30 |
|
31 |
%install |
32 |
rm -rf $RPM_BUILD_ROOT |
33 |
make DESTDIR=$RPM_BUILD_ROOT install |
34 |
|
35 |
%clean |
36 |
rm -rf $RPM_BUILD_ROOT |
37 |
|
38 |
%files |
39 |
%defattr(-,root,root) |
40 |
%doc README TODO |
41 |
/usr/lib/booty |
42 |
|
43 |
%changelog |
44 |
* Mon Aug 24 2009 Shad L. Lords <slords@mail.com> - 0.44.9-1.1.sme |
45 |
- Backport RHEL5 boot installer |
46 |
- Pick correct kernel |
47 |
- Use SME labels on grub screen |
48 |
|
49 |
* Thu Jan 15 2009 Joel Granados <jgranado@redhat.com> - 0.44.9-1 |
50 |
- Look for the boot loader both in /ROOT/dev/DEVICE and /dev/DEVICE |
51 |
Related: rhbz:#452223 |
52 |
|
53 |
* Thu Feb 14 2008 Peter Jones <pjones@redhat.com> - 0.44.8-1 |
54 |
- Revert changes introduced by a git-cvsimport bug. |
55 |
Related: rhbz#220356 |
56 |
|
57 |
* Tue Feb 12 2008 Peter Jones <pjones@redhat.com> - 0.44.7-1 |
58 |
- Add pci= and clock= to preserved boot argument list. |
59 |
Resolves: rhbz#220356 |
60 |
|
61 |
* Tue Aug 15 2007 Dave Lehman <dlehman@redhat.com> - 0.44.6-1 |
62 |
- Fix duplicate entries in boot= line on ppc |
63 |
Resolves: #189469 |
64 |
|
65 |
* Fri Aug 3 2007 Peter Jones <pjones@redhat.com> - 0.44.5-1 |
66 |
- Always specify --stage2 on grub's "install" command |
67 |
Resolves: #202101 |
68 |
|
69 |
* Wed Apr 19 2006 Peter Jones <pjones@redhat.com> - 0.44.4-1 |
70 |
- Add "console=tty0" when using a serial console (#171810) |
71 |
|
72 |
* Tue Aug 11 2005 Peter Jones <pjones@redhat.com> - 0.44.3-1 |
73 |
- Fix bootloader setup on non-RAID pSeries (and maybe other ppc as well?) |
74 |
|
75 |
* Wed Jul 13 2005 Peter Jones <pjones@redhat.com> - 0.44.2-1 |
76 |
- typo fix |
77 |
|
78 |
* Wed Jul 13 2005 Peter Jones <pjones@redhat.com> - 0.44.1-1 |
79 |
- support RAID1 /boot on ppc. |
80 |
|
81 |
* Mon Oct 4 2004 Jeremy Katz <katzj@redhat.com> - 0.44-1 |
82 |
- don't include /dev/ in the console name (#134336) |
83 |
- fix installing boot loader to partition with RAID1 /boot (#127557) |
84 |
|
85 |
* Mon Sep 13 2004 Jeremy Katz <katzj@redhat.com> - 0.43-1 |
86 |
- preserve some more consoles (#131301) |
87 |
- add magicboot for Power Mac (from <pnasrat@redhat.com>) |
88 |
|
89 |
* Tue Aug 10 2004 Jeremy Katz <katzj@redhat.com> - 0.42-1 |
90 |
- don't write the unencrypted password to lilo.conf.anaconda if |
91 |
we're not using lilo (#129280) |
92 |
|
93 |
* Tue Aug 3 2004 Jeremy Katz <katzj@redhat.com> - 0.41-1 |
94 |
- don't duplicate boot loader arguments (#128492) |
95 |
|
96 |
* Mon Jul 12 2004 Jeremy Katz <katzj@redhat.com> - 0.40-1 |
97 |
- another tweak to the timeout |
98 |
|
99 |
* Mon Jun 28 2004 Jeremy Katz <katzj@redhat.com> - 0.39-1 |
100 |
- tweak timeouts to be shorter |
101 |
- use hiddenmenu by default with grub |
102 |
|
103 |
* Wed Jun 9 2004 Jeremy Katz <katzj@redhat.com> |
104 |
- quote appended args (#114174) |
105 |
|
106 |
* Thu May 13 2004 Jeremy Katz <katzj@redhat.com> |
107 |
- compile fix for newer versions of gcc from Jeff Law |
108 |
|
109 |
* Thu May 6 2004 Jeremy Katz <katzj@redhat.com> - 0.38-1 |
110 |
- remove ide-scsi from bootloader config on upgrade (#116622) |
111 |
|
112 |
* Thu May 6 2004 Jeremy Katz <katzj@redhat.com> - 0.37-1 |
113 |
- clean up the xfs fix (#122606) |
114 |
- altix boxes need relocatable (#120851) |
115 |
|
116 |
* Fri Apr 30 2004 Jeremy Katz <katzj@redhat.com> - 0.36-1 |
117 |
- some xfs fixes (#117968) |
118 |
|
119 |
* Fri Apr 16 2004 Jeremy Katz <katzj@redhat.com> - 0.35-1 |
120 |
- allow booting windows from grub on x86_64 (#121005) |
121 |
|
122 |
* Tue Mar 16 2004 Jeremy Katz <katzj@redhat.com> - 0.34-1 |
123 |
- use vmlinuz for ppc now |
124 |
|
125 |
* Mon Dec 1 2003 Jeremy Katz <katzj@redhat.com> 0.33-1 |
126 |
- no ide-scsi with 2.6 |
127 |
|
128 |
* Fri Nov 28 2003 Jeremy Katz <katzj@redhat.com> |
129 |
- add buildrequires (#111150) |
130 |
|
131 |
* Thu Nov 6 2003 Jeremy Katz <katzj@redhat.com> 0.32-1 |
132 |
- rebuild for python 2.3 |
133 |
|
134 |
* Thu Sep 25 2003 Jeremy Katz <katzj@redhat.com> |
135 |
- modernize label for other OS (#71565) |
136 |
|
137 |
* Fri Aug 15 2003 Jeremy Katz <katzj@redhat.com> 0.31.1-1 |
138 |
- preserve video= (#102370) |
139 |
|
140 |
* Fri Aug 1 2003 Jeremy Katz <katzj@redhat.com> 0.31-1 |
141 |
- write out noauto in chandev.conf if we have chandev args (#101381) |
142 |
|
143 |
* Fri Jul 25 2003 Jeremy Katz <katzj@redhat.com> |
144 |
- only include message= or splashimage if the file exists (#99301) |
145 |
|
146 |
* Wed Jul 23 2003 Jeremy Katz <katzj@redhat.com> |
147 |
- support yaboot passwords (#100618) |
148 |
|
149 |
* Wed Jul 23 2003 Jeremy Katz <katzj@redhat.com> 0.30-1 |
150 |
- pass through acpi= boot arguments |
151 |
|
152 |
* Thu Jul 10 2003 Jeremy Katz <katzj@redhat.com> 0.29.2-1 |
153 |
- read product name from /tmp/product/.buildstamp if it exists |
154 |
|
155 |
* Thu Jul 10 2003 Jeremy Katz <katzj@redhat.com> 0.29.1-1 |
156 |
- yaboot: really fix kernel/initrd path |
157 |
|
158 |
* Wed Jul 9 2003 Jeremy Katz <katzj@redhat.com> 0.29-1 |
159 |
- yaboot: quotes around append |
160 |
- yaboot: nonvram for pSeries |
161 |
- yaboot: fix partition= |
162 |
- yaboot: fix kernel path |
163 |
|
164 |
* Mon Jul 7 2003 Jeremy Katz <katzj@redhat.com> 0.28.1-1 |
165 |
- fix a typo (#98691) |
166 |
|
167 |
* Thu Jul 3 2003 Jeremy Katz <katzj@redhat.com> 0.28-1 |
168 |
- write our own yaboot.conf to work better with lvm/raid (#98308) |
169 |
- ensure the iSeries cmdline gets blanked |
170 |
|
171 |
* Fri Jun 20 2003 Jeremy Katz <katzj@redhat.com> 0.27-1 |
172 |
- handle /boot as a separate partition on pSeries nicely |
173 |
- setup /etc/elilo.conf symlink on ia64 |
174 |
|
175 |
* Wed Jun 18 2003 Jeremy Katz <katzj@redhat.com> 0.26.1-1 |
176 |
- remove efi boot entries based on product name, not just hardcoding |
177 |
Red Hat Linux (#97653) |
178 |
|
179 |
* Sun Jun 1 2003 Jeremy Katz <katzj@redhat.com> 0.26-1 |
180 |
- write kernel to side B on iSeries as well (#91038) |
181 |
|
182 |
* Mon May 12 2003 Jeremy Katz <katzj@redhat.com> 0.25.9-1 |
183 |
- if there's not an old default on lilo upgrade, we don't need to |
184 |
delete it (#88582) |
185 |
|
186 |
* Fri May 2 2003 Jeremy Katz <katzj@redhat.com> 0.25.8-1 |
187 |
- really get the PReP partition writing right for iSeries |
188 |
|
189 |
* Thu May 1 2003 Jeremy Katz <katzj@redhat.com> 0.25.7-1 |
190 |
- use root=LABEL= on s/390 |
191 |
|
192 |
* Wed Apr 30 2003 Jeremy Katz <katzj@redhat.com> 0.25.6-1 |
193 |
- iSeries tweak to get the kernel written to the PReP partition |
194 |
|
195 |
* Wed Apr 30 2003 Jeremy Katz <katzj@redhat.com> 0.25.5-1 |
196 |
- yabootconfig moved to /sbin |
197 |
|
198 |
* Tue Apr 29 2003 Jeremy Katz <katzj@redhat.com> 0.25.4-1 |
199 |
- tweaks to handle chandev now that it's in /tmp/install.cfg and not from |
200 |
the env var |
201 |
|
202 |
* Thu Apr 24 2003 Jeremy Katz <katzj@redhat.com> 0.25.3-1 |
203 |
- use Arjan's suggestion of vmlinitrd for iseries kernel + initrd |
204 |
|
205 |
* Wed Apr 23 2003 Jeremy Katz <katzj@redhat.com> 0.25.2-1 |
206 |
- pseries tweaks |
207 |
|
208 |
* Tue Apr 15 2003 Jeremy Katz <katzj@redhat.com> 0.25.1-1 |
209 |
- fix silly typos |
210 |
|
211 |
* Mon Apr 14 2003 Jeremy Katz <katzj@redhat.com> 0.25-1 |
212 |
- iSeries support |
213 |
|
214 |
* Mon Mar 24 2003 Jeremy Katz <katzj@redhat.com> 0.24.1-1 |
215 |
- make target global for zipl.conf |
216 |
|
217 |
* Thu Mar 20 2003 Jeremy Katz <katzj@redhat.com> 0.24-1 |
218 |
- merge newer yaboot changes from Dan Burcaw |
219 |
|
220 |
* Fri Mar 14 2003 Jeremy Katz <katzj@redhat.com> 0.23-1 |
221 |
- read product name information dynamically (using /etc/redhat-release and |
222 |
anaconda's /.buildstamp) |
223 |
|
224 |
* Wed Mar 12 2003 Jeremy Katz <katzj@redhat.com> 0.22.1-1 |
225 |
- fix tyop |
226 |
|
227 |
* Tue Mar 4 2003 Jeremy Katz <katzj@redhat.com> 0.22-1 |
228 |
- support for yaboot from Dan Burcaw <dburcaw@terrasoftsolutions.com> |
229 |
|
230 |
* Mon Feb 24 2003 Karsten Hopp <karsten@redhat.de> 0.21-1 |
231 |
- s390 changes: zipl doesn't like lables, use devicename |
232 |
- don't write root= twice |
233 |
|
234 |
* Wed Feb 19 2003 Karsten Hopp <karsten@redhat.de> 0.20-1 |
235 |
- s390 changes: write correct zipl.conf when bl.args is not set |
236 |
|
237 |
* Wed Feb 5 2003 Jeremy Katz <katzj@redhat.com> 0.19-1 |
238 |
- make sure our lilo default is sane (#79594) |
239 |
|
240 |
* Wed Jan 22 2003 Jeremy Katz <katzj@redhat.com> 0.18-1 |
241 |
- fix line for anaconda-ks.cfg when bootloader installed on partition |
242 |
|
243 |
* Thu Jan 09 2003 Karsten Hopp <karsten@redhat.de> 0.17-1 |
244 |
- minor fixes for S390 |
245 |
|
246 |
* Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> |
247 |
- fix for #78380 - parted has fat16 and fat32 types now |
248 |
|
249 |
* Tue Nov 5 2002 Jeremy Katz <katzj@redhat.com> |
250 |
- read some kernel arguments when setting up default kernel args (#69904) |
251 |
- pychecker fixups |
252 |
|
253 |
* Thu Oct 3 2002 Jeremy Katz <katzj@redhat.com> |
254 |
- some x86_64 support |
255 |
|
256 |
* Tue Sep 10 2002 Jeremy Katz <katzj@redhat.com> |
257 |
- merge ia64 changes |
258 |
- add alpha support based on 7.2 alpha code |
259 |
|
260 |
* Wed Aug 14 2002 Jeremy Katz <katzj@redhat.com> |
261 |
- fix lilo entry removal |
262 |
|
263 |
* Fri Aug 2 2002 Jeremy Katz <katzj@redhat.com> |
264 |
- include bootloader location in kickstart line |
265 |
|
266 |
* Thu Aug 1 2002 Jeremy Katz <katzj@redhat.com> |
267 |
- make sure old entries get removed from lilo.conf on upgrade |
268 |
|
269 |
* Wed Jul 17 2002 Jeremy Katz <katzj@redhat.com> |
270 |
- set up serial consoles properly during install |
271 |
|
272 |
* Thu Jul 11 2002 Jeremy Katz <katzj@redhat.com> |
273 |
- count first ntfs found as alternative os as its just as likely |
274 |
|
275 |
* Fri Jun 28 2002 Jeremy Katz <katzj@redhat.com> |
276 |
- write out root=LABEL= if using an initrd and rootfs has a label |
277 |
|
278 |
* Thu Jun 27 2002 Jeremy Katz <katzj@redhat.com> |
279 |
- grubby can do stuff with lilo.conf now, so we don't have to worry |
280 |
about updating lilo.conf in the upgrade only mode |
281 |
|
282 |
* Thu Jun 20 2002 Jeremy Katz <katzj@redhat.com> |
283 |
- add lilo password support |
284 |
|
285 |
* Mon Jun 10 2002 Jeremy Katz <katzj@redhat.com> |
286 |
- fix some missing iutil->butil bits |
287 |
|
288 |
* Fri May 31 2002 Jeremy Katz <katzj@redhat.com> |
289 |
- minor fixes |
290 |
|
291 |
* Tue May 28 2002 Jeremy Katz <katzj@redhat.com> |
292 |
- require rhpl |
293 |
|
294 |
* Mon Jan 21 2002 Jeremy Katz <katzj@redhat.com> |
295 |
- Initial build. |