pm-utils-vl.spec 17 KB

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