diff --git a/cpupower.changes b/cpupower.changes index 047de99..5c4c4c6 100644 --- a/cpupower.changes +++ b/cpupower.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Mar 5 18:19:36 UTC 2023 - Thomas Renninger + +- Add wildcard for powercap.h since powercap patches have reached mainline +- Build bash-completion noarch + ------------------------------------------------------------------- Fri Oct 21 13:59:41 UTC 2022 - Dominique Leuenberger diff --git a/cpupower.spec b/cpupower.spec index 32e350e..aceab15 100644 --- a/cpupower.spec +++ b/cpupower.spec @@ -1,7 +1,7 @@ # # spec file for package cpupower # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,6 @@ %define version %(rpm -q --qf '%%{VERSION}' kernel-source) Name: cpupower Version: %{version} -#Version: 5.19 Release: 0 Summary: Tools to determine and set CPU Power related Settings License: GPL-2.0-only @@ -77,6 +76,7 @@ Group: System/Shells Requires: %{name} Requires: bash-completion Supplements: (%{name} and bash-completion) +BuildArch: noarch %description bash-completion bash command line completion support for cpupower. @@ -157,9 +157,7 @@ mv %{buildroot}//%{_docdir}/%{name}/cpufreq-bench_script.sh %{buildroot}/%{_docd %{_libdir}/libcpupower*.so.* %files devel -%{_includedir}/cpufreq.h -%{_includedir}/cpuidle.h -#%%{_includedir}/powercap.h +%{_includedir}/*.h %{_libdir}/libcpu*.so %files bash-completion