| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: pm-utils | Distribution: openSUSE 11.4 |
| Version: 1.4.1 | Vendor: openSUSE |
| Release: 5.9.1 | Build date: Tue Mar 1 13:15:46 2011 |
| Group: System/Base | Build host: build22 |
| Size: 391111 | Source RPM: pm-utils-1.4.1-5.9.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://pm-utils.freedesktop.org/wiki/ | |
| Summary: Tools to suspend and hibernate computers | |
pm-utils provide simple shell command line tools to suspend and
hibernate computers that can be used to run vendor or distro supplied
scripts on suspend and resume.
Authors:
--------
Bill Nottingham <notting@redhat.com>
Peter Jones <pjones@redhat.com>
David Zeuthen <davidz@redhat.com>
Richard Hughes <richard@hughsie.com>
GPLv2+
* Tue Mar 01 2011 mvyskocil@suse.cz
- Fix bnc#663067 - remove harddrive power.d hook
* Sun Feb 13 2011 vuntz@opensuse.org
- Use a %triggerun on pm-utils < 1.4.1-3 (should be this version)
to forcefully enable the cpufreq service, since else, it's not
enabled on upgrades. Thanks to Kay Sievers for the hint!
Fix bnc#653540.
* Wed Jan 26 2011 vuntz@opensuse.org
- Update rc.cpufreq:
+ Use acpi_cpufreq instead of acpi-cpufreq for consistency.
+ Do not report failure on start when hardware doesn't support
frequency scaling. Report "skipped" instead. Based on patch
from Per Jessen <per@opensuse.org>. Fix bnc#660417.
* Mon Jan 03 2011 trenn@novell.com
- rccpufreq fixups:
speedstep_centrino functionality is replaced by acpi-cpufreq for quite some
time and is not compiled on our latest kernels anymore
(CONFIG_X86_SPEEDSTEP_CENTRINO)
Try to load mostly used cpufreq driver (acpi-cpufreq) first for speedup
reasons
* Tue Oct 12 2010 vuntz@opensuse.org
- Add a cpufreq init script, with code that was originally in hal
init script. Since hal is getting killed, we need to move this
elsewhere. This will help with bnc#612131.
+ Install rc.cpufreq as /etc/init.d/cpufreq and link it from
/usr/sbin/rccpufreq.
+ Add %insserv_prereq PreReq.
+ Add scriptlets to handle this init script. We enable it by
default.
* Mon Sep 20 2010 mvyskocil@suse.cz
- Update to 1.4.1
* New power.d hooks:
- disable_wol (obsoletes wol, $WOL)
- hal-cd-polling
- harddrive,
- intel-audio-powersave (obsoletes sound-pm, $SOUND_PM),
- journal-commit,
- laptop-mode
- pcie_aspm,
- readahead,
- sata_alpm (obsoletes sata_pm, $SATA_PM)
- wireless (obsoletes iwl-pm, $IWL_PM)
- xfs_buffer
* Load hook blacklist for power.d hooks
* Fix paths for sched_powersave script
* Try falling back to standby suspend of mem is not available.
* Use flock for more robust lock file handling
* Make tuxonice methods chvt if using a userspace UI.
* Autodetect sleep modules by default instead of forcing the kernel one.
* Rewrote the sched-powersave hook to eliminate redundancy.
* Help functionality to pm-powersave
- SUSE aditions
* set and check the governors via sysfs - bnc#619750
* do a sanity check on S2DISK_CONF
* fix bnc#617667: 50rcnetwork sleep hook cannot work
* remove power.d hooks already in upstream pm-utils 1.4.0+
- iwl-pm and $IWL_PM config variable replaced by wireless hook, no config variable
- sata-pm and $SATA_PM replaced by sata_alpm, $SATA_ALPM_ENABLE
- sound-pm and $SOUND_PM replaced by intel-audio-powersave, $INTEL_AUDIO_POWERSAVE
- wol and $WOL replaced by disable_wol, no config variable
* Mon Jul 05 2010 seife@opensuse.org
- bash scripts are best if their logic is correct (bnc#619734)
* Tue Jun 29 2010 coolo@novell.com
- bash scripts are better if they follow the syntax
* Sat Jun 26 2010 seife@opensuse.org
- fixes bnc#617667: 50rcnetwork sleep hook cannot work
* Wed Jun 23 2010 mvyskocil@suse.cz
- fixes bnc# 615646 - Suspending with upower/dk-power blocks the calling process
* pm-utils-1.3.0-direct-on_ac_power.patch
* Mon Jun 14 2010 mvyskocil@suse.cz
- fixes bnc#603291: restart DHCP clients if traditional ifup is used
- fixes bnc#613967: typo in stderr redirection
* Thu May 06 2010 mvyskocil@suse.cz
- refresh patches to fix a build
* Fri Apr 30 2010 mvyskocil@suse.cz
- fix bnc#304995: export SUSE_IGNORE_FBMODES to ignore fb.modes read from DirectFB
* Wed Apr 07 2010 mvyskocil@suse.cz
- fix power.d/iwl-pm hook
* Fri Apr 02 2010 mvyskocil@suse.cz
- Updated to 1.3.0: fix bnc#590709
* pm-utils does not depends on HAL anymore
* import HAL's fdi quirks
* track whether suspend/hibernate succeeded, and handle things as appropriately as we can.
* Native suspend-hybrid method.
* Profile the entire suspend/resume process using PM_PROFILE.
- backport the existing patches, split and sort them
- remove the HAL dependencies from power.d hooks wol and sata-pm
- use explicit dependencies on external tools
- powersave is back - now partially supports upower
* Tue Feb 16 2010 seife@opensuse.org
- fix the location of S2DISK_CONF
* Sat Feb 13 2010 vuntz@opensuse.org
- Move the pkg-config file to /usr/share/pkgconfig to have it
findable on x86_64. We could also move it to
/usr/%_lib/pkgconfig, but we explicitly change libdir to not be
arch-specific, so /usr/share is more appropriate.
* Tue Dec 15 2009 mvyskocil@suse.cz
- suspend-to-file support (bnc#309522)
* Wed Nov 25 2009 mvyskocil@suse.cz
- Updated to 1.2.6.1 - fixed bnc#378883
- install all upstream hooks (fixes at least bnc#552346)
- moved ndiswrapper hook to separate package
- backported the smart suspend support
- Obsoleted patches:
* pm-utils-0.99.3-README-fix.diff
* pm-utils-0.99.4-QUIRK-variables-changed.diff
* pm-utils-0.99.4-fix-broken-dbus-send.diff
* pm-utils-0.99.4-on_ac_power-no-dbus-fallback.diff
* pm-utils-0.99.4-suse.diff
- removed powersave command
* Sun Jun 21 2009 hmacht@suse.de
- add power.d hook script 'wol' and corresponding configuration
option to /usr/lib/pm-utils/defaults to enable wake on LAN when
running on AC and disabling it when on DC
* Thu Apr 09 2009 seife@suse.de
- be a bit more thorough in kicking the ACPI fans after resume
- add a paragraph about who is doing the low level suspend stuff
to the README
* Thu Mar 19 2009 seife@suse.de
- fix a potential problem with S2RAM_QUIRKS_SOURCE=hal (bnc#480803)
/etc/init.d/cpufreq /etc/pm /etc/pm/config.d /etc/pm/config.d/rtcwake.config /etc/pm/power.d /etc/pm/sleep.d /usr/bin/on_ac_power /usr/bin/pm-is-supported /usr/bin/powersave /usr/lib/pm-utils /usr/lib/pm-utils/bin /usr/lib/pm-utils/bin/pm-action /usr/lib/pm-utils/bin/pm-pmu /usr/lib/pm-utils/bin/pm-reset-swap /usr/lib/pm-utils/bin/service /usr/lib/pm-utils/defaults /usr/lib/pm-utils/functions /usr/lib/pm-utils/module.d /usr/lib/pm-utils/module.d/kernel /usr/lib/pm-utils/module.d/tuxonice /usr/lib/pm-utils/module.d/uswsusp /usr/lib/pm-utils/pm-functions /usr/lib/pm-utils/power.d /usr/lib/pm-utils/power.d/disable_wol /usr/lib/pm-utils/power.d/hal-cd-polling /usr/lib/pm-utils/power.d/intel-audio-powersave /usr/lib/pm-utils/power.d/journal-commit /usr/lib/pm-utils/power.d/laptop-mode /usr/lib/pm-utils/power.d/pcie_aspm /usr/lib/pm-utils/power.d/readahead /usr/lib/pm-utils/power.d/sata_alpm /usr/lib/pm-utils/power.d/sched-powersave /usr/lib/pm-utils/power.d/wireless /usr/lib/pm-utils/power.d/xfs_buffer /usr/lib/pm-utils/sleep.d /usr/lib/pm-utils/sleep.d/00logging /usr/lib/pm-utils/sleep.d/00powersave /usr/lib/pm-utils/sleep.d/02rtcwake /usr/lib/pm-utils/sleep.d/06autofs /usr/lib/pm-utils/sleep.d/30s2disk-check /usr/lib/pm-utils/sleep.d/45pcmcia /usr/lib/pm-utils/sleep.d/49bluetooth /usr/lib/pm-utils/sleep.d/50rcnetwork /usr/lib/pm-utils/sleep.d/55NetworkManager /usr/lib/pm-utils/sleep.d/75modules /usr/lib/pm-utils/sleep.d/80acpi-fan /usr/lib/pm-utils/sleep.d/80videobios /usr/lib/pm-utils/sleep.d/90clock /usr/lib/pm-utils/sleep.d/94cpufreq /usr/lib/pm-utils/sleep.d/95led /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler /usr/lib/pm-utils/sleep.d/99Zgrub /usr/lib/pm-utils/sleep.d/99info /usr/lib/pm-utils/sleep.d/99video /usr/lib/pm-utils/video-quirks /usr/lib/pm-utils/video-quirks/20-video-quirk-pm-acer.quirkdb /usr/lib/pm-utils/video-quirks/20-video-quirk-pm-apple.quirkdb /usr/lib/pm-utils/video-quirks/20-video-quirk-pm-asus.quirkdb /usr/lib/pm-utils/video-quirks/20-video-quirk-pm-dell.quirkdb /usr/lib/pm-utils/video-quirks/20-video-quirk-pm-fujitsu.quirkdb /usr/lib/pm-utils/video-quirks/20-video-quirk-pm-hp.quirkdb /usr/lib/pm-utils/video-quirks/20-video-quirk-pm-ibm.quirkdb /usr/lib/pm-utils/video-quirks/20-video-quirk-pm-lenovo.quirkdb /usr/lib/pm-utils/video-quirks/20-video-quirk-pm-misc.quirkdb /usr/lib/pm-utils/video-quirks/20-video-quirk-pm-samsung.quirkdb /usr/lib/pm-utils/video-quirks/20-video-quirk-pm-sony.quirkdb /usr/lib/pm-utils/video-quirks/20-video-quirk-pm-toshiba.quirkdb /usr/sbin/pm-hibernate /usr/sbin/pm-powersave /usr/sbin/pm-suspend /usr/sbin/pm-suspend-hybrid /usr/sbin/rccpufreq /usr/share/doc/packages/pm-utils /usr/share/doc/packages/pm-utils/AUTHORS /usr/share/doc/packages/pm-utils/ChangeLog /usr/share/doc/packages/pm-utils/README /usr/share/doc/packages/pm-utils/README.smart-suspend-to-RAM /usr/share/man/man1/on_ac_power.1.gz /usr/share/man/man1/pm-is-supported.1.gz /usr/share/man/man8/pm-action.8.gz /usr/share/man/man8/pm-pmu.8.gz /usr/share/man/man8/pm-powersave.8.gz /usr/share/pkgconfig/pm-utils.pc /var/log/pm-suspend.log
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 11:49:16 2013