Accepting request 1045525 from home:trenn:branches:Base:System
- 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 OBS-URL: https://build.opensuse.org/request/show/1045525 OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=87
This commit is contained in:
parent
d4fccadf76
commit
e543848d92
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8fb618c03c94eea85b1985ec4064513b39becf24fe0cc5161bf0b1b3814ce0d9
|
||||
size 966156
|
3
tuned-2.19.0.29+git.b894a3e.obscpio
Normal file
3
tuned-2.19.0.29+git.b894a3e.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0a5eb4f12caa75364e1d7a79b16055d21f2aa80b3b47571f6272ffbfbb5bb6b
|
||||
size 1017356
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 11 20:22:14 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
name: tuned
|
||||
version: 2.18.0.8+git.6f907c9
|
||||
mtime: 1647345988
|
||||
commit: 6f907c943ac2d8f7ed4f5867cf48a7532864e160
|
||||
|
||||
version: 2.19.0.29+git.b894a3e
|
||||
mtime: 1670495290
|
||||
commit: b894a3ee3f0e0782963ee1268c819ebc437398d3
|
||||
|
14
tuned.spec
14
tuned.spec
@ -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 @@ Requires: %{name} = %{version}
|
||||
%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 @@ sed -i 's|.*/\([^/]\+\)/[^\.]\+\.conf|\1|' %{_sysconfdir}/tuned/active_profile
|
||||
%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 @@ sed -i 's|.*/\([^/]\+\)/[^\.]\+\.conf|\1|' %{_sysconfdir}/tuned/active_profile
|
||||
%{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 @@ sed -i 's|.*/\([^/]\+\)/[^\.]\+\.conf|\1|' %{_sysconfdir}/tuned/active_profile
|
||||
# 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 @@ sed -i 's|.*/\([^/]\+\)/[^\.]\+\.conf|\1|' %{_sysconfdir}/tuned/active_profile
|
||||
%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*
|
||||
|
Loading…
x
Reference in New Issue
Block a user