- Add Haswell support

OBS-URL: https://build.opensuse.org/package/show/hardware/cpupower?expand=0&rev=23
This commit is contained in:
2013-02-13 14:58:02 +00:00
committed by Git OBS Bridge
parent 8a92fa8cbf
commit d6e67a5eab
5 changed files with 25 additions and 4 deletions

View File

@@ -22,13 +22,14 @@ Name: cpupower
Url: http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html
# Use this as version when things are in mainline kernel
%define version %(rpm -q --qf '%{VERSION}' kernel-source)
Version: 3.7
Version: 3.8
Release: 0
Summary: Tools to determine and set CPU Power related Settings
License: GPL-2.0
Group: System/Base
Source: %{name}-%{version}.tar.bz2
Source1: cpupower_export_tarball_from_git.sh
Patch1: cpupower-haswell_support.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gettext-tools
BuildRequires: pciutils
@@ -72,6 +73,7 @@ powersave module.
%prep
%setup -q
%patch1 -p1
%build
# This package failed when testing with -Wl,-as-needed being default.