powertop 1.11
This commit is contained in:
parent
224589d76f
commit
33c121d30f
@ -1 +1 @@
|
||||
powertop-1.10.tar.gz
|
||||
powertop-1.11.tar.gz
|
||||
|
||||
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
powertop-1_11-1_fc11:HEAD:powertop-1.11-1.fc11.src.rpm:1231253193
|
||||
@ -1,12 +0,0 @@
|
||||
diff -up powertop-1.9/bluetooth.c~ powertop-1.9/bluetooth.c
|
||||
--- powertop-1.9/bluetooth.c~ 2007-09-29 21:58:57.000000000 +0300
|
||||
+++ powertop-1.9/bluetooth.c 2007-12-25 02:57:00.000000000 +0200
|
||||
@@ -90,7 +90,7 @@ static int previous_bytes = -1;
|
||||
|
||||
void turn_bluetooth_off(void)
|
||||
{
|
||||
- system("hciconfig hci0 down &> /dev/null");
|
||||
+ system("/usr/sbin/hciconfig hci0 down &> /dev/null");
|
||||
system("/sbin/rmmod hci_usb &> /dev/null");
|
||||
}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: powertop
|
||||
Version: 1.10
|
||||
Version: 1.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Power consumption monitor
|
||||
|
||||
@ -41,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/powertop.1*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 06 2009 Adam Jackson <ajax@redhat.com> 1.11-1
|
||||
- powertop 1.11
|
||||
|
||||
* Thu Nov 20 2008 Adam Jackson <ajax@redhat.com>
|
||||
- Spec only change, fix URL.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user