/[smeserver]/rpms/booty/sme8/booty.spec
ViewVC logotype

Contents of /rpms/booty/sme8/booty.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.12 - (show annotations) (download)
Mon May 17 16:51:37 2010 UTC (14 years, 1 month ago) by slords
Branch: MAIN
Changes since 1.11: +22 -4 lines
* Mon May 17 2010 Shad L. Lords <slords@mail.com> - 0.80.6-7.sme
- Install grub correctly on raid1 devices
- Use SME labels on grub screen

1 Summary: simple python bootloader config lib
2 Name: booty
3 Version: 0.80.6
4 Release: 7%{?dist}
5 License: LGPL
6 Group: System Environment/Libraries
7 BuildRoot: %{_tmppath}/%{name}-root
8 Requires: rhpl
9 BuildRequires: python-devel
10 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
19 # SME specific patches
20 Patch1001: 0001-Install-grub-correctly-on-raid1-devices.patch
21 Patch1002: 0002-Use-SME-labels-on-grub-screen.patch
22
23 %description
24 Small python library for use with bootloader configuration by anaconda
25 and up2date.
26
27
28 %prep
29 %setup -q
30 %patch0 -p1
31 %patch1 -p1
32 %patch2 -p1
33 %patch3 -p1
34 %patch4 -p1
35 %patch5 -p1
36
37 # SME specific patches
38 %patch1001 -p1
39 %patch1002 -p1
40
41 %build
42 make
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 make DESTDIR=$RPM_BUILD_ROOT install
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(-,root,root)
53 %doc README TODO
54 /usr/lib/booty
55
56
57 %changelog
58 * Mon May 17 2010 Shad L. Lords <slords@mail.com> - 0.80.6-7.sme
59 - Install grub correctly on raid1 devices
60 - 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
73 - Fix dropped changelog entries.
74 Related: rhbz#465454
75
76 * Tue Oct 07 2008 Peter Jones <pjones@redhat.com> - 0.80.6-4
77 - Don't specify "com=$SPEED" on vmm= line for ia64.
78 Resolves: rhbz#465454
79
80 * Tue Sep 30 2008 Peter Jones <pjones@redhat.com> - 0.80.6-3
81 - Rework bootloaderInfo.serial's initialization.
82 Resolves: rhbz#464791
83
84 * Fri Sep 26 2008 Peter Jones <pjones@redhat.com> - 0.80.6-2
85 - Re-incorperate dropped changelog entries that rpmdiff caught,
86 and dropped fix from 0.80.4-5.
87 Related: rhbz#462843
88
89 * Thu Sep 25 2008 Peter Jones <pjones@redhat.com> - 0.80.6-1
90 - Fix ia64 xen command line writing
91 Resolves: rhbz#462843
92
93 * Mon Jul 21 2008 Dave Lehman <dlehman@redhat.com> - 0.80.5-1
94 - Work correctly with root on LUKS encrypted device.
95 Resolves: rhbz#455343
96
97 * Thu Feb 07 2008 Peter Jones <pjones@redhat.com> - 0.80.4-6
98 - Fix installation of boot sector to partitions on dmraid devices.
99 Resolves: rhbz#236452
100
101 * Tue Aug 14 2007 David Cantrell <dcantrell@redhat.com> - 0.80.4-5
102 - Do not use LABEL= for non-dm devices, prevents boot failures
103 Resolves: rhbz#250631
104
105 * Thu Jul 19 2007 Peter Jones <pjones@redhat.com> - 0.80.4-4
106 - Update fix for elilo.conf
107 Resolves: rhbz#221455
108
109 * Wed Jul 18 2007 Peter Jones <pjones@redhat.com> - 0.80.4-3
110 - Include fix for elilo.conf on ia64 xen systems
111 Resolves: rhbz#221455
112
113 * Tue Jun 19 2007 David Cantrell <dcantrell@redhat.com> - 0.80.4-2
114 - Do not use filesystem label (e.g., LABEL=) for multipath devices
115 Related: rhbz#185852
116
117 * Thu Jan 4 2007 Peter Jones <pjones@redhat.com> - 0.80.4-1
118 - Include drives for /boot and stage1 in device.map (#218453)
119
120 * Mon Dec 18 2006 Peter Jones <pjones@redhat.com> - 0.80.3-1
121 - Use the right drive list so we don't get off-by-one errors, missing disks,
122 etc. (Resolves: #217434)
123
124 * Fri Nov 17 2006 Chris Lumens <clumens@redhat.com> - 0.80.2-1
125 - Use a sorted drive order so we don't clobber kickstart's bootloader
126 config (#214881).
127
128 * Wed Nov 8 2006 Peter Jones <pjones@redhat.com> - 0.80.1-1
129 - Use isys's drive cache instead of creating our own, so we get dm device
130 splitting/combining correctly.
131
132 * Wed Oct 11 2006 Peter Jones <pjones@redhat.com> - 0.80-1
133 - Copy "nodmraid" and "nompath" args from the kernel command line (#209377)
134
135 * Wed Jul 19 2006 Jeremy Katz <katzj@redhat.com> - 0.79-1
136 - fix ia64 serial console (#196709)
137
138 * Fri Jun 23 2006 Paul Nasrat <pnasrat@redhat.com> - 0.78-1
139 - Fix duplicate entries in boot= line on ppc
140
141 * Tue Jun 20 2006 Jeremy Katz <katzj@redhat.com> - 0.77-1
142 - fix for hv entry with new xen kernel naming (#196022)
143
144 * Wed Jun 14 2006 Jeremy Katz <katzj@redhat.com> - 0.76-1
145 - handle new xen kernel naming
146
147 * Wed May 03 2006 Chris Lumens <clumens@redhat.com> 0.75-1
148 - Remove rogue reference to butil.
149
150 * Mon May 1 2006 Jeremy Katz <katzj@redhat.com> - 0.74=1
151 - add support for creating an isolinux.cfg for live CD
152 - remove no-longer used edd code
153 - use rhpl instead of butil copies of code
154 - build as noarch now
155
156 * Tue Mar 14 2006 Peter Jones <pjones@redhat.com> - 0.71-1
157 - pass through pci= boot arguments
158
159 * Wed Mar 8 2006 Peter Jones <pjones@redhat.com> - 0.70-1
160 - don't make fd0 entries in device.map, they screw up suspend/hibernate
161
162 * Mon Mar 6 2006 Jeremy Katz <katzj@redhat.com> - 0.69-1
163 - adjust for changed xen kernel naming
164
165 * Mon Feb 27 2006 Peter Jones <pjones@redhat.com> - 0.68-1
166 - sync between invocations of grub on smp
167 - default to "mbr", not "partition" for grub installation on md
168
169 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.67-1.1
170 - bump again for double-long bug on ppc(64)
171
172 * Tue Feb 07 2006 Chris Lumens <clumens@redhat.com> 0.67-1
173 - Fix syntax error.
174
175 * Mon Feb 6 2006 Peter Jones <pjones@redhat.com> - 0.66-1
176 - use "mapper/raidnamep0" for partition names instead of "mapper/raidname0"
177
178 * Tue Jan 31 2006 Peter Jones <pjones@redhat.com> - 0.65-1
179 - add support for reprobing device bootloaderInfo.drivelist
180
181 * Sat Jan 7 2006 Jeremy Katz <katzj@redhat.com> - 0.64-1
182 - fix syntax error
183
184 * Fri Jan 6 2006 Peter Jones <pjones@redhat.com> - 0.63-1
185 - don't write a log, for now.
186
187 * Wed Jan 4 2006 Peter Jones <pjones@redhat.com> - 0.62-1
188 - fix degraded raid detection for dmraid
189
190 * Fri Dec 9 2005 Jesse Keating <jkeating@redhat.com> - 0.61-1.1
191 - rebuilt
192
193 * Wed Nov 30 2005 Peter Jones <pjones@redhat.com> - 0.61-1
194 - add support for dmraid boot devices
195
196 * Fri Nov 18 2005 Peter Jones <pjones@redhat.com> - 0.60-3
197 - fix raid on ppc
198 - fix partition numbering on pegasos
199
200 * Fri Oct 28 2005 Jeremy Katz <katzj@redhat.com> - 0.59-1
201 - support serial console for xen
202
203 * Thu Oct 27 2005 Jeremy Katz <katzj@redhat.com> - 0.58-1
204 - quick version of getting xen dom0 kernel setup properly in grub.conf
205
206 * Tue Sep 13 2005 Paul Nasrat <pnasrat@redhat.com> 0.57-1
207 - ppc PMac fix
208
209 * Sat Aug 13 2005 Peter Jones <pjones@redhat.com> 0.56-1
210 - Even more ppc/yaboot fixes.
211
212 * Thu Aug 11 2005 Peter Jones <pjones@redhat.com> 0.55-1
213 - ppc "Pegasos" platform support
214
215 * Fri Jul 1 2005 Peter Jones <pjones@redhat.com> 0.54-1
216 - fix more missing sx8 checks
217 - no more tabs in python code
218 - ppc raid1 booting
219 - minor silo.conf bug fix
220
221 * Wed May 11 2005 Peter Jones <pjones@redhat.com> 0.53-1
222 - Make partition installs of grubs first stage behave right.
223
224 * Wed May 4 2005 Jeremy Katz <katzj@redhat.com> 0.52-1
225 - add enablecdboot, enableofboot, and enablenetboot to yaboot.conf
226 - try to detect mac os x and set up dual boot on pmac
227
228 * Mon May 2 2005 Jeremy Katz <katzj@redhat.com>
229 - add handling for sx8 device names
230
231 * Wed Apr 13 2005 Peter Jones <pjones@redhat.com> 0.51-1
232 - make upgrades work with /boot on raid
233
234 * Wed Mar 09 2005 Chris Lumens <clumens@redhat.com> 0.50-1
235 - Make sure to write out a --driveorder parameter in the kickstart file
236 (#140446).
237 - Do a better job of ignoring volume groups - for instance, if the user
238 has changed the group's name away from our assumed VolGroupXX (#150630).
239
240 * Thu Mar 03 2005 Chris Lumens <clumens@redhat.com> 0.49-1
241 - Don't use deprecated whrandom module anymore.
242
243 * Mon Feb 21 2005 Peter Jones <pjones@redhat.com> 0.48-1
244 - removed silo debug crap
245 - fixed device.map generation when using LVM
246
247 * Mon Feb 21 2005 Chris Lumens <clumens@redhat.com> 0.47-1
248 - Fixed typo on silo import.
249
250 * Fri Feb 18 2005 Peter Jones <pjones@redhat.com> 0.46-1
251 - add in silo.conf handling, so spot will stop harassing me.
252
253 * Mon Nov 22 2004 Karsten Hopp <karsten@redhat.de> 0.45-1
254 - rebuild with python-2.4
255
256 * Mon Oct 4 2004 Jeremy Katz <katzj@redhat.com> - 0.44-1
257 - don't include /dev/ in the console name (#134336)
258 - fix installing boot loader to partition with RAID1 /boot (#127557)
259
260 * Mon Sep 13 2004 Jeremy Katz <katzj@redhat.com> - 0.43-1
261 - preserve some more consoles (#131301)
262 - add magicboot for Power Mac (from <pnasrat@redhat.com>)
263
264 * Tue Aug 10 2004 Jeremy Katz <katzj@redhat.com> - 0.42-1
265 - don't write the unencrypted password to lilo.conf.anaconda if
266 we're not using lilo (#129280)
267
268 * Tue Aug 3 2004 Jeremy Katz <katzj@redhat.com> - 0.41-1
269 - don't duplicate boot loader arguments (#128492)
270
271 * Mon Jul 12 2004 Jeremy Katz <katzj@redhat.com> - 0.40-1
272 - another tweak to the timeout
273
274 * Mon Jun 28 2004 Jeremy Katz <katzj@redhat.com> - 0.39-1
275 - tweak timeouts to be shorter
276 - use hiddenmenu by default with grub
277
278 * Wed Jun 9 2004 Jeremy Katz <katzj@redhat.com>
279 - quote appended args (#114174)
280
281 * Thu May 13 2004 Jeremy Katz <katzj@redhat.com>
282 - compile fix for newer versions of gcc from Jeff Law
283
284 * Thu May 6 2004 Jeremy Katz <katzj@redhat.com> - 0.38-1
285 - remove ide-scsi from bootloader config on upgrade (#116622)
286
287 * Thu May 6 2004 Jeremy Katz <katzj@redhat.com> - 0.37-1
288 - clean up the xfs fix (#122606)
289 - altix boxes need relocatable (#120851)
290
291 * Fri Apr 30 2004 Jeremy Katz <katzj@redhat.com> - 0.36-1
292 - some xfs fixes (#117968)
293
294 * Fri Apr 16 2004 Jeremy Katz <katzj@redhat.com> - 0.35-1
295 - allow booting windows from grub on x86_64 (#121005)
296
297 * Tue Mar 16 2004 Jeremy Katz <katzj@redhat.com> - 0.34-1
298 - use vmlinuz for ppc now
299
300 * Mon Dec 1 2003 Jeremy Katz <katzj@redhat.com> 0.33-1
301 - no ide-scsi with 2.6
302
303 * Fri Nov 28 2003 Jeremy Katz <katzj@redhat.com>
304 - add buildrequires (#111150)
305
306 * Thu Nov 6 2003 Jeremy Katz <katzj@redhat.com> 0.32-1
307 - rebuild for python 2.3
308
309 * Thu Sep 25 2003 Jeremy Katz <katzj@redhat.com>
310 - modernize label for other OS (#71565)
311
312 * Fri Aug 15 2003 Jeremy Katz <katzj@redhat.com> 0.31.1-1
313 - preserve video= (#102370)
314
315 * Fri Aug 1 2003 Jeremy Katz <katzj@redhat.com> 0.31-1
316 - write out noauto in chandev.conf if we have chandev args (#101381)
317
318 * Fri Jul 25 2003 Jeremy Katz <katzj@redhat.com>
319 - only include message= or splashimage if the file exists (#99301)
320
321 * Wed Jul 23 2003 Jeremy Katz <katzj@redhat.com>
322 - support yaboot passwords (#100618)
323
324 * Wed Jul 23 2003 Jeremy Katz <katzj@redhat.com> 0.30-1
325 - pass through acpi= boot arguments
326
327 * Thu Jul 10 2003 Jeremy Katz <katzj@redhat.com> 0.29.2-1
328 - read product name from /tmp/product/.buildstamp if it exists
329
330 * Thu Jul 10 2003 Jeremy Katz <katzj@redhat.com> 0.29.1-1
331 - yaboot: really fix kernel/initrd path
332
333 * Wed Jul 9 2003 Jeremy Katz <katzj@redhat.com> 0.29-1
334 - yaboot: quotes around append
335 - yaboot: nonvram for pSeries
336 - yaboot: fix partition=
337 - yaboot: fix kernel path
338
339 * Mon Jul 7 2003 Jeremy Katz <katzj@redhat.com> 0.28.1-1
340 - fix a typo (#98691)
341
342 * Thu Jul 3 2003 Jeremy Katz <katzj@redhat.com> 0.28-1
343 - write our own yaboot.conf to work better with lvm/raid (#98308)
344 - ensure the iSeries cmdline gets blanked
345
346 * Fri Jun 20 2003 Jeremy Katz <katzj@redhat.com> 0.27-1
347 - handle /boot as a separate partition on pSeries nicely
348 - setup /etc/elilo.conf symlink on ia64
349
350 * Wed Jun 18 2003 Jeremy Katz <katzj@redhat.com> 0.26.1-1
351 - remove efi boot entries based on product name, not just hardcoding
352 Red Hat Linux (#97653)
353
354 * Sun Jun 1 2003 Jeremy Katz <katzj@redhat.com> 0.26-1
355 - write kernel to side B on iSeries as well (#91038)
356
357 * Mon May 12 2003 Jeremy Katz <katzj@redhat.com> 0.25.9-1
358 - if there's not an old default on lilo upgrade, we don't need to
359 delete it (#88582)
360
361 * Fri May 2 2003 Jeremy Katz <katzj@redhat.com> 0.25.8-1
362 - really get the PReP partition writing right for iSeries
363
364 * Thu May 1 2003 Jeremy Katz <katzj@redhat.com> 0.25.7-1
365 - use root=LABEL= on s/390
366
367 * Wed Apr 30 2003 Jeremy Katz <katzj@redhat.com> 0.25.6-1
368 - iSeries tweak to get the kernel written to the PReP partition
369
370 * Wed Apr 30 2003 Jeremy Katz <katzj@redhat.com> 0.25.5-1
371 - yabootconfig moved to /sbin
372
373 * Tue Apr 29 2003 Jeremy Katz <katzj@redhat.com> 0.25.4-1
374 - tweaks to handle chandev now that it's in /tmp/install.cfg and not from
375 the env var
376
377 * Thu Apr 24 2003 Jeremy Katz <katzj@redhat.com> 0.25.3-1
378 - use Arjan's suggestion of vmlinitrd for iseries kernel + initrd
379
380 * Wed Apr 23 2003 Jeremy Katz <katzj@redhat.com> 0.25.2-1
381 - pseries tweaks
382
383 * Tue Apr 15 2003 Jeremy Katz <katzj@redhat.com> 0.25.1-1
384 - fix silly typos
385
386 * Mon Apr 14 2003 Jeremy Katz <katzj@redhat.com> 0.25-1
387 - iSeries support
388
389 * Mon Mar 24 2003 Jeremy Katz <katzj@redhat.com> 0.24.1-1
390 - make target global for zipl.conf
391
392 * Thu Mar 20 2003 Jeremy Katz <katzj@redhat.com> 0.24-1
393 - merge newer yaboot changes from Dan Burcaw
394
395 * Fri Mar 14 2003 Jeremy Katz <katzj@redhat.com> 0.23-1
396 - read product name information dynamically (using /etc/redhat-release and
397 anaconda's /.buildstamp)
398
399 * Wed Mar 12 2003 Jeremy Katz <katzj@redhat.com> 0.22.1-1
400 - fix tyop
401
402 * Tue Mar 4 2003 Jeremy Katz <katzj@redhat.com> 0.22-1
403 - support for yaboot from Dan Burcaw <dburcaw@terrasoftsolutions.com>
404
405 * Mon Feb 24 2003 Karsten Hopp <karsten@redhat.de> 0.21-1
406 - s390 changes: zipl doesn't like lables, use devicename
407 - don't write root= twice
408
409 * Wed Feb 19 2003 Karsten Hopp <karsten@redhat.de> 0.20-1
410 - s390 changes: write correct zipl.conf when bl.args is not set
411
412 * Wed Feb 5 2003 Jeremy Katz <katzj@redhat.com> 0.19-1
413 - make sure our lilo default is sane (#79594)
414
415 * Wed Jan 22 2003 Jeremy Katz <katzj@redhat.com> 0.18-1
416 - fix line for anaconda-ks.cfg when bootloader installed on partition
417
418 * Thu Jan 09 2003 Karsten Hopp <karsten@redhat.de> 0.17-1
419 - minor fixes for S390
420
421 * Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com>
422 - fix for #78380 - parted has fat16 and fat32 types now
423
424 * Tue Nov 5 2002 Jeremy Katz <katzj@redhat.com>
425 - read some kernel arguments when setting up default kernel args (#69904)
426 - pychecker fixups
427
428 * Thu Oct 3 2002 Jeremy Katz <katzj@redhat.com>
429 - some x86_64 support
430
431 * Tue Sep 10 2002 Jeremy Katz <katzj@redhat.com>
432 - merge ia64 changes
433 - add alpha support based on 7.2 alpha code
434
435 * Wed Aug 14 2002 Jeremy Katz <katzj@redhat.com>
436 - fix lilo entry removal
437
438 * Fri Aug 2 2002 Jeremy Katz <katzj@redhat.com>
439 - include bootloader location in kickstart line
440
441 * Thu Aug 1 2002 Jeremy Katz <katzj@redhat.com>
442 - make sure old entries get removed from lilo.conf on upgrade
443
444 * Wed Jul 17 2002 Jeremy Katz <katzj@redhat.com>
445 - set up serial consoles properly during install
446
447 * Thu Jul 11 2002 Jeremy Katz <katzj@redhat.com>
448 - count first ntfs found as alternative os as its just as likely
449
450 * Fri Jun 28 2002 Jeremy Katz <katzj@redhat.com>
451 - write out root=LABEL= if using an initrd and rootfs has a label
452
453 * Thu Jun 27 2002 Jeremy Katz <katzj@redhat.com>
454 - grubby can do stuff with lilo.conf now, so we don't have to worry
455 about updating lilo.conf in the upgrade only mode
456
457 * Thu Jun 20 2002 Jeremy Katz <katzj@redhat.com>
458 - add lilo password support
459
460 * Mon Jun 10 2002 Jeremy Katz <katzj@redhat.com>
461 - fix some missing iutil->butil bits
462
463 * Fri May 31 2002 Jeremy Katz <katzj@redhat.com>
464 - minor fixes
465
466 * Tue May 28 2002 Jeremy Katz <katzj@redhat.com>
467 - require rhpl
468
469 * Mon Jan 21 2002 Jeremy Katz <katzj@redhat.com>
470 - Initial build.

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed