new release
rebased tuned to latest upstream resolves: rhbz#2133815 systemd: relax polkit requirement sysvinit: fixed path resolves: rhbz#2118301 plugin_cpu: added support for pm_qos_resume_latency_us resolves: rhbz#2118786 do not exit on duplicate config lines profiles: new cpu-partitioning-powersave profile profiles: new profile for AWS EC2 API: add support for moving devices between instances resolves: rhbz#2113925 D-Bus: send tracebacks through D-Bus only in debug mode resolves: rhbz#2159680 Makefile: added fix for python-3.12 throughput-performance: set net.core.somaxconn to at least 2048 plugin_scheduler: do not leak FDs from the perf plugin_cpu: added support for intel_pstate scaling driver resolves: rhbz#2095829 added support for the API access through the Unix Domain Socket resolves: rhbz#2113900
This commit is contained in:
parent
73a9f68112
commit
052a5ef71c
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (tuned-2.19.0.tar.gz) = 64ed338398f7ae73cdf4de04ce24dec6869abf3f399459f13de792edfd965da4efdab0fb1337749556f2868d1769dcb55df9e13983d1e0bc2769fb5fc791cfb8
|
SHA512 (tuned-2.20.0-rc.1.tar.gz) = 6ce054ae2897dc9b5fdeb94fa3eea6555def2b90b6b06d441e424ef3d0dc728b4963cab701d27afe93711ddc75cd817b8b6a89284c33aca60f23fb76ac62ef6a
|
||||||
|
37
tuned.spec
37
tuned.spec
@ -26,16 +26,16 @@
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#%%global prerelease rc
|
%global prerelease rc
|
||||||
#%%global prereleasenum 1
|
%global prereleasenum 1
|
||||||
|
|
||||||
%global prerel1 %{?prerelease:.%{prerelease}%{prereleasenum}}
|
%global prerel1 %{?prerelease:.%{prerelease}%{prereleasenum}}
|
||||||
%global prerel2 %{?prerelease:-%{prerelease}.%{prereleasenum}}
|
%global prerel2 %{?prerelease:-%{prerelease}.%{prereleasenum}}
|
||||||
|
|
||||||
Summary: A dynamic adaptive system tuning daemon
|
Summary: A dynamic adaptive system tuning daemon
|
||||||
Name: tuned
|
Name: tuned
|
||||||
Version: 2.19.0
|
Version: 2.20.0
|
||||||
Release: 1%{?prerel1}%{?dist}
|
Release: 0.1%{?prerel1}%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Source0: https://github.com/redhat-performance/%{name}/archive/v%{version}%{?prerel2}/%{name}-%{version}%{?prerel2}.tar.gz
|
Source0: https://github.com/redhat-performance/%{name}/archive/v%{version}%{?prerel2}/%{name}-%{version}%{?prerel2}.tar.gz
|
||||||
# RHEL-9 specific recommend.conf:
|
# RHEL-9 specific recommend.conf:
|
||||||
@ -402,6 +402,7 @@ fi
|
|||||||
%exclude %{_sysconfdir}/tuned/realtime-virtual-guest-variables.conf
|
%exclude %{_sysconfdir}/tuned/realtime-virtual-guest-variables.conf
|
||||||
%exclude %{_sysconfdir}/tuned/realtime-virtual-host-variables.conf
|
%exclude %{_sysconfdir}/tuned/realtime-virtual-host-variables.conf
|
||||||
%exclude %{_sysconfdir}/tuned/cpu-partitioning-variables.conf
|
%exclude %{_sysconfdir}/tuned/cpu-partitioning-variables.conf
|
||||||
|
%exclude %{_sysconfdir}/tuned/cpu-partitioning-powersave-variables.conf
|
||||||
%exclude %{_prefix}/lib/tuned/default
|
%exclude %{_prefix}/lib/tuned/default
|
||||||
%exclude %{_prefix}/lib/tuned/desktop-powersave
|
%exclude %{_prefix}/lib/tuned/desktop-powersave
|
||||||
%exclude %{_prefix}/lib/tuned/laptop-ac-powersave
|
%exclude %{_prefix}/lib/tuned/laptop-ac-powersave
|
||||||
@ -419,6 +420,7 @@ fi
|
|||||||
%exclude %{_prefix}/lib/tuned/realtime-virtual-guest
|
%exclude %{_prefix}/lib/tuned/realtime-virtual-guest
|
||||||
%exclude %{_prefix}/lib/tuned/realtime-virtual-host
|
%exclude %{_prefix}/lib/tuned/realtime-virtual-host
|
||||||
%exclude %{_prefix}/lib/tuned/cpu-partitioning
|
%exclude %{_prefix}/lib/tuned/cpu-partitioning
|
||||||
|
%exclude %{_prefix}/lib/tuned/cpu-partitioning-powersave
|
||||||
%exclude %{_prefix}/lib/tuned/spectrumscale-ece
|
%exclude %{_prefix}/lib/tuned/spectrumscale-ece
|
||||||
%exclude %{_prefix}/lib/tuned/postgresql
|
%exclude %{_prefix}/lib/tuned/postgresql
|
||||||
%exclude %{_prefix}/lib/tuned/openshift
|
%exclude %{_prefix}/lib/tuned/openshift
|
||||||
@ -520,8 +522,11 @@ fi
|
|||||||
|
|
||||||
%files profiles-cpu-partitioning
|
%files profiles-cpu-partitioning
|
||||||
%config(noreplace) %{_sysconfdir}/tuned/cpu-partitioning-variables.conf
|
%config(noreplace) %{_sysconfdir}/tuned/cpu-partitioning-variables.conf
|
||||||
|
%config(noreplace) %{_sysconfdir}/tuned/cpu-partitioning-powersave-variables.conf
|
||||||
%{_prefix}/lib/tuned/cpu-partitioning
|
%{_prefix}/lib/tuned/cpu-partitioning
|
||||||
|
%{_prefix}/lib/tuned/cpu-partitioning-powersave
|
||||||
%{_mandir}/man7/tuned-profiles-cpu-partitioning.7*
|
%{_mandir}/man7/tuned-profiles-cpu-partitioning.7*
|
||||||
|
%{_mandir}/man7/tuned-profiles-cpu-partitioning-powersave.7*
|
||||||
|
|
||||||
%files profiles-spectrumscale
|
%files profiles-spectrumscale
|
||||||
%{_prefix}/lib/tuned/spectrumscale-ece
|
%{_prefix}/lib/tuned/spectrumscale-ece
|
||||||
@ -548,6 +553,30 @@ fi
|
|||||||
%{_mandir}/man7/tuned-profiles-openshift.7*
|
%{_mandir}/man7/tuned-profiles-openshift.7*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 8 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2.20.0-0.1.rc1
|
||||||
|
- new release
|
||||||
|
- rebased tuned to latest upstream
|
||||||
|
resolves: rhbz#2133815
|
||||||
|
- systemd: relax polkit requirement
|
||||||
|
- sysvinit: fixed path
|
||||||
|
resolves: rhbz#2118301
|
||||||
|
- plugin_cpu: added support for pm_qos_resume_latency_us
|
||||||
|
resolves: rhbz#2118786
|
||||||
|
- do not exit on duplicate config lines
|
||||||
|
- profiles: new cpu-partitioning-powersave profile
|
||||||
|
- profiles: new profile for AWS EC2
|
||||||
|
- API: add support for moving devices between instances
|
||||||
|
resolves: rhbz#2113925
|
||||||
|
- D-Bus: send tracebacks through D-Bus only in debug mode
|
||||||
|
resolves: rhbz#2159680
|
||||||
|
- Makefile: added fix for python-3.12
|
||||||
|
- throughput-performance: set net.core.somaxconn to at least 2048
|
||||||
|
- plugin_scheduler: do not leak FDs from the perf
|
||||||
|
- plugin_cpu: added support for intel_pstate scaling driver
|
||||||
|
resolves: rhbz#2095829
|
||||||
|
- added support for the API access through the Unix Domain Socket
|
||||||
|
resolves: rhbz#2113900
|
||||||
|
|
||||||
* Fri Aug 19 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 2.19.0-1
|
* Fri Aug 19 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 2.19.0-1
|
||||||
- new release
|
- new release
|
||||||
- rebased tuned to latest upstream
|
- rebased tuned to latest upstream
|
||||||
|
Loading…
Reference in New Issue
Block a user