forked from pool/cpupower
Accepting request 1151150 from home:dimstar:rpm4.20:c
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1151150 OBS-URL: https://build.opensuse.org/package/show/hardware/cpupower?expand=0&rev=134
This commit is contained in:
parent
bf1d143a26
commit
ef1f8fe570
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 10:55:54 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Use %patch -P N instead of deprecated %patchN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 20 12:34:46 UTC 2023 - Thomas Renninger <trenn@suse.de>
|
||||
|
||||
|
@ -99,10 +99,10 @@ There is no reason to install this package.
|
||||
# copy necessary files from kernel-source since we need to modify them
|
||||
(cd %{_prefix}/src/linux ; tar -cf - COPYING CREDITS README tools include scripts Kbuild Makefile arch/*/{include,lib,Makefile} lib) | tar -xf -
|
||||
chmod +x tools/power/cpupower/utils/version-gen.sh
|
||||
%patch1 -p1
|
||||
%patch -P 1 -p1
|
||||
cd %{maindir}
|
||||
%patch3 -p1
|
||||
%patch6 -p1
|
||||
%patch -P 3 -p1
|
||||
%patch -P 6 -p1
|
||||
|
||||
%build
|
||||
CONF="PACKAGE_BUGREPORT=https://bugs.opensuse.org mandir=%{_mandir} libdir=%{_libdir} CPUFRQ_BENCH=true"
|
||||
|
Loading…
Reference in New Issue
Block a user