/[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.5 - (hide annotations) (download)
Wed Apr 9 13:51:45 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
Changes since 1.4: +2 -0 lines
Add Id to top of spec

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

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