rpms/pm-utils/F-8 pm-utils.spec,1.85,1.86

Till Maas (till) fedora-extras-commits at redhat.com
Sun May 18 17:14:56 UTC 2008


Author: till

Update of /cvs/pkgs/rpms/pm-utils/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20865

Modified Files:
	pm-utils.spec 
Log Message:
* Sun May 18 2008 Till Maas <opensource till name> - 0.99.4-18
- Add patch by Jeremy Katz <katzj at redhat.com> that was dropped by accident,
  (Red Hat Bugzilla #446546):
- Original changelog for the patch:
  Set suspend to not supported by default on machines with nVidia graphics
  using the nv driver based on testing results.  Can be overriden if you	 
  know your machine works by setting ALLOW_NV_SUSPEND="yes" in a file
  in /etc/pm/config.d/



Index: pm-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pm-utils/F-8/pm-utils.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- pm-utils.spec	19 Apr 2008 11:17:46 -0000	1.85
+++ pm-utils.spec	18 May 2008 17:14:07 -0000	1.86
@@ -2,9 +2,10 @@
 Summary: Power management utilities and scripts for Fedora
 License: GPLv2
 Version: 0.99.4
-Release: 17%{?dist}
+Release: 18%{?dist}
 Group: System Environment/Base
 URL: http://pm-utils.freedesktop.org
+# pciutils are at least required by no-nv-suspend patch for lspci
 Requires: usermode kbd pciutils >= 2.2.1
 Requires: radeontool
 # for on_ac_power
@@ -40,6 +41,7 @@
 Patch6: pm-utils-nullglob.patch
 Patch7: pm-utils-0.99.4-hibernate_mode.patch
 Patch8: pm-utils-0.99.4-readme_update.patch
+Patch9: pm-utils-0.99.4-no-nv-suspend.patch
 
 
 %description
@@ -58,6 +60,7 @@
 %patch6 -p0 -b .nullglob
 %patch7 -p1 -b .hibernate_mode
 %patch8 -p1 -b .readme_update
+%patch9 -p1 -b .no-nv-suspend
 
 %build
 %configure --libdir=%{_exec_prefix}/lib
@@ -147,6 +150,15 @@
 %ghost %verify(not md5 size mtime) %{_localstatedir}/log/pm-suspend.log
 
 %changelog
+* Sun May 18 2008 Till Maas <opensource till name> - 0.99.4-18
+- Add patch by Jeremy Katz <katzj at redhat.com> that was dropped by accident,
+  (Red Hat Bugzilla #446546):
+- Original changelog for the patch:
+  Set suspend to not supported by default on machines with nVidia graphics
+  using the nv driver based on testing results.  Can be overriden if you	 
+  know your machine works by setting ALLOW_NV_SUSPEND="yes" in a file
+  in /etc/pm/config.d/
+
 * Sat Apr 19 2008 Till Maas <opensource till name> - 0.99.4-17
 - remove hd-apm script for Fedora 8 and 7
 - Adjust Requires:/remove Conflicts:




More information about the scm-commits mailing list