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-09-13 16:24:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tuned (Old)
 and      /work/SRC/openSUSE:Factory/.tuned.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tuned"

Mon Sep 13 16:24:32 2021 rev:28 rq:918654 version:2.16.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tuned/tuned.changes      2021-07-12 
21:41:20.391587120 +0200
+++ /work/SRC/openSUSE:Factory/.tuned.new.1899/tuned.changes    2021-09-13 
16:25:19.542799824 +0200
@@ -1,0 +2,6 @@
+Fri Sep 10 19:53:30 UTC 2021 - tr...@suse.de
+
+- Update to version 2.16.0:
+  * bootloader: make skip_grub_config consistent with initrd_remove_dir
+
+-------------------------------------------------------------------

Old:
----
  tuned-2.15.0+git.1625694366.bc3f737.obscpio

New:
----
  tuned-2.16.0.obscpio

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

Other differences:
------------------
++++++ tuned.spec ++++++
--- /var/tmp/diff_new_pack.xTatP7/_old  2021-09-13 16:25:20.030800389 +0200
+++ /var/tmp/diff_new_pack.xTatP7/_new  2021-09-13 16:25:20.030800389 +0200
@@ -19,7 +19,7 @@
 %define         profile_dir %{_prefix}/lib/%{name}
 
 Name:           tuned
-Version:        2.15.0+git.1625694366.bc3f737
+Version:        2.16.0
 Release:        0
 Summary:        A dynamic adaptive system tuning daemon
 License:        GPL-2.0-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.xTatP7/_old  2021-09-13 16:25:20.066800430 +0200
+++ /var/tmp/diff_new_pack.xTatP7/_new  2021-09-13 16:25:20.070800435 +0200
@@ -4,10 +4,13 @@
     <param name="url">https://github.com/redhat-performance/tuned</param>
 <!--
     Use this for non rc candidates, -rc is not allowed
-    <param name="versionformat">@PARENT_TAG@+git.%ct.%h</param>
--->
+--> 
+    <param name="versionformat">@PARENT_TAG@</param>
+    <param name="versionrewrite-pattern">v(.*)</param>
+<!--
     <param name="versionformat">2.15.0+git.%ct.%h</param>
-    <param name="revision">master</param>
+-->
+    <param name="revision">v2.16.0</param>
     <param name="changesgenerate">enable</param>
   </service>
   <service mode="localonly" name="set_version"/>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.xTatP7/_old  2021-09-13 16:25:20.090800458 +0200
+++ /var/tmp/diff_new_pack.xTatP7/_new  2021-09-13 16:25:20.094800462 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/redhat-performance/tuned</param>
-              <param 
name="changesrevision">bc3f737a0080d38863915217c2e4482bbb77b322</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">e4733cdb6359f0c3641df312543974eecbbfa2c3</param></service></servicedata>
\ No newline at end of file

++++++ tuned-2.15.0+git.1625694366.bc3f737.obscpio -> tuned-2.16.0.obscpio 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/tuned-2.15.0+git.1625694366.bc3f737/tuned/plugins/plugin_bootloader.py 
new/tuned-2.16.0/tuned/plugins/plugin_bootloader.py
--- old/tuned-2.15.0+git.1625694366.bc3f737/tuned/plugins/plugin_bootloader.py  
2021-07-07 23:46:06.000000000 +0200
+++ new/tuned-2.16.0/tuned/plugins/plugin_bootloader.py 2021-07-21 
20:41:55.000000000 +0200
@@ -510,7 +510,7 @@
                if verify:
                        return None
                if enabling and value is not None:
-                       if self._cmd.get_bool(value):
+                       if self._cmd.get_bool(value) == "1":
                                log.info("skipping any modification of grub 
config")
                                self._skip_grub_config_val = True
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tuned-2.15.0+git.1625694366.bc3f737/tuned.spec 
new/tuned-2.16.0/tuned.spec
--- old/tuned-2.15.0+git.1625694366.bc3f737/tuned.spec  2021-07-07 
23:46:06.000000000 +0200
+++ new/tuned-2.16.0/tuned.spec 2021-07-21 20:41:55.000000000 +0200
@@ -36,8 +36,8 @@
 %global git_suffix %{git_date}git%{git_short_commit}
 %endif
 
-%global prerelease rc
-%global prereleasenum 1
+#%%global prerelease rc
+#%%global prereleasenum 1
 
 %global prerel1 %{?prerelease:.%{prerelease}%{prereleasenum}}
 %global prerel2 %{?prerelease:-%{prerelease}.%{prereleasenum}}
@@ -45,7 +45,7 @@
 Summary: A dynamic adaptive system tuning daemon
 Name: tuned
 Version: 2.16.0
-Release: 0.1%{?prerel1}%{?with_snapshot:.%{git_suffix}}%{?dist}
+Release: 1%{?prerel1}%{?with_snapshot:.%{git_suffix}}%{?dist}
 License: GPLv2+
 Source0: 
https://github.com/redhat-performance/%{name}/archive/v%{version}%{?prerel2}/%{name}-%{version}%{?prerel2}.tar.gz
 URL: http://www.tuned-project.org/
@@ -549,6 +549,11 @@
 %{_mandir}/man7/tuned-profiles-postgresql.7*
 
 %changelog
+* Wed Jul 21 2021 Jaroslav ??karvada <jskar...@redhat.com> - 2.16.0-1
+- new release
+  - rebased tuned to latest upstream
+    related: rhbz#1936426
+
 * Wed Jul  7 2021 Jaroslav ??karvada <jskar...@redhat.com> - 2.16.0-0.1.rc1
 - new release
   - rebased tuned to latest upstream

++++++ tuned.obsinfo ++++++
--- /var/tmp/diff_new_pack.xTatP7/_old  2021-09-13 16:25:20.334800740 +0200
+++ /var/tmp/diff_new_pack.xTatP7/_new  2021-09-13 16:25:20.338800745 +0200
@@ -1,5 +1,5 @@
 name: tuned
-version: 2.15.0+git.1625694366.bc3f737
-mtime: 1625694366
-commit: bc3f737a0080d38863915217c2e4482bbb77b322
+version: 2.16.0
+mtime: 1626892915
+commit: e4733cdb6359f0c3641df312543974eecbbfa2c3
 

Reply via email to