pm-utils-vl.spec 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490
  1. Summary: Power management utilities and scripts
  2. Summary(ja): 電源管理ユーティリティおよびスクリプト
  3. Name: pm-utils
  4. License: GPLv2
  5. Version: 1.2.6.1
  6. Release: 1%{?_dist_release}
  7. Group: System Environment/Base
  8. URL: http://pm-utils.freedesktop.org
  9. Source0: http://pm-utils.freedesktop.org/releases/pm-utils-%{version}.tar.gz
  10. Source21: pm-utils-99hd-apm-restore
  11. Source22: pm-utils-hd-apm-restore.conf
  12. Source23: pm-utils-bugreport-info.sh
  13. Source100: 00tuxonice
  14. Source101: tuxonice.sysconfig
  15. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  16. BuildRequires: xmlto
  17. # for chvt
  18. Requires: kbd
  19. #Requires: radeontool
  20. # for hd apm settings
  21. Requires: hdparm
  22. # for on_ac_power
  23. Requires: hal
  24. %ifarch %{ix86} x86_64
  25. Requires: vbetool
  26. %endif
  27. Conflicts: apmd < 3.2.2
  28. %description
  29. The pm-utils package contains utilities and scripts useful for tasks related
  30. to power management.
  31. %package devel
  32. Summary: Files for development using %{name}
  33. Summary(ja): Files for development using %{name}
  34. Group: Development/Libraries
  35. Requires: %{name} = %{version}-%{release}
  36. # for /usr/share/pkgconfig
  37. Requires: pkgconfig
  38. %description devel
  39. This package contains the pkg-config files for development
  40. when building programs that use %{name}.
  41. %prep
  42. %setup -q
  43. %build
  44. %configure
  45. make
  46. %install
  47. rm -rf %{buildroot}
  48. make install DESTDIR=%{buildroot}
  49. install -D -m 0600 /dev/null %{buildroot}%{_localstatedir}/log/pm-suspend.log
  50. mkdir -p %{buildroot}%{_localstatedir}/run/pm-utils/{locks,storage}
  51. install -D -m 0755 %{SOURCE21} %{buildroot}%{_libdir}/pm-utils/sleep.d/99hd-apm-restore.hook
  52. install -D -m 0644 %{SOURCE22} %{buildroot}%{_sysconfdir}/pm-utils-hd-apm-restore.conf
  53. install -D -m 0755 %{SOURCE23} %{buildroot}%{_bindir}/pm-utils-bugreport-info.sh
  54. install -D -m 0755 %{SOURCE100} %{buildroot}%{_libdir}/pm-utils/sleep.d/00tuxonice
  55. install -D -m 0644 %{SOURCE101} %{buildroot}%{_sysconfdir}/sysconfig/tuxonice
  56. # VINE: documents handled directly with %%doc directive in the %%files section
  57. rm -rf %{buildroot}%{_datadir}/doc/pm-utils
  58. %clean
  59. rm -rf %{buildroot}
  60. %files
  61. %defattr(-,root,root,-)
  62. %doc AUTHORS COPYING ChangeLog NEWS README* TODO pm/HOWTO*
  63. %config(noreplace) %{_sysconfdir}/pm-utils-hd-apm-restore.conf
  64. %config(noreplace) %{_sysconfdir}/sysconfig/tuxonice
  65. %{_sysconfdir}/pm/
  66. %dir %{_libdir}/pm-utils/
  67. %{_libdir}/pm-utils/bin/
  68. %{_libdir}/pm-utils/defaults
  69. %{_libdir}/pm-utils/functions
  70. %{_libdir}/pm-utils/pm-functions
  71. %{_libdir}/pm-utils/power.d/
  72. %{_libdir}/pm-utils/sleep.d/
  73. %{_libdir}/pm-utils/module.d
  74. %{_bindir}/on_ac_power
  75. %{_bindir}/pm-is-supported
  76. %{_bindir}/pm-utils-bugreport-info.sh
  77. %{_sbindir}/pm-hibernate
  78. %{_sbindir}/pm-powersave
  79. %{_sbindir}/pm-suspend
  80. %{_sbindir}/pm-suspend-hybrid
  81. %{_mandir}/man1/*.1.gz
  82. %{_mandir}/man8/*.8.gz
  83. %{_localstatedir}/run/pm-utils/
  84. #%dir %{_datadir}/doc/pm-utils
  85. #%doc %{_datadir}/doc/pm-utils/*
  86. # no logrotate needed, because only one run of pm-utils is stored
  87. # in the logfile
  88. %ghost %verify(not md5 size mtime) %{_localstatedir}/log/pm-suspend.log
  89. %files devel
  90. %defattr(-,root,root,-)
  91. %{_libdir}/pkgconfig/pm-utils.pc
  92. %changelog
  93. * Sun Jan 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.6.1-1
  94. - new upstream release
  95. * Sat May 9 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.2.5-2
  96. - don't own /usr/share/doc/pm-utils: use %%doc directive to handle documents
  97. - use %%{buildroot} instead of $RPM_BUILD_ROOT
  98. * Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.5-1
  99. - new upstream release
  100. * Sat Apr 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.4-5
  101. - add 00tuxonice to setup image_size_limit and enable_escape
  102. - add /etc/sysconfig/tuxonice
  103. * Fri Apr 03 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.4-4
  104. - remove 00tuxonice
  105. * Thu Mar 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.4-1
  106. - new upstream release
  107. * Wed Oct 15 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2.1-3
  108. - add 00tuxonice to set tuxonice-userui on hibernate
  109. * Mon Oct 13 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2.1-2
  110. - add Requires: vbetool
  111. * Sun Oct 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2.1-1
  112. - initial build for Vine Linux
  113. * Thu Sep 11 2008 Richard Hughes <rhughes@redhat.com> - 1.2.0-1
  114. - Update to 1.2.0
  115. - The core hook-running machinery will now abort running hooks of one fails,
  116. and the front-end scripts will return a failure error code if hook-running
  117. was aborted.
  118. * Mon Jun 22 2008 Richard Hughes <rhughes@redhat.com> - 1.1.2.3-1
  119. - Update to 1.1.2.3
  120. * Fri Jun 20 2008 Till Maas <opensource@till.name> - 1.1.2.2-2
  121. - %%pre and %%post scriptlets should not be needed anymore, old
  122. config files should be already moved in every supported release
  123. and the selinux context for the logfile should be restored by
  124. rpm
  125. - remove pcitulils BR, it was needed for vbetool, which is in a
  126. separate package now
  127. - substitute %%{__rm} macros for uniform macro usage
  128. * Mon May 29 2008 Richard Hughes <rhughes@redhat.com> - 1.1.2.2-1
  129. - Update to 1.1.2.2
  130. * Mon May 28 2008 Richard Hughes <rhughes@redhat.com> - 1.1.2.1-2
  131. - Change BR from docbook-utils to xmlto
  132. * Mon May 28 2008 Richard Hughes <rhughes@redhat.com> - 1.1.2.1-1
  133. - Update to 1.1.2.1
  134. * Mon May 12 2008 Richard Hughes <rhughes@redhat.com> - 1.1.1-2
  135. - Add missing BR for docbook-utils
  136. * Mon May 12 2008 Richard Hughes <rhughes@redhat.com> - 1.1.1-1
  137. - Update to 1.1.1, and drop patches that no longer apply.
  138. * Wed Apr 30 2008 Richard Hughes <rhughes@redhat.com> - 1.1.0-9
  139. - Remove the usermode dep on the advice of Till Maas.
  140. * Wed Apr 30 2008 Richard Hughes <rhughes@redhat.com> - 1.1.0-8
  141. - Rip out all the consolehelper and PAM stuff - users are not meant to be
  142. running these tools directly and it's a massive change from upstream.
  143. * Fri Apr 18 2008 Peter Jones <pjones@redhat.com> - 1.1.0-7
  144. - Default to "shutdown" for hibernate unless it's unavailable.
  145. * Tue Apr 15 2008 Jesse Keating <jkeating@redhat.com> - 1.1.0-6
  146. - Don't error on post restorecon call (which can fail if selinux is disabled)
  147. * Mon Apr 14 2008 Till Maas <opensource till name> - 1.1.0-5
  148. - remove double %%dir %%{_libdir}/pm-utils
  149. - update pm-utils-99hd-apm-restore to work with current pm-utils release
  150. Red Hat Bugzilla: #442294
  151. - move config file for hd apm restore away from config.d, which is only used
  152. for pm-utils internal config anymore
  153. - own /var/run/pm-utils/ and create storage/locks subdirs (may be
  154. needed for selinux)
  155. - make sure an empty logfile is created after install (touch -a ...)
  156. - sort %%files
  157. - make Source0: an URL
  158. - remove Conflicts: bluez utils, all supported Fedora releases ship
  159. already a newer version
  160. - remove unused BR: hal-devel, dbus-devel, pkgconfig, docbook-utils
  161. * Mon Apr 8 2008 Richard Hughes <rhughes@redhat.com> - 1.1.0-4
  162. - Fix build on 64 bit machines - harder.
  163. * Mon Apr 8 2008 Richard Hughes <rhughes@redhat.com> - 1.1.0-3
  164. - Fix build on 64 bit machines.
  165. * Mon Apr 8 2008 Richard Hughes <rhughes@redhat.com> - 1.1.0-2
  166. - Actually do the build.
  167. * Mon Apr 7 2008 Matthias Clasen <mclasen@redhat.com> - 1.1.0-1
  168. - Update to 1.1.0
  169. - Add devel subpackage for the pc file
  170. * Thu Apr 03 2008 Adam Jackson <ajax@redhat.com> 0.99.4-16
  171. - x86_64 is not a macro, don't %%ifarch on it.
  172. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.99.4-15
  173. - Autorebuild for GCC 4.3
  174. * Fri Jan 11 2008 Till Maas <opensource till name> - 0.99.4-14
  175. - add pm-utils-bugreport-info.sh script to collect information for bugreports
  176. - require Hal (RH #428452)
  177. * Wed Jan 09 2008 Till Maas <opensource till name> - 0.99.4-13
  178. - update README to describe the current beheaviour of pm-utils
  179. * Tue Jan 08 2008 Till Maas <opensource till name> - 0.99.4-12
  180. - remove ExclusiveArch, because it contains all supported archs
  181. (in case an arch schould be excluded, please use ExcludeArch)
  182. - improve readability of usermode setup
  183. - remove pm-restart pm-shutdown from usermode setup, because
  184. there are no such binaries
  185. - list more files in %%files explicit to make it obvious when
  186. there are changes in the distributed package
  187. - add .conf suffix to oldconfig files
  188. * Tue Jan 08 2008 Till Maas <opensource till name> - 0.99.4-11
  189. - make it possible to specify the hibernate mode (RH #375701)
  190. * Wed Jan 02 2008 Till Maas <opensource till name> - 0.99.4-10
  191. - enhance hd-apm-restore and add a config file
  192. - fix source-definition for hd-apm-restore
  193. - add hook suffix for hook script
  194. * Wed Jan 02 2008 Till Maas <opensource till name> - 0.99.4-9
  195. - restore hd apm level (RH #382061)
  196. - Add hdparm requires for new hook
  197. * Mon Dec 31 2007 Till Maas <opensource till name> - 0.99.4-8
  198. - Add documentation to %%doc
  199. * Sun Dec 30 2007 Till Maas <opensource till name> - 0.99.4-7
  200. - fix some bugs (RH #302401)
  201. * Tue Nov 27 2007 Dennis Gilmore <dennis@ausil.us> - 0.99.4-6
  202. - add sparc archs to ExclusiveArch list
  203. * Wed Oct 10 2007 Till Maas <opensource till name> - 0.99.4-5
  204. - Require vbetool only for x86 archs (RH #325741)
  205. - add missing BR for docbook-utils
  206. * Thu Sep 20 2007 Till Maas <opensource till name> - 0.99.4-4
  207. - fix manpage cut and paste mistake (RH #286201)
  208. * Thu Sep 20 2007 Till Maas <opensource till name> - 0.99.4-3
  209. - remove unused patch (vidhooks)
  210. - add patch to keep logfile (RH #237840 (f7), #238068 (devel)),
  211. to keep selinux context
  212. - simplify spec
  213. - restore selinux context of logfile in %%post
  214. - use rpmmacros more often
  215. * Tue Sep 11 2007 Till Maas <opensource till name> - 0.99.4-2
  216. - Require vbetool not on ppc and ppc64
  217. * Mon Sep 10 2007 Peter Jones <pjones@redhat.com> - 0.99.4-1
  218. - Merge new upstream
  219. - remove pm/power.d/laptop-tools
  220. - add --quirk-reset-brightness (needed for the Fujitsu Lifebook S7110)
  221. * Sat Sep 08 2007 Till Maas <opensource till name> - 0.99.3-12
  222. - Adjust %%files to own /etc/pm/ and /usr/lib/pm-utils/ (#233906)
  223. - remove (C|CXX|F)FLAGS definitions, they are already in %%configure
  224. - remove Core in Summary tag
  225. - add URL for pm-utils
  226. - add %%{?arm} to ExclusiveArch (#245463)
  227. - remove vbetool and require it (it is a separate package now)
  228. - remove radeontool and require it (it is a separate package now)
  229. - Update License Tag
  230. - cleanup buildrequires
  231. - clear %%setup
  232. * Mon Aug 27 2007 Adam Jackson <ajax@redhat.com> 0.99.3-11
  233. - Install (not just build) vbetool and radeontool on x86_64 too
  234. - Explicitly list files under %%_sbindir, so they don't drop away again
  235. - Light spec cleanups
  236. * Thu Aug 16 2007 Phil Knirsch <pknirsch@redhat.com> - 0.99.3-10
  237. - License verification and update
  238. * Wed Jul 18 2007 Phil Knirsch <pknirsch@redhat.com> - 0.99.3-9
  239. - Fixed description to be distribution independant (#247366)
  240. * Thu Jun 07 2007 Peter Jones <pjones@redhat.com> - 0.99.3-8
  241. - Bump release and rebuild for newer buildsystem code
  242. * Tue Jun 05 2007 Phil Knirsch <pknirsch@redhat.com> - 0.99.3-7
  243. - Bump release and rebuild
  244. * Tue May 29 2007 Phil Knirsch <pknirsch@redhat.com> - 0.99.3-6
  245. - Fixed missing builds for vbetool and radeontool for some archs (#241469)
  246. - Fixed typo in functions where wrong variable was used (#241633)
  247. * Wed May 16 2007 Peter Jones <pjones@redhat.com> - 0.99.3-5
  248. - ... and create the directory the logfile goes in.
  249. * Wed May 16 2007 Peter Jones <pjones@redhat.com> - 0.99.3-4
  250. - Bump release to appease Koji.
  251. * Wed May 16 2007 Peter Jones <pjones@redhat.com> - 0.99.3-3
  252. - Create logfile in %%post and %%gost it.
  253. * Wed Apr 25 2007 Peter Jones <pjones@redhat.com> - 0.99.3-2
  254. - Get rid of bogus redirect on "vbetool post"
  255. - add zlib linkage for vbetool and radeontool
  256. * Mon Mar 26 2007 Peter Jones <pjones@redhat.com> - 0.99.3-1
  257. - update to 0.99.3
  258. - configure manually in the spec to avoid %%_lib as lib64
  259. * Tue Mar 13 2007 Peter Jones <pjones@redhat.com> - 0.99.2-1
  260. - update to 0.99.2
  261. * Fri Feb 2 2007 Peter Jones <pjones@redhat.com> - 0.99.1-1
  262. - Fix setsysfont hook to actually hit tty0, not the pty of the current task.
  263. * Tue Jan 30 2007 Jeremy Katz <katzj@redhat.com> - 0.19.1-6
  264. - build so that hooks run properly on resume; fix syntax error in
  265. functions-intel (pjones)
  266. * Fri Jan 26 2007 Phil Knirsch <pknirsch@redhat.com> - 0.19.1-5
  267. - Fixed problem with changes in 10NetworkManager hook (#224556)
  268. * Wed Jan 24 2007 Phil Knirsch <pknirsch@redhat.com> - 0.19.1-4
  269. - Start/stop correct services in 10NetworkManager hook (#215253)
  270. - Fixed check for /sys/power/disk and /sys/power/state (#214407)
  271. - Added proper error messages in case /sys/power/disk or /sys/power/state are
  272. missing (#215386)
  273. - Removed service calls and module load/unload for bluetooth hook (#213387)
  274. - Added hook file to restore the sysfont after resume (#215391)
  275. - Added the possibility to disable hibernate and suspend completely via the
  276. config file (#216459)
  277. - Symlinked the config file to /etc/sysconfig/power-management (#216459)
  278. - Fixed pm-powersave permission check bug (#222819)
  279. - Small specfile cleanups
  280. * Sun Oct 1 2006 Peter Jones <pjones@redhat.com> - 0.19.1-3
  281. - Disable bluetooth suspend/reusme hook by default; the kernel modules seem
  282. to support this correctly these days.
  283. * Thu Sep 28 2006 Peter Jones <pjones@redhat.com> - 0.19.1-2
  284. - Ignore emacs backup files in config directories (#185979)
  285. * Tue Aug 8 2006 Peter Jones <pjones@redhat.com> - 0.19.1-1
  286. - Hopefully fix Centrino ThinkPad suspend+resume
  287. - Hopefully fix Intel Mac Mini/MacBook suspend+resume
  288. * Mon Jul 31 2006 Jeremy Katz <katzj@redhat.com> - 0.19-3
  289. - doing the vbestate save/restore on intel video with the modesetting
  290. intel xorg driver is broken. so don't do it.
  291. * Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.19-2
  292. - requier a newer version of D-Bus and rebuild
  293. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.19-1.1
  294. - rebuild
  295. * Tue Jun 13 2006 Peter Jones <pjones@redhat.com> - 0.19-1
  296. - update from CVS
  297. - move pam and consolehelper stuff here.
  298. - move video hooks here since HAL isn't ready
  299. * Tue Apr 25 2006 Peter Jones <pjones@redhat.com> - 0.18-1
  300. - Make it work cross-distro
  301. * Mon Apr 17 2006 Peter Jones <pjones@redhat.com> - 0.17-1
  302. - add more helper functions
  303. - rework things that were forking an extra subshell
  304. - fix the suspend lock
  305. - work around bluetooth/usb suspend wackiness
  306. * Fri Mar 17 2006 Peter Jones <pjones@redhat.com> - 0.16-1
  307. - rework the difference between hibernate and suspend; get rid of PM_MODE
  308. - add 00clear script
  309. - move default_resume_kernel from "functions" to 01grub's hibernate section
  310. * Sat Mar 11 2006 Peter Jones <pjones@redhat.com> - 0.15-1
  311. - fix hibernate check in a way that doesn't break "sleep".
  312. * Fri Mar 10 2006 Peter Jones <pjones@redhat.com> - 0.14-1
  313. - fix hibernate check in /etc/pm/hooks/20video
  314. * Fri Mar 03 2006 Phil Knirsch <pknirsch@redhat.com> - 0.13-1
  315. - Revert last changes for ATI graphics chips as they seem to cause more
  316. problems than they solved.
  317. * Wed Mar 01 2006 Phil Knirsch <pknirsch@redhat.com> - 0.12-1
  318. - Use vbetool post instead of vbetool dpms on for ATI cards.
  319. * Tue Feb 28 2006 Jeremy Katz <katzj@redhat.com>
  320. - allow building on all x86 arches (#183175)
  321. * Tue Feb 28 2006 Jeremy Katz <katzj@redhat.com> - 0.11-1
  322. - fix display on resume with nvidia graphics
  323. - add infrastructure to tell what pm-util is running; don't resume
  324. video on return from hibernate as the BIOS has already re-initialized it
  325. * Fri Feb 24 2006 Phil Knirsch <pknirsch@redhat.com> - 0.10-1
  326. - Added missing pciutils-devel BuildRequires (#182566)
  327. - Fixed missing vbestata save/restore calls for video suspend/resume (#182167,
  328. #169494)
  329. - Renamed hook scripts to allow local pre and post inserts (#179421)
  330. - Added support for blinking led lights on Thinkpad Laptops during suspend
  331. (#179420)
  332. - Added pm-powersave script for powersaving via HAL (#169054)
  333. - Added symlinks for pm-shutdown and pm-restart (#165953)
  334. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.09-1.2
  335. - bump again for double-long bug on ppc(64)
  336. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.09-1.1
  337. - rebuilt for new gcc4.1 snapshot and glibc changes
  338. * Tue Jan 24 2006 Jeremy Katz <katzj@redhat.com> - 0.09-1
  339. - Remove button module on suspend
  340. - Set default kernel in grub to current one when hibernating
  341. so that resume works
  342. * Thu Dec 22 2005 Peter Jones <pjones@redhat.com> - 0.08-1
  343. - Fix scripts for new pciutils
  344. * Fri Dec 9 2005 Dave Jones <davej@redhat.com>
  345. - Update to latest vbetool (0.5-1)
  346. Now also built on x86-64 too.
  347. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  348. - rebuilt
  349. * Thu Dec 01 2005 John (J5) Palmieri <johnp@redhat.com> - 0.07-3
  350. - rebuild for the new dbus
  351. * Wed Nov 30 2005 Peter Jones <pjones@redhat.com> - 0.07-2
  352. - restart ntpd in the background
  353. - switch terminals early so we don't wake the screen back up
  354. * Fri Nov 18 2005 Bill Nottingham <notting@redhat.com> - 0.06-3
  355. - nix that, wait for the kernel to settle down
  356. * Wed Nov 16 2005 Bill Nottingham <notting@redhat.com> - 0.06-2
  357. - fix LRMI usage in vbetool
  358. * Thu Nov 10 2005 Peter Jones <pjones@redhat.com> - 0.06-1
  359. - kill acpi_video_cmd calls in functions-ati
  360. - fix lcd_on in functions-ati
  361. * Fri Sep 30 2005 Bill Nottingham <notting@redhat.com> - 0.05-1
  362. - check for presence of various tools/files before using them (#169560, #196562)
  363. * Fri Aug 12 2005 Jeremy Katz <katzj@redhat.com> - 0.04-1
  364. - add pm-hibernate
  365. * Tue Jul 05 2005 Bill Nottingham <notting@redhat.com> - 0.03-1
  366. - fix path to video functions in video hook
  367. * Mon Jul 04 2005 Bill Nottingham <notting@redhat.com> - 0.02-1
  368. - add a pm-suspend (#155613)
  369. * Wed Apr 13 2005 Bill Nottingham <notting@redhat.com> - 0.01-1
  370. - initial version - package up vbetool, radeontool, new on_ac_power