booty-vl.spec 12 KB

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