/[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.13 - (show annotations) (download)
Sat Sep 17 21:16:16 2011 UTC (12 years, 9 months ago) by slords
Branch: MAIN
CVS Tags: booty-0_80_6-10
Changes since 1.12: +26 -12 lines
Upstream import

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

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