Script 'mail_helper' called by obssrc Hello community,
here is the log from the commit of package tuned for openSUSE:Factory checked in at 2022-12-31 11:23:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tuned (Old) and /work/SRC/openSUSE:Factory/.tuned.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tuned"
Sat Dec 31 11:23:06 2022 rev:32 rq:1045853 version:2.19.0.29+git.b894a3e
Changes: -------- --- /work/SRC/openSUSE:Factory/tuned/tuned.changes 2022-09-23 14:15:23.866005627 +0200 +++ /work/SRC/openSUSE:Factory/.tuned.new.1563/tuned.changes 2022-12-31 11:23:08.264534604 +0100 @@ -1,0 +2,37 @@ +Tue Dec 27 15:45:40 UTC 2022 - trenn@suse.de + +- Update to version 2.19.0.29+git.b894a3e: + * Fix for catching exceptions in profile loader. + * Add new cpu-partitioning-powersave profile + * Add CodeQL workflow for GitHub code scanning + * Fixed sysvinit path + * systemd: relax polkit requirement + * realtime-virtual-*: Tune priority of new ktimers threads + * hpc-compute profile: Remove vm.hugepages_treat_as_movable + * fix spelling error + * Profile openshift: increase fs.aio-max-nr tunable + * new release (2.19.0) + * packit: s/synced_files/files_to_sync/ + * packit: metadata field is no longer needed + * packit: build SRPM in Copr + * profiles: drop sched_ tuning from openshift-control-plane + * new release (2.19.0-rc.1) + * builtin functions: added calc_isolated_cores function + * spec: dropped weak deps where not needed + * Update tuned-adm.bash + * TuneD plug-in documentation. + * Adding mtu command to net plugin + * openshift profile: tuning for NVMe devices + * Add version/help command automatic complete + * Do not hardcode disk name in tuned initrd path. + * bootloader: cmdline parser change and fixed escaping + * Fix in polkit authorization. + * realtime: Set tsc as 'reliable' + * recommend: do not ignore syspurpose_role if there is no syspurpose + * Fixing arguments in disk plugin method + * Default delimiters causing errors in some specific situations, inline comments + * gui: fixed possible traceback in the save_profile + * Striping quotes when unpacking cpu list + * profiles: improve regexes to match kernel threads + +-------------------------------------------------------------------
Old: ---- tuned-2.18.0.8+git.6f907c9.obscpio
New: ---- tuned-2.19.0.29+git.b894a3e.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences: ------------------ ++++++ tuned.spec ++++++ --- /var/tmp/diff_new_pack.87Fo0x/_old 2022-12-31 11:23:09.376541262 +0100 +++ /var/tmp/diff_new_pack.87Fo0x/_new 2022-12-31 11:23:09.380541286 +0100 @@ -18,7 +18,7 @@
%define profile_dir %{_prefix}/lib/%{name} Name: tuned -Version: 2.18.0.8+git.6f907c9 +Version: 2.19.0.29+git.b894a3e Release: 0 Summary: A dynamic adaptive system tuning daemon License: GPL-2.0-or-later @@ -139,7 +139,6 @@ %description profiles-realtime Additional profile(s) for the tuned daemon, targeted to realtime.
- # Do not ship SAP profiles for SLE and Leap, there are other packages # providing these profiles %if !0%{?sle_version} @@ -202,13 +201,13 @@ %pre %service_add_pre %{name}.service # Avoid restoring outdated stuff in posttrans -[ ! -f "/etc/modprobe.d/tuned.conf.rpmsave" ] || \ - mv -f "/etc/modprobe.d/tuned.conf.rpmsave" "/etc/modprobe.d/tuned.conf.rpmsave.old" || : +[ ! -f "%{_sysconfdir}/modprobe.d/tuned.conf.rpmsave" ] || \ + mv -f "%{_sysconfdir}/modprobe.d/tuned.conf.rpmsave" "%{_sysconfdir}/modprobe.d/tuned.conf.rpmsave.old" || :
%posttrans # Migration of modprobe.conf files to _modprobedir -[ ! -f "/etc/modprobe.d/tuned.conf.rpmsave" ] || \ - mv -fv "/etc/modprobe.d/tuned.conf.rpmsave" "/etc/modprobe.d/tuned.conf" || : +[ ! -f "%{_sysconfdir}/modprobe.d/tuned.conf.rpmsave" ] || \ + mv -fv "%{_sysconfdir}/modprobe.d/tuned.conf.rpmsave" "%{_sysconfdir}/modprobe.d/tuned.conf" || :
%preun %service_del_preun %{name}.service @@ -243,6 +242,7 @@ %{profile_dir}/balanced %{profile_dir}/balanced %{profile_dir}/cpu-partitioning +%{profile_dir}/cpu-partitioning-powersave %{profile_dir}/desktop %{profile_dir}/hpc-compute %{profile_dir}/intel-sst @@ -260,6 +260,7 @@ # not on a real install -> better do not mark it %%ghost %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/tuned/active_profile %config(noreplace) %{_sysconfdir}/tuned/cpu-partitioning-variables.conf +%config(noreplace) %{_sysconfdir}/tuned/cpu-partitioning-powersave-variables.conf %config(noreplace) %{_sysconfdir}/tuned/tuned-main.conf %config(noreplace) %{_sysconfdir}/tuned/profile_mode %config(noreplace) %{_sysconfdir}/tuned/post_loaded_profile @@ -273,6 +274,7 @@ %dir %{_sysconfdir}/tuned %{_mandir}/man5/tuned* %{_mandir}/man7/tuned-profiles-cpu-partitioning.7%{?ext_man} +%{_mandir}/man7/tuned-profiles-cpu-partitioning-powersave.7%{?ext_man} %{_mandir}/man7/tuned-profiles.7%{?ext_man} %{_mandir}/man7/tuned-profiles-mssql.7%{?ext_man} %{_mandir}/man8/tuned*
++++++ _service ++++++ --- /var/tmp/diff_new_pack.87Fo0x/_old 2022-12-31 11:23:09.416541502 +0100 +++ /var/tmp/diff_new_pack.87Fo0x/_new 2022-12-31 11:23:09.416541502 +0100 @@ -4,9 +4,9 @@ <param name="url">https://github.com/redhat-performance/tuned</param> <!-- Use this for non rc candidates, -rc is not allowed - <param name="versionformat">2.15.0+git.%h</param> + <param name="versionformat">2.19.0+git.%h</param> <param name="versionformat">@PARENT_TAG@</param> ---> +--> <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@+git.%h</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param>
++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.87Fo0x/_old 2022-12-31 11:23:09.436541621 +0100 +++ /var/tmp/diff_new_pack.87Fo0x/_new 2022-12-31 11:23:09.440541646 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/redhat-performance/tuned</param> - <param name="changesrevision">6f907c943ac2d8f7ed4f5867cf48a7532864e160</param></service></servicedata> + <param name="changesrevision">b894a3ee3f0e0782963ee1268c819ebc437398d3</param></service></servicedata> (No newline at EOF)
++++++ tuned-2.18.0.8+git.6f907c9.obscpio -> tuned-2.19.0.29+git.b894a3e.obscpio ++++++ ++++ 2711 lines of diff (skipped)
++++++ tuned.obsinfo ++++++ --- /var/tmp/diff_new_pack.87Fo0x/_old 2022-12-31 11:23:09.656542939 +0100 +++ /var/tmp/diff_new_pack.87Fo0x/_new 2022-12-31 11:23:09.660542963 +0100 @@ -1,6 +1,5 @@ name: tuned -version: 2.18.0.8+git.6f907c9 -mtime: 1647345988 -commit: 6f907c943ac2d8f7ed4f5867cf48a7532864e160 - +version: 2.19.0.29+git.b894a3e +mtime: 1670495290 +commit: b894a3ee3f0e0782963ee1268c819ebc437398d3