Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cpupower for openSUSE:Factory 
checked in at 2022-10-22 14:13:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cpupower (Old)
 and      /work/SRC/openSUSE:Factory/.cpupower.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cpupower"

Sat Oct 22 14:13:17 2022 rev:55 rq:1030431 version:MACRO

Changes:
--------
--- /work/SRC/openSUSE:Factory/cpupower/cpupower.changes        2022-04-11 
23:50:18.846337646 +0200
+++ /work/SRC/openSUSE:Factory/.cpupower.new.2275/cpupower.changes      
2022-10-22 14:13:51.868848543 +0200
@@ -1,0 +2,20 @@
+Fri Oct 21 13:59:41 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org>
+
+- clean up sources: drop rapl_monitor.patch and
+  cpupower_rapl.patch.
+
+-------------------------------------------------------------------
+Fri Oct  7 15:59:26 UTC 2022 - Callum Farmer <gm...@opensuse.org>
+
+- Move bash-completion to subpackage so it isn't installed when
+  not needed
+
+-------------------------------------------------------------------
+Tue Jul  5 09:02:11 UTC 2022 - Thomas Renninger <tr...@suse.de>
+
+- Remove powercap capabilities to patch againt latest kernel sources
+  -> still keep the patches, will be removed after trying to get this
+     mainline
+- Add netlink (libnl-devel) requires
+
+-------------------------------------------------------------------

Old:
----
  cpupower_rapl.patch
  rapl_monitor.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cpupower.spec ++++++
--- /var/tmp/diff_new_pack.eLFrzN/_old  2022-10-22 14:13:52.328849633 +0200
+++ /var/tmp/diff_new_pack.eLFrzN/_new  2022-10-22 14:13:52.336849652 +0200
@@ -24,18 +24,18 @@
 %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
 Group:          System/Base
 URL:            
https://git.kernel.org/cgit/linux/kernel/git/rafael/linux-pm.git
-Patch1:         cpupower_rapl.patch
-Patch2:         rapl_monitor.patch
 Patch3:         cpupower_exclude_kernel_Makefile.patch
 Patch6:         amd_do_not_show_amount_of_boost_states_if_zero.patch
 BuildRequires:  gettext-tools
 BuildRequires:  kernel-source
 BuildRequires:  libcap-devel
+BuildRequires:  libnl-devel
 BuildRequires:  pciutils
 BuildRequires:  pciutils-devel
 
@@ -71,6 +71,16 @@
 For that purpose, it compares the performance governor to a configured
 powersave module.
 
+%package bash-completion
+Summary:        Bash completion for cpupower
+Group:          System/Shells
+Requires:       %{name}
+Requires:       bash-completion
+Supplements:    (%{name} and bash-completion)
+
+%description bash-completion
+bash command line completion support for cpupower.
+
 %package rebuild
 Summary:        Empty package to ensure rebuilding cpupower in OBS
 Group:          System/Monitoring
@@ -89,8 +99,6 @@
 (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
 cd %{maindir}
-%patch1 -p1
-%patch2 -p1
 %patch3 -p1
 %patch6 -p1
 
@@ -126,7 +134,6 @@
 %postun -n libcpupower0 -p /sbin/ldconfig
 
 %files
-%{_datadir}/bash-completion/completions/cpupower
 %{_mandir}/man1/cpupower*%{?ext_man}
 %{_bindir}/cpupower
 %ifarch %{ix86} x86_64
@@ -152,9 +159,14 @@
 %files devel
 %{_includedir}/cpufreq.h
 %{_includedir}/cpuidle.h
-%{_includedir}/powercap.h
+#%%{_includedir}/powercap.h
 %{_libdir}/libcpu*.so
 
+%files bash-completion
+%dir %{_datadir}/bash-completion
+%dir %{_datadir}/bash-completion/completions
+%{_datadir}/bash-completion/completions/cpupower
+
 %files lang -f %{name}.lang
 
 %files rebuild

Reply via email to