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

Annotation of /rpms/booty/sme8/booty.spec

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


Revision 1.8 - (hide annotations) (download)
Tue Apr 14 14:37:20 2009 UTC (15 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: booty-0_80_6-5
Changes since 1.7: +33 -14 lines
CentOS 5.3 sources

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

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