Hello community,

here is the log from the commit of package tuned for openSUSE:Factory checked 
in at 2019-11-28 10:14:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tuned (Old)
 and      /work/SRC/openSUSE:Factory/.tuned.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tuned"

Thu Nov 28 10:14:33 2019 rev:22 rq:751331 version:2.22.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tuned/tuned.changes      2019-07-02 
10:39:19.646666874 +0200
+++ /work/SRC/openSUSE:Factory/.tuned.new.26869/tuned.changes   2019-11-28 
10:15:07.279637775 +0100
@@ -1,0 +2,12 @@
+Tue Nov 26 11:22:52 UTC 2019 - [email protected]
+
+- Update to latest 2.22.0 release
+  includes bug fix for bsc#1139249
+- Use self defined profile_dir instead of _libexecdir
+- Always add pmqos-static.py
+  This was wrongly bound to profiles-nfv package
+- Remove defirqaffinity
+  It is not called anymore. Merge request pending:
+  https://github.com/redhat-performance/tuned/pull/223
+
+-------------------------------------------------------------------

Old:
----
  tuned-2.12.0.tar.xz

New:
----
  tuned-2.22.0.tar.xz

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

Other differences:
------------------
++++++ tuned.spec ++++++
--- /var/tmp/diff_new_pack.g2bjXc/_old  2019-11-28 10:15:07.955637782 +0100
+++ /var/tmp/diff_new_pack.g2bjXc/_new  2019-11-28 10:15:07.959637782 +0100
@@ -17,8 +17,11 @@
 
 
 %{!?_tmpfilesdir:%global _tmpfilesdir %{_libexecdir}/tmpfiles.d}
+
+%define         profile_dir %{_prefix}/lib/%{name}
+
 Name:           tuned
-Version:        2.12.0
+Version:        2.22.0
 Release:        0
 Summary:        A dynamic adaptive system tuning daemon
 License:        GPL-2.0-or-later
@@ -50,7 +53,6 @@
 Requires:       python3-pyudev
 Requires:       util-linux
 Requires:       virt-what
-Obsoletes:      pm-profiler
 BuildArch:      noarch
 %{?systemd_requires}
 
@@ -152,14 +154,14 @@
 %build
 # The tuned daemon is written in pure Python. Nothing requires to be built.
 # Just a hack to avoid installation in a wrong directory
-sed -i 's|usr/libexec/tuned|%{_libexecdir}/%{name}|' Makefile
+sed -i 's|usr/libexec/tuned|%{profile_dir}|' Makefile
 
 %install
-%make_install
+%make_install TUNED_PROFILESDIR=%{profile_dir}
 %py3_compile %{buildroot}/%{python3_sitelib}
 rm -rf %{buildroot}/%{_datadir}/doc
 # Remove unwanted stuff instead of excluding them in files list
-rm -rf 
%{buildroot}%{_libexecdir}/%{name}/{default,desktop-powersave,laptop-ac-powersave,server-powersave,laptop-battery-powersave,enterprise-storage,spindown-disk}
+rm -rf 
%{buildroot}%{profile_dir}/{default,desktop-powersave,laptop-ac-powersave,server-powersave,laptop-battery-powersave,enterprise-storage,spindown-disk}
 rm %{buildroot}%{_mandir}/man7/tuned-profiles-compat.7
 ln -sf service %{buildroot}%{_sbindir}/rctuned
 
@@ -189,7 +191,6 @@
 %endif
 
 %files
-
 %dir %{_sysconfdir}/modprobe.d
 %license COPYING
 %doc AUTHORS README
@@ -203,17 +204,18 @@
 %exclude %{_sysconfdir}/tuned/realtime-variables.conf
 %exclude %{_sysconfdir}/tuned/realtime-virtual-guest-variables.conf
 %exclude %{_sysconfdir}/tuned/realtime-virtual-host-variables.conf
