- Update to latest 3.4.rc6 kernel based version

OBS-URL: https://build.opensuse.org/package/show/hardware/cpupower?expand=0&rev=15
This commit is contained in:
2012-05-08 15:25:50 +00:00
committed by Git OBS Bridge
parent d94b718f51
commit d0c1fcfb95
4 changed files with 10 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package cpupower
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Author: Thomas Renninger <trenn@suse.de>
#
# All modifications and additions to the file contributed by third parties
@@ -22,16 +22,13 @@ 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.2.rc5
Version: 3.4.rc6
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_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
@@ -75,9 +72,6 @@ powersave module.
%prep
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p1
%build
# This package failed when testing with -Wl,-as-needed being default.