Accepting request 245291 from hardware
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/245291 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpupower?expand=0&rev=20
This commit is contained in:
commit
b6542b086c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:73a55c6cf0701186077c087f456ddd664b6c4601532d68f4bca63eb8eab418ee
|
|
||||||
size 71414
|
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 13 13:06:27 UTC 2014 - trenn@suse.de
|
||||||
|
|
||||||
|
- Fix cpupower_export_tarball_from_git.sh script and make sure msr-index.h
|
||||||
|
is included in the turbostat tarball.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 12 13:49:16 UTC 2014 - trenn@suse.de
|
||||||
|
|
||||||
|
- Update turbostat to latest 3.17 kernel version (in fact it is 3.16-rc7)
|
||||||
|
This fixes bnc#891523
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 1 12:31:14 UTC 2014 - trenn@suse.de
|
Tue Apr 1 12:31:14 UTC 2014 - trenn@suse.de
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ Url: http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtil
|
|||||||
%define version %(rpm -q --qf '%{VERSION}' kernel-source)
|
%define version %(rpm -q --qf '%{VERSION}' kernel-source)
|
||||||
Version: 3.13
|
Version: 3.13
|
||||||
Release: 0
|
Release: 0
|
||||||
%define tsversion 3.14
|
%define tsversion 3.17
|
||||||
Summary: Tools to determine and set CPU Power related Settings
|
Summary: Tools to determine and set CPU Power related Settings
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
|
@ -60,7 +60,8 @@ set -x
|
|||||||
git archive --format=tar $GIT_TAG tools/power/x86/turbostat |tar -x
|
git archive --format=tar $GIT_TAG tools/power/x86/turbostat |tar -x
|
||||||
mv tools/power/x86/turbostat turbostat${VERSION}
|
mv tools/power/x86/turbostat turbostat${VERSION}
|
||||||
mkdir turbostat${VERSION}/asm
|
mkdir turbostat${VERSION}/asm
|
||||||
cp "${GIT_DIR}"/../../../../../arch/x86/include/uapi/asm/msr-index.h turbostat${VERSION}/asm
|
[ ! -e "$GIT_DIR"/../arch/x86/include/uapi/asm/msr-index.h ] && echo "msr-index.h does not exist" && exit 1
|
||||||
|
cp "$GIT_DIR"/../arch/x86/include/uapi/asm/msr-index.h turbostat${VERSION}/asm
|
||||||
tar -cvjf turbostat${VERSION}.tar.bz2 turbostat${VERSION}
|
tar -cvjf turbostat${VERSION}.tar.bz2 turbostat${VERSION}
|
||||||
popd
|
popd
|
||||||
mv "$DIR/cpupower${VERSION}".tar.bz2 .
|
mv "$DIR/cpupower${VERSION}".tar.bz2 .
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:25252937e79be9ce2c8f05ffad9f9502b78559df34d54d54f54c4a1d76ac8b17
|
|
||||||
size 21870
|
|
3
turbostat-3.17.tar.bz2
Normal file
3
turbostat-3.17.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4f59526debcd30d97130f6b8d247908110a82bff60eb776e513ac998b70304da
|
||||||
|
size 21640
|
Loading…
Reference in New Issue
Block a user