Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tuned for openSUSE:Factory checked in at 2023-04-21 18:48:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tuned (Old) and /work/SRC/openSUSE:Factory/.tuned.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tuned" Fri Apr 21 18:48:01 2023 rev:33 rq:1081801 version:2.20.0.18+git.7b1a20b Changes: -------- --- /work/SRC/openSUSE:Factory/tuned/tuned.changes 2022-12-31 11:23:08.264534604 +0100 +++ /work/SRC/openSUSE:Factory/.tuned.new.1533/tuned.changes 2023-04-21 18:48:15.792338910 +0200 @@ -1,0 +2,42 @@ +Fri Apr 14 13:12:27 UTC 2023 - [email protected] + +- New polkit interface has been reviewed by security bsc#1185418 +- Remove old outdated spec scripts before suse_version 1500 +- Separate SAP and related profiles to not be installed in SLE 15 SPx + and older, but add them with openSUSE (as before), ALP and upcoming + SLE distros +- Update to version tuned-2.20.0.18+git.7b1a20b + * scheduler: fix traceback if running with runtime=0 + * plugin_scheduler: fix perf fd leaks + * Better log on unsupported hw for pm_qos_resume_latency_us option + * fix-tuned-profiles-adoc-error + * explicitly use /bin/bash for tuned scripts + * set the icon in the about dialog + * install dbus policy in /usr/share/dbus-1 + * tuned-adm: better error message for unauthorized switch_profile + * man: updated manual pages to be more consistent + * spec: dropped unneeded ncat dependency + * fix log error + * Report reapplied sysctls only on different values + * Fixing no _evlist attribute when run without daemon + * fix 'is_active' does not work + * new release (2.20.0-rc.1) + * build: fixed FTBFS with python2 + * Expose TuneD API to the Unix Domain Socket. + * Inform users about reapplied sysctls + * API: add support for moving devices between instances + * throughput-performance: set net.core.somaxconn to at least 2048 + * Adding support for cpu intel_pstate scaling driver + * configparser: use no strict parser to mimic old behavior + * Adding pm_qos_resume_latency_us option for cpu plugin.i + * Makefile: added fix for python-3.12 + * D-Bus: only send tracebacks through the D-Bus if in the debug mode + * update vendor_url in policy file + * correct section of the tuned-profiles-openshift manpage + * Allow selecting a different pkg-config executable + * fix tuned/gtk/gui_profile_loader.py spell error + * bootloader: create bootcmdline even when skip_grub_config=true + * profiles: added aws profile for aws ec2 instances + * Closing fd from perf module in scheduler plugin + +------------------------------------------------------------------- Old: ---- tuned-2.19.0.29+git.b894a3e.obscpio New: ---- tuned-2.20.0.18+git.7b1a20b.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tuned.spec ++++++ --- /var/tmp/diff_new_pack.SJEdlE/_old 2023-04-21 18:48:16.532343198 +0200 +++ /var/tmp/diff_new_pack.SJEdlE/_new 2023-04-21 18:48:16.544343267 +0200 @@ -1,7 +1,7 @@ # # spec file for package tuned # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define profile_dir %{_prefix}/lib/%{name} Name: tuned -Version: 2.19.0.29+git.b894a3e +Version: 2.20.0.18+git.7b1a20b Release: 0 Summary: A dynamic adaptive system tuning daemon License: GPL-2.0-or-later @@ -140,8 +140,8 @@ 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} +# providing these profiles (starting with ALP these are included again) +%if !0%{?sle_version} || %{?suse_version} >= 1599 %package profiles-sap Summary: Additional tuned profile(s) targeted to SAP NetWeaver loads Group: System/Base @@ -185,18 +185,16 @@ rm %{buildroot}%{_mandir}/man7/tuned-profiles-compat.7 ln -sf service %{buildroot}%{_sbindir}/rctuned +%if 0%{?sle_version} && %{?suse_version} < 1599 +rm -r %{buildroot}%{_prefix}/lib/tuned/sap-netweaver +rm -r %{buildroot}%{_prefix}/lib/tuned/sap-hana +rm %{buildroot}%{_mandir}/man7/tuned-profiles-sap.7 +rm %{buildroot}%{_mandir}/man7/tuned-profiles-sap-hana.7 +%endif + %post %service_add_post %{name}.service -%if 0%{?suse_version} <= 1320 - systemd-tmpfiles --create %{_tmpfilesdir}/%{name}.conf >/dev/null 2>&1 || : -%else - %tmpfiles_create %{_tmpfilesdir}/%{name}.conf -%endif -# convert active_profile from full path to name (if needed) -sed -i 's|.*/\([^/]\+\)/[^\.]\+\.conf|\1|' %{_sysconfdir}/tuned/active_profile -%if 0%{?suse_version} < 1500 -%desktop_database_post -%endif +%tmpfiles_create %{_tmpfilesdir}/%{name}.conf %pre %service_add_pre %{name}.service @@ -214,9 +212,6 @@ %postun %service_del_postun %{name}.service -%if 0%{?suse_version} < 1500 -%desktop_database_postun -%endif %files %license COPYING @@ -237,9 +232,16 @@ %{profile_dir}/recommend.d/50-tuned.conf %{profile_dir}/defirqaffinity.py +%if 0%{?sle_version} && %{?suse_version} < 1599 +%exclude %{_prefix}/lib/tuned/sap-netweaver +%exclude %{_prefix}/lib/tuned/sap-hana +%exclude %{_mandir}/man7/tuned-profiles-sap.7%{?ext_man} +%exclude %{_mandir}/man7/tuned-profiles-sap-hana.7%{?ext_man} +%endif + # Profiles included in main package - alphabetically sorted %{profile_dir}/accelerator-performance -%{profile_dir}/balanced +%{profile_dir}/aws %{profile_dir}/balanced %{profile_dir}/cpu-partitioning %{profile_dir}/cpu-partitioning-powersave @@ -274,7 +276,6 @@ %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* @@ -294,7 +295,7 @@ %{python3_sitelib}/tuned/gtk %{_datadir}/tuned/ui -%if !0%{?sle_version} +%if !0%{?sle_version} || %{?suse_version} >= 1599 %files profiles-sap %{profile_dir}/sap-netweaver %{_mandir}/man7/tuned-profiles-sap.7%{?ext_man} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.SJEdlE/_old 2023-04-21 18:48:16.612343661 +0200 +++ /var/tmp/diff_new_pack.SJEdlE/_new 2023-04-21 18:48:16.616343684 +0200 @@ -11,9 +11,9 @@ <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> </service> - <service mode="localonly" name="set_version"/> + <service name="set_version" mode="localonly"/> <service name="tar" mode="buildtime"/> - <service mode="buildtime" name="recompress"> + <service name="recompress" mode="buildtime"> <param name="compression">xz</param> <param name="file">*.tar</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.SJEdlE/_old 2023-04-21 18:48:16.652343893 +0200 +++ /var/tmp/diff_new_pack.SJEdlE/_new 2023-04-21 18:48:16.664343962 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/redhat-performance/tuned</param> - <param name="changesrevision">b894a3ee3f0e0782963ee1268c819ebc437398d3</param></service></servicedata> + <param name="changesrevision">7b1a20b64c28f75528328a242f49e9bcaed1e857</param></service></servicedata> (No newline at EOF) ++++++ tuned-2.19.0.29+git.b894a3e.obscpio -> tuned-2.20.0.18+git.7b1a20b.obscpio ++++++ ++++ 2525 lines of diff (skipped) ++++++ tuned.obsinfo ++++++ --- /var/tmp/diff_new_pack.SJEdlE/_old 2023-04-21 18:48:17.044346164 +0200 +++ /var/tmp/diff_new_pack.SJEdlE/_new 2023-04-21 18:48:17.048346187 +0200 @@ -1,5 +1,5 @@ name: tuned -version: 2.19.0.29+git.b894a3e -mtime: 1670495290 -commit: b894a3ee3f0e0782963ee1268c819ebc437398d3 +version: 2.20.0.18+git.7b1a20b +mtime: 1680015467 +commit: 7b1a20b64c28f75528328a242f49e9bcaed1e857
