- Move from kernel version to turbostat internal version for turbostat
- Add latest turbostat sources (latest git commit: 30f05309bde492) - Adds Skylake, Broadwell and Knights Landing support for turbostat (fate#319798, fate#319183, fate#319516) OBS-URL: https://build.opensuse.org/package/show/hardware/cpupower?expand=0&rev=55
This commit is contained in:
parent
b56163a69e
commit
824f0d30ab
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 26 17:29:27 UTC 2016 - trenn@suse.de
|
||||||
|
|
||||||
|
- Move from kernel version to turbostat internal version for turbostat
|
||||||
|
- Add latest turbostat sources (latest git commit: 30f05309bde492)
|
||||||
|
- Adds Skylake, Broadwell and Knights Landing support for turbostat
|
||||||
|
(fate#319798, fate#319183, fate#319516)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 6 10:22:14 UTC 2016 - jdelvare@suse.com
|
Wed Jan 6 10:22:14 UTC 2016 - jdelvare@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cpupower
|
# spec file for package cpupower
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# Author: Thomas Renninger <trenn@suse.de>
|
# Author: Thomas Renninger <trenn@suse.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -22,7 +22,7 @@ Name: cpupower
|
|||||||
%define version %(rpm -q --qf '%{VERSION}' kernel-source)
|
%define version %(rpm -q --qf '%{VERSION}' kernel-source)
|
||||||
Version: 3.19
|
Version: 3.19
|
||||||
Release: 0
|
Release: 0
|
||||||
%define tsversion 3.19
|
%define tsversion 4.8
|
||||||
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
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
Index: turbostat-3.14/Makefile
|
Index: turbostat-4.8/Makefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- turbostat-3.14.orig/Makefile
|
--- turbostat-4.8.orig/Makefile 2016-01-26 18:26:10.350954918 +0100
|
||||||
+++ turbostat-3.14/Makefile
|
+++ turbostat-4.8/Makefile 2016-01-26 18:26:40.512676659 +0100
|
||||||
@@ -5,7 +5,6 @@ DESTDIR :=
|
@@ -9,7 +9,6 @@ endif
|
||||||
|
|
||||||
turbostat : turbostat.c
|
turbostat : turbostat.c
|
||||||
CFLAGS += -Wall
|
CFLAGS += -Wall
|
||||||
-CFLAGS += -DMSRHEADER='"../../../../arch/x86/include/uapi/asm/msr-index.h"'
|
-CFLAGS += -DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"'
|
||||||
|
|
||||||
%: %.c
|
%: %.c
|
||||||
@mkdir -p $(BUILD_OUTPUT)
|
@mkdir -p $(BUILD_OUTPUT)
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:13609c4d8776f9c7dbea10a5cfe46471762b4631a67722d8f1aabcff8658f163
|
|
||||||
size 17070
|
|
3
turbostat-4.8.tar.bz2
Normal file
3
turbostat-4.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:115427a60ddad420d5399ef99062c1d2065cfe7896e3e6b14461e18faeaf6335
|
||||||
|
size 27108
|
@ -1,8 +1,8 @@
|
|||||||
Index: turbostat-3.13/Makefile
|
Index: turbostat-4.8/Makefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- turbostat-3.13.orig/Makefile
|
--- turbostat-4.8.orig/Makefile 2016-01-21 12:41:36.053333345 +0100
|
||||||
+++ turbostat-3.13/Makefile
|
+++ turbostat-4.8/Makefile 2016-01-26 18:25:57.334212372 +0100
|
||||||
@@ -19,4 +19,4 @@ install : turbostat
|
@@ -23,4 +23,4 @@ install : turbostat
|
||||||
install -d $(DESTDIR)$(PREFIX)/bin
|
install -d $(DESTDIR)$(PREFIX)/bin
|
||||||
install $(BUILD_OUTPUT)/turbostat $(DESTDIR)$(PREFIX)/bin/turbostat
|
install $(BUILD_OUTPUT)/turbostat $(DESTDIR)$(PREFIX)/bin/turbostat
|
||||||
install -d $(DESTDIR)$(PREFIX)/share/man/man8
|
install -d $(DESTDIR)$(PREFIX)/share/man/man8
|
||||||
|
Loading…
Reference in New Issue
Block a user