-%exclude %{_libexecdir}/tuned/realtime-virtual-guest
-%exclude %{_libexecdir}/tuned/realtime-virtual-host
-%exclude %{_libexecdir}/tuned/sap-netweaver
-%exclude %{_libexecdir}/tuned/sap-hana
+%exclude %{profile_dir}/realtime-virtual-guest
+%exclude %{profile_dir}/realtime-virtual-host
+%exclude %{profile_dir}/sap-netweaver
+%exclude %{profile_dir}/sap-hana
 %exclude %{_mandir}/man7/tuned-profiles-sap*.7.gz
-%exclude %{_libexecdir}/tuned/atomic-host
-%exclude %{_libexecdir}/tuned/atomic-guest
-%exclude %{_libexecdir}/tuned/oracle
-%exclude %{_libexecdir}/tuned/realtime
-%exclude %{_libexecdir}/tuned/defirqaffinity*
-%{_libexecdir}/tuned
+%exclude %{profile_dir}/atomic-host
+%exclude %{profile_dir}/atomic-guest
+%exclude %{profile_dir}/oracle
+%exclude %{profile_dir}/realtime
+%exclude %{profile_dir}/defirqaffinity*
+%{profile_dir}/pmqos-static.py
+%{profile_dir}
 # active_profile might be empty when built via build service, but typically
 # not on a real install -> better do not mark it %%ghost
 %config(noreplace) %verify(not size mtime md5) 
%{_sysconfdir}/tuned/active_profile
@@ -251,34 +253,33 @@
 
 %if !0%{?sle_version}
 %files profiles-sap
-%{_libexecdir}/tuned/sap-netweaver
+%{profile_dir}/sap-netweaver
 %{_mandir}/man7/tuned-profiles-sap.7%{?ext_man}
 
 %files profiles-sap-hana
-%{_libexecdir}/tuned/sap-hana
+%{profile_dir}/sap-hana
 %{_mandir}/man7/tuned-profiles-sap-hana.7%{?ext_man}
 %endif
 
 %files profiles-atomic
-%{_libexecdir}/tuned/atomic-host
-%{_libexecdir}/tuned/atomic-guest
+%{profile_dir}/atomic-host
+%{profile_dir}/atomic-guest
 %{_mandir}/man7/tuned-profiles-atomic.7%{?ext_man}
 
 %files profiles-realtime
 %config(noreplace) %{_sysconfdir}/tuned/realtime-variables.conf
-%{_libexecdir}/tuned/realtime
+%{profile_dir}/realtime
 %{_mandir}/man7/tuned-profiles-realtime.7%{?ext_man}
 
 %files profiles-oracle
-%{_libexecdir}/tuned/oracle
+%{profile_dir}/oracle
 %{_mandir}/man7/tuned-profiles-oracle.7%{?ext_man}
 
 %files profiles-nfv
 %config(noreplace) %{_sysconfdir}/tuned/realtime-virtual-guest-variables.conf
 %config(noreplace) %{_sysconfdir}/tuned/realtime-virtual-host-variables.conf
-%{_libexecdir}/tuned/realtime-virtual-guest
-%{_libexecdir}/tuned/realtime-virtual-host
-%{_libexecdir}/tuned/defirqaffinity*
+%{profile_dir}/realtime-virtual-guest
+%{profile_dir}/realtime-virtual-host
 %{_mandir}/man7/tuned-profiles-nfv-*.7%{?ext_man}
 
 %files utils

++++++ _service ++++++
--- /var/tmp/diff_new_pack.g2bjXc/_old  2019-11-28 10:15:07.979637782 +0100
+++ /var/tmp/diff_new_pack.g2bjXc/_new  2019-11-28 10:15:07.979637782 +0100
@@ -3,9 +3,9 @@
     <param name="scm">git</param>
     <param name="url">https://github.com/redhat-performance/tuned</param>
     <!--
-    <param name="versionformat">2.12.0+git%cd.%h</param>
+    <param name="versionformat">2.22.0+git%cd.%h</param>
     -->
-    <param name="versionformat">2.12.0</param>
+    <param name="versionformat">2.22.0</param>
     <param name="changesgenerate">disable</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ tuned-2.12.0.tar.xz -> tuned-2.22.0.tar.xz ++++++
++++ 3911 lines of diff (skipped)


Reply via email to