SHA256
1
0
forked from pool/cpupower

- 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:
Thomas Renninger 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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74b69fc030e79caf654cb5c2a351e0d10479fbbe0b4c29a012e10c6a116a8648
size 67066

3
cpupower-3.4.rc6.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf5228cfeac92570fbad56c6135462841cdf6c14c99d239370add35c7263c009
size 68532

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 8 15:25:00 UTC 2012 - trenn@suse.de
- Update to latest 3.4.rc6 kernel based version
-------------------------------------------------------------------
Wed Dec 21 10:03:28 UTC 2011 - aj@suse.de

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.