forked from pool/cpupower
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
509851ef52 | ||
d15cad69b9 |
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 4 07:26:19 UTC 2024 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
||||||
|
|
||||||
|
- Upstream fixed lib default installation path in 3a5bb5066f4c
|
||||||
|
[- cpupower_exclude_kernel_Makefile.patch]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 15 12:57:13 UTC 2024 - Thomas Renninger <trenn@suse.de>
|
Mon Apr 15 12:57:13 UTC 2024 - Thomas Renninger <trenn@suse.de>
|
||||||
|
|
||||||
|
@ -32,7 +32,6 @@ License: GPL-2.0-only
|
|||||||
Group: System/Base
|
Group: System/Base
|
||||||
URL: https://git.kernel.org/cgit/linux/kernel/git/rafael/linux-pm.git
|
URL: https://git.kernel.org/cgit/linux/kernel/git/rafael/linux-pm.git
|
||||||
Patch1: cpupower_fix_library_so_name.patch
|
Patch1: cpupower_fix_library_so_name.patch
|
||||||
Patch3: cpupower_exclude_kernel_Makefile.patch
|
|
||||||
Patch6: amd_do_not_show_amount_of_boost_states_if_zero.patch
|
Patch6: amd_do_not_show_amount_of_boost_states_if_zero.patch
|
||||||
BuildRequires: gettext-tools
|
BuildRequires: gettext-tools
|
||||||
BuildRequires: kernel-source
|
BuildRequires: kernel-source
|
||||||
@ -106,7 +105,6 @@ There is no reason to install this package.
|
|||||||
chmod +x tools/power/cpupower/utils/version-gen.sh
|
chmod +x tools/power/cpupower/utils/version-gen.sh
|
||||||
%patch -P 1 -p1
|
%patch -P 1 -p1
|
||||||
cd %{maindir}
|
cd %{maindir}
|
||||||
%patch -P 3 -p1
|
|
||||||
%patch -P 6 -p1
|
%patch -P 6 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
Index: cpupower-5.5/Makefile
|
|
||||||
===================================================================
|
|
||||||
--- cpupower-5.5.orig/Makefile 2019-11-28 14:28:51.545762057 +0100
|
|
||||||
+++ cpupower-5.5/Makefile 2019-11-28 14:29:55.089765481 +0100
|
|
||||||
@@ -94,14 +94,7 @@ RANLIB = $(CROSS)ranlib
|
|
||||||
HOSTCC = gcc
|
|
||||||
MKDIR = mkdir
|
|
||||||
|
|
||||||
-# 64bit library detection
|
|
||||||
-include ../../scripts/Makefile.arch
|
|
||||||
-
|
|
||||||
-ifeq ($(IS_64_BIT), 1)
|
|
||||||
libdir ?= /usr/lib64
|
|
||||||
-else
|
|
||||||
-libdir ?= /usr/lib
|
|
||||||
-endif
|
|
||||||
|
|
||||||
# Now we set up the build system
|
|
||||||
#
|
|
Loading…
x
Reference in New Issue
Block a user