Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tuned for openSUSE:Factory checked 
in at 2021-05-04 22:00:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tuned (Old)
 and      /work/SRC/openSUSE:Factory/.tuned.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tuned"

Tue May  4 22:00:49 2021 rev:26 rq:886742 version:2.15.0+git.1618526018.e828fa8

Changes:
--------
--- /work/SRC/openSUSE:Factory/tuned/tuned.changes      2020-08-20 
22:34:42.600146364 +0200
+++ /work/SRC/openSUSE:Factory/.tuned.new.2988/tuned.changes    2021-05-04 
22:00:50.656633346 +0200
@@ -1,0 +2,25 @@
+Mon Apr 19 10:40:34 UTC 2021 - tr...@suse.de
+
+- Update _service file to always get latest sources from github
+  master branch and auto-set version correctly
+- Update to version v2.15.0+git.20210416.e828fa8:
+  * plugin_net: Fix check for channels supported mode
+  * udev: explicitly sort udev properties
+  * powertop2tuned: work with PowerTOP 2.13 and newer
+  * Changes to scheduler plugin to support os interface instead of schedutils 
in newer python versions.
+  * Lower the threading.Event's wait() timeout.
+  * added postgresql server profile
+  * spectrumcale-ece: package the profile to own subpackage
+
+-------------------------------------------------------------------
+Mon Nov 30 19:23:43 UTC 2020 - Thomas Renninger <tr...@suse.de>
+
+- Update to version 2.14.0
+  Changelog entry below (from 19. Aug. 2020) is wrong.
+  Mainline has the profiles in /usr/lib,
+  so let's better stay there, too. This also fixes bsc#1175932.
+
+  Patch is not needed anymore with latest mainline changes:
+D adjust_README_path_in_manpage.patch
+
+-------------------------------------------------------------------

Old:
----
  adjust_README_path_in_manpage.patch
  tuned-2.13.0.tar.gz

New:
----
  tuned-2.15.0+git.1618526018.e828fa8.tar.xz

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

Other differences:
------------------
++++++ tuned.spec ++++++
--- /var/tmp/diff_new_pack.StvqRq/_old  2021-05-04 22:00:51.172631407 +0200
+++ /var/tmp/diff_new_pack.StvqRq/_new  2021-05-04 22:00:51.176631392 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tuned
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,20 @@
 #
 
 
-%define         profile_dir %{_libexecdir}/%{name}
+%define         profile_dir %{_prefix}/lib/%{name}
 
 Name:           tuned
-Version:        2.13.0
+Version:        2.15.0+git.1618526018.e828fa8
 Release:        0
 Summary:        A dynamic adaptive system tuning daemon
 License:        GPL-2.0-or-later
 Group:          System/Base
 URL:            https://github.com/redhat-performance/tuned
-Source0:        
https://github.com/redhat-performance/tuned/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0:        tuned-%{version}.tar.xz
 Source1:        tuned.rpmlintrc
 # PATCH-FIX-OPENSUSE fix-allow-receive_sender-default.patch <allow 
receive_sender="com.redhat.com"/> allow receive_* is normally
 # not needed as that is the default --<p.drou...@gmail.com>
 Patch0:         fix-allow-receive_sender-default.patch
-Patch1:         adjust_README_path_in_manpage.patch
 BuildRequires:  bash-completion
 BuildRequires:  desktop-file-utils
 BuildRequires:  pkgconfig
@@ -137,6 +136,13 @@
 Requires:       %{name} = %{version}
 Requires:       systemtap
 
+%package profiles-spectrumscale
+Summary:        Additional tuned profile(s) optimized for IBM Spectrum Scale
+Requires:       %{name} = %{version}
+
+%description profiles-spectrumscale
+Additional tuned profile(s) optimized for IBM Spectrum Scale.
+
 %description utils-systemtap
 This package contains several systemtap scripts to allow detailed
 manual monitoring of the system. Instead of the typical IO/sec it collects
@@ -144,6 +150,13 @@
 identify applications that behave power inefficient (many small operations
 instead of fewer large ones).
 
+%package profiles-postgresql
+Summary:        Additional tuned profile(s) targeted to PostgreSQL server loads
+Requires:       %{name} = %{version}
+
+%description profiles-postgresql
+Additional tuned profile(s) targeted to PostgreSQL server loads.
+
 %prep
 %setup -q
 %autopatch -p1
@@ -213,6 +226,8 @@
 %exclude %{profile_dir}/oracle
 %exclude %{profile_dir}/realtime
 %exclude %{profile_dir}/defirqaffinity*
+%exclude %{_prefix}/lib/tuned/postgresql
+%exclude %{_prefix}/lib/tuned/spectrumscale-ece
 %{profile_dir}/pmqos-static.py
 %{profile_dir}
 # active_profile might be empty when built via build service, but typically
@@ -222,6 +237,7 @@
 %config(noreplace) %{_sysconfdir}/tuned/cpu-partitioning-variables.conf
 %config(noreplace) %{_sysconfdir}/tuned/tuned-main.conf
 %config(noreplace) %{_sysconfdir}/tuned/profile_mode
+%config(noreplace) %{_sysconfdir}/tuned/post_loaded_profile
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/tuned/bootcmdline
 %dir %{_sysconfdir}/dbus-1
 %dir %{_sysconfdir}/dbus-1/system.d
@@ -281,6 +297,16 @@
 %{profile_dir}/realtime-virtual-host
 %{_mandir}/man7/tuned-profiles-nfv-*.7%{?ext_man}
 
+%files profiles-postgresql
+%defattr(-,root,root,-)
+%{_prefix}/lib/tuned/postgresql
+%{_mandir}/man7/tuned-profiles-postgresql.7*
+
+%files profiles-spectrumscale
+%defattr(-,root,root,-)
+%{_prefix}/lib/tuned/spectrumscale-ece
+%{_mandir}/man7/tuned-profiles-spectrumscale-ece.7*
+
 %files utils
 %license COPYING
 %{_bindir}/powertop2tuned

++++++ _service ++++++
--- /var/tmp/diff_new_pack.StvqRq/_old  2021-05-04 22:00:51.224631212 +0200
+++ /var/tmp/diff_new_pack.StvqRq/_new  2021-05-04 22:00:51.228631197 +0200
@@ -1,16 +1,17 @@
 <services>
-  <service name="tar_scm" mode="disabled">
+  <service mode="disabled" name="tar_scm">
     <param name="scm">git</param>
     <param name="url">https://github.com/redhat-performance/tuned</param>
-    <!--
-    <param name="versionformat">2.13.0+git%cd.%h</param>
-    -->
-    <param name="versionformat">2.13.0</param>
-    <param name="changesgenerate">disable</param>
+    <param name="versionformat">@PARENT_TAG@+git.%ct.%h</param>
+    <param name="versionrewrite-pattern">v(.*)</param>
+    <param name="revision">master</param>
+    <param name="changesgenerate">enable</param>
   </service>
-  <service name="recompress" mode="disabled">
-    <param name="file">tuned*.tar</param>
+  <service mode="disabled" name="set_version">
+    <param name="basename">tuned</param>
+  </service>
+  <service mode="disabled" name="recompress">
     <param name="compression">xz</param>
+    <param name="file">*.tar</param>
   </service>
-  <service name="set_version" mode="disabled"/>
 </services>

Reply via email to