- Add idle-info manpage

- Fix two bugs: memleak in idle-info and wrong idle state count

OBS-URL: https://build.opensuse.org/package/show/hardware/cpupower?expand=0&rev=12
This commit is contained in:
2011-12-20 13:24:52 +00:00
committed by Git OBS Bridge
parent a7c50bbe28
commit ea05dcce34
5 changed files with 148 additions and 0 deletions

View File

@@ -28,6 +28,9 @@ Summary: Tools to determine and set CPU Power related Settings
License: GPL-2.0
Group: System/Base
Source: %{name}-%{version}.tar.bz2
Patch1: cpupower_fix_manpages.patch
Patch2: cpupower_fix_poll_idle_state.patch
Patch3: cpupower_fix_memleak.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gettext-tools
BuildRequires: pciutils
@@ -71,6 +74,9 @@ powersave module.
%prep
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p1
%build
# This package failed when testing with -Wl,-as-needed being default.