source: projects/specs/trunk/b/booty/booty-vl.spec @ 3512

Revision 3512, 11.1 KB checked in by owa, 13 years ago (diff)

rebuilt

Line 
1Summary: simple python bootloader config lib
2Summary(ja): シンプルな python 用ブートローダ設定ライブラリ
3Name: booty
4Version: 0.44.4
5Release: 5%{?_dist_release}
6License: LGPL
7Source0: %{name}-%{version}.tar.bz2
8Patch10: %{name}-0.44.4-vine.patch
9Patch50: %{name}-0.44.4-pmac.patch2
10Patch60: %{name}-0.44.4-grub-copyfiles.patch
11Patch70: %{name}-0.44.4-noedd.patch
12Group: System Environment/Libraries
13BuildRoot: %{_tmppath}/%{name}-root
14Requires: rhpl
15BuildRequires: python-devel
16
17%description
18Small python library for use with bootloader configuration by anaconda
19and up2date.
20
21%description -l ja
22anaconda で利用されるブートローダを設定する python ライブラリ。
23
24
25%prep
26%setup -q
27%patch10 -p1 -b .vine
28%patch50 -p1 -b .pmac
29%patch60 -p1 -b .grub-copyfiles
30%patch70 -p1 -b .noedd
31
32%build
33make
34
35%install
36rm -rf $RPM_BUILD_ROOT
37make DESTDIR=$RPM_BUILD_ROOT install
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(-,root,root)
44%doc README TODO
45/usr/lib/booty
46
47%changelog
48* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 0.44.4-5
49- rebuilt with rpm-4.8.1-3
50
51* Fri Apr 03 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.44.4-4
52- update vine patch
53  - add "splash=silent" for bootsplash option.
54
55* Sun Mar 29 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.44.4-3
56- update vine patch
57  - use "resume=" for TOI parameter instead of "resume2="
58
59* Tue Mar 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.44.4-2
60- add Patch70 to remove edd code.
61
62* Sat Aug 16 2008 Shu KONNO <owa@bg.wakwak.com> 0.44.4-1vl5
63- applied new versioning policy, spec in utf-8
64
65* Tue Jan 09 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.44.4-0vl16
66- update Patch50
67  - use vmlinux/vmlinux.old style labels also on ppc (yaboot.conf)
68
69* Mon Nov 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.44.4-0vl15
70- add Patch60
71  - support booting from raid1 device.
72
73* Fri Nov 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.44.4-0vl14
74- update Patch10
75  - fix installing bootloader on raid disks.
76
77* Fri Nov 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.44.4-0vl13
78- update Patch10
79  - disable vesafb on i81x/Rage system.
80  - use vga=0x301 when "lowres" is specified.
81
82* Mon Oct 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.44.4-0vl12
83- update Patch10
84
85* Tue Oct 17 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.44.4-0vl11
86- fixed patch50 (minor typo fix)
87
88* Sat Oct 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.44.4-0vl10
89- fix patch10 (<BTS:239>)
90
91* Thu Sep 28 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.44.4-0vl9
92- fixed patch50 for ppc to fix boot= line
93
94* Thu Sep 14 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.44.4-0vl8
95- modified patch50 for ppc
96  - better-looking yaboot.conf
97  - fix duplicate entries in boot= line on ppc (taken from 0.78-1)
98  - set device= line, using /sbin/ofpath
99  - set macosx= line (see bootloader.py in anaconda)
100
101* Tue Sep 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.44.4-0vl7
102- update Patch10 to force-create device.map in installer.
103
104* Sat Sep 09 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.44.4-0vl6
105- added patch50 for ppc
106
107* Sun Sep 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.44.4-0vl5
108- update Patch10 to merge with patch20
109- check if swap device is available or not. (<BTS:0128>)
110
111* Fri Sep 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.44.4-0vl4
112- do not add fd0 entry to grub device.map.
113
114* Tue Aug 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.44.4-0vl3
115- update vine patch to fix resume2 parameter
116
117* Sun Aug 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.44.4-0vl2
118- update vine patch to fix default grub menu.lst
119- add Patch20 to use menu.lst for grub config file instead of grub.conf
120
121* Tue Aug 22 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.44.4-0vl1
122- initial build for Vine Linux
123
124* Wed Apr 19 2006 Peter Jones <pjones@redhat.com> - 0.44.4-1
125- Add "console=tty0" when using a serial console (#171810)
126
127* Tue Aug 11 2005 Peter Jones <pjones@redhat.com> - 0.44.3-1
128- Fix bootloader setup on non-RAID pSeries (and maybe other ppc as well?)
129
130* Wed Jul 13 2005 Peter Jones <pjones@redhat.com> - 0.44.2-1
131- typo fix
132
133* Wed Jul 13 2005 Peter Jones <pjones@redhat.com> - 0.44.1-1
134- support RAID1 /boot on ppc.
135
136* Mon Oct  4 2004 Jeremy Katz <katzj@redhat.com> - 0.44-1
137- don't include /dev/ in the console name (#134336)
138- fix installing boot loader to partition with RAID1 /boot (#127557)
139
140* Mon Sep 13 2004 Jeremy Katz <katzj@redhat.com> - 0.43-1
141- preserve some more consoles (#131301)
142- add magicboot for Power Mac (from <pnasrat@redhat.com>)
143
144* Tue Aug 10 2004 Jeremy Katz <katzj@redhat.com> - 0.42-1
145- don't write the unencrypted password to lilo.conf.anaconda if
146  we're not using lilo (#129280)
147
148* Tue Aug  3 2004 Jeremy Katz <katzj@redhat.com> - 0.41-1
149- don't duplicate boot loader arguments (#128492)
150
151* Mon Jul 12 2004 Jeremy Katz <katzj@redhat.com> - 0.40-1
152- another tweak to the timeout
153
154* Mon Jun 28 2004 Jeremy Katz <katzj@redhat.com> - 0.39-1
155- tweak timeouts to be shorter
156- use hiddenmenu by default with grub
157
158* Wed Jun  9 2004 Jeremy Katz <katzj@redhat.com>
159- quote appended args (#114174)
160
161* Thu May 13 2004 Jeremy Katz <katzj@redhat.com>
162- compile fix for newer versions of gcc from Jeff Law
163
164* Thu May  6 2004 Jeremy Katz <katzj@redhat.com> - 0.38-1
165- remove ide-scsi from bootloader config on upgrade (#116622)
166
167* Thu May  6 2004 Jeremy Katz <katzj@redhat.com> - 0.37-1
168- clean up the xfs fix (#122606)
169- altix boxes need relocatable (#120851)
170
171* Fri Apr 30 2004 Jeremy Katz <katzj@redhat.com> - 0.36-1
172- some xfs fixes (#117968)
173
174* Fri Apr 16 2004 Jeremy Katz <katzj@redhat.com> - 0.35-1
175- allow booting windows from grub on x86_64 (#121005)
176
177* Tue Mar 16 2004 Jeremy Katz <katzj@redhat.com> - 0.34-1
178- use vmlinuz for ppc now
179
180* Mon Dec  1 2003 Jeremy Katz <katzj@redhat.com> 0.33-1
181- no ide-scsi with 2.6
182
183* Fri Nov 28 2003 Jeremy Katz <katzj@redhat.com>
184- add buildrequires (#111150)
185
186* Thu Nov  6 2003 Jeremy Katz <katzj@redhat.com> 0.32-1
187- rebuild for python 2.3
188
189* Thu Sep 25 2003 Jeremy Katz <katzj@redhat.com>
190- modernize label for other OS (#71565)
191
192* Fri Aug 15 2003 Jeremy Katz <katzj@redhat.com> 0.31.1-1
193- preserve video= (#102370)
194
195* Fri Aug  1 2003 Jeremy Katz <katzj@redhat.com> 0.31-1
196- write out noauto in chandev.conf if we have chandev args (#101381)
197
198* Fri Jul 25 2003 Jeremy Katz <katzj@redhat.com>
199- only include message= or splashimage if the file exists (#99301)
200
201* Wed Jul 23 2003 Jeremy Katz <katzj@redhat.com>
202- support yaboot passwords (#100618)
203
204* Wed Jul 23 2003 Jeremy Katz <katzj@redhat.com> 0.30-1
205- pass through acpi= boot arguments
206
207* Thu Jul 10 2003 Jeremy Katz <katzj@redhat.com> 0.29.2-1
208- read product name from /tmp/product/.buildstamp if it exists
209
210* Thu Jul 10 2003 Jeremy Katz <katzj@redhat.com> 0.29.1-1
211- yaboot: really fix kernel/initrd path
212
213* Wed Jul  9 2003 Jeremy Katz <katzj@redhat.com> 0.29-1
214- yaboot: quotes around append
215- yaboot: nonvram for pSeries
216- yaboot: fix partition=
217- yaboot: fix kernel path
218
219* Mon Jul  7 2003 Jeremy Katz <katzj@redhat.com> 0.28.1-1
220- fix a typo (#98691)
221
222* Thu Jul  3 2003 Jeremy Katz <katzj@redhat.com> 0.28-1
223- write our own yaboot.conf to work better with lvm/raid (#98308)
224- ensure the iSeries cmdline gets blanked
225
226* Fri Jun 20 2003 Jeremy Katz <katzj@redhat.com> 0.27-1
227- handle /boot as a separate partition on pSeries nicely
228- setup /etc/elilo.conf symlink on ia64
229
230* Wed Jun 18 2003 Jeremy Katz <katzj@redhat.com> 0.26.1-1
231- remove efi boot entries based on product name, not just hardcoding
232  Red Hat Linux (#97653)
233
234* Sun Jun  1 2003 Jeremy Katz <katzj@redhat.com> 0.26-1
235- write kernel to side B on iSeries as well (#91038)
236
237* Mon May 12 2003 Jeremy Katz <katzj@redhat.com> 0.25.9-1
238- if there's not an old default on lilo upgrade, we don't need to
239  delete it (#88582)
240
241* Fri May  2 2003 Jeremy Katz <katzj@redhat.com> 0.25.8-1
242- really get the PReP partition writing right for iSeries
243
244* Thu May  1 2003 Jeremy Katz <katzj@redhat.com> 0.25.7-1
245- use root=LABEL= on s/390
246
247* Wed Apr 30 2003 Jeremy Katz <katzj@redhat.com> 0.25.6-1
248- iSeries tweak to get the kernel written to the PReP partition
249
250* Wed Apr 30 2003 Jeremy Katz <katzj@redhat.com> 0.25.5-1
251- yabootconfig moved to /sbin
252
253* Tue Apr 29 2003 Jeremy Katz <katzj@redhat.com> 0.25.4-1
254- tweaks to handle chandev now that it's in /tmp/install.cfg and not from
255  the env var
256
257* Thu Apr 24 2003 Jeremy Katz <katzj@redhat.com> 0.25.3-1
258- use Arjan's suggestion of vmlinitrd for iseries kernel + initrd
259
260* Wed Apr 23 2003 Jeremy Katz <katzj@redhat.com> 0.25.2-1
261- pseries tweaks
262
263* Tue Apr 15 2003 Jeremy Katz <katzj@redhat.com> 0.25.1-1
264- fix silly typos
265
266* Mon Apr 14 2003 Jeremy Katz <katzj@redhat.com> 0.25-1
267- iSeries support
268
269* Mon Mar 24 2003 Jeremy Katz <katzj@redhat.com> 0.24.1-1
270- make target global for zipl.conf
271
272* Thu Mar 20 2003 Jeremy Katz <katzj@redhat.com> 0.24-1
273- merge newer yaboot changes from Dan Burcaw
274
275* Fri Mar 14 2003 Jeremy Katz <katzj@redhat.com> 0.23-1
276- read product name information dynamically (using /etc/redhat-release and
277  anaconda's /.buildstamp)
278
279* Wed Mar 12 2003 Jeremy Katz <katzj@redhat.com> 0.22.1-1
280- fix tyop
281
282* Tue Mar  4 2003 Jeremy Katz <katzj@redhat.com> 0.22-1
283- support for yaboot from Dan Burcaw <dburcaw@terrasoftsolutions.com>
284
285* Mon Feb 24 2003 Karsten Hopp <karsten@redhat.de> 0.21-1
286- s390 changes: zipl doesn't like lables, use devicename
287-               don't write root= twice
288
289* Wed Feb 19 2003 Karsten Hopp <karsten@redhat.de> 0.20-1
290- s390 changes: write correct zipl.conf when bl.args is not set
291
292* Wed Feb  5 2003 Jeremy Katz <katzj@redhat.com> 0.19-1
293- make sure our lilo default is sane (#79594)
294
295* Wed Jan 22 2003 Jeremy Katz <katzj@redhat.com> 0.18-1
296- fix line for anaconda-ks.cfg when bootloader installed on partition
297
298* Thu Jan 09 2003 Karsten Hopp <karsten@redhat.de> 0.17-1
299- minor fixes for S390
300
301* Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com>
302- fix for #78380 - parted has fat16 and fat32 types now
303
304* Tue Nov  5 2002 Jeremy Katz <katzj@redhat.com>
305- read some kernel arguments when setting up default kernel args (#69904)
306- pychecker fixups
307
308* Thu Oct  3 2002 Jeremy Katz <katzj@redhat.com>
309- some x86_64 support
310
311* Tue Sep 10 2002 Jeremy Katz <katzj@redhat.com>
312- merge ia64 changes
313- add alpha support based on 7.2 alpha code
314
315* Wed Aug 14 2002 Jeremy Katz <katzj@redhat.com>
316- fix lilo entry removal
317
318* Fri Aug  2 2002 Jeremy Katz <katzj@redhat.com>
319- include bootloader location in kickstart line
320
321* Thu Aug  1 2002 Jeremy Katz <katzj@redhat.com>
322- make sure old entries get removed from lilo.conf on upgrade
323
324* Wed Jul 17 2002 Jeremy Katz <katzj@redhat.com>
325- set up serial consoles properly during install
326
327* Thu Jul 11 2002 Jeremy Katz <katzj@redhat.com>
328- count first ntfs found as alternative os as its just as likely
329
330* Fri Jun 28 2002 Jeremy Katz <katzj@redhat.com>
331- write out root=LABEL= if using an initrd and rootfs has a label
332
333* Thu Jun 27 2002 Jeremy Katz <katzj@redhat.com>
334- grubby can do stuff with lilo.conf now, so we don't have to worry
335  about updating lilo.conf in the upgrade only mode
336
337* Thu Jun 20 2002 Jeremy Katz <katzj@redhat.com>
338- add lilo password support
339
340* Mon Jun 10 2002 Jeremy Katz <katzj@redhat.com>
341- fix some missing iutil->butil bits
342
343* Fri May 31 2002 Jeremy Katz <katzj@redhat.com>
344- minor fixes
345
346* Tue May 28 2002 Jeremy Katz <katzj@redhat.com>
347- require rhpl
348
349* Mon Jan 21 2002 Jeremy Katz <katzj@redhat.com>
350- Initial build.
Note: See TracBrowser for help on using the repository browser.