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

Revision 4045, 11.4 KB checked in by daisuke, 13 years ago (diff)

vooty: rel++

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