booty-vl.spec 11 KB

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