pm-utils-vl.spec 18 KB

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