pm-utils-vl.spec 19 KB

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