/[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.10 - (hide annotations) (download)
Tue Oct 27 01:36:25 2009 UTC (14 years, 7 months ago) by slords
Branch: MAIN
Changes since 1.9: +6 -4 lines
Update spec

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

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