/[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.3 - (show annotations) (download)
Tue Mar 18 22:33:40 2008 UTC (16 years, 3 months ago) by slords
Branch: MAIN
Changes since 1.2: +0 -0 lines
Import on branch sme8 of package booty-0.80.4-5.src.rpm

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

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