/[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.14 - (show annotations) (download)
Sat Sep 17 21:19:44 2011 UTC (12 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: booty-0_80_6-10_el5_sme, HEAD
Changes since 1.13: +10 -1 lines
* Sat Sep 17 2011 Shad L. Lords <slords@mail.com> - 0.80.6-10.sme
- Use SME labels on grub screen

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

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