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:
Jaroslav Škarvada 2023-02-08 19:41:36 +01:00
parent 73a9f68112
commit 052a5ef71c
2 changed files with 34 additions and 5 deletions

View File

@ -1 +1 @@
SHA512 (tuned-2.19.0.tar.gz) = 64ed338398f7ae73cdf4de04ce24dec6869abf3f399459f13de792edfd965da4efdab0fb1337749556f2868d1769dcb55df9e13983d1e0bc2769fb5fc791cfb8
SHA512 (tuned-2.20.0-rc.1.tar.gz) = 6ce054ae2897dc9b5fdeb94fa3eea6555def2b90b6b06d441e424ef3d0dc728b4963cab701d27afe93711ddc75cd817b8b6a89284c33aca60f23fb76ac62ef6a

View File

@ -26,16 +26,16 @@
%endif
%endif
#%%global prerelease rc
#%%global prereleasenum 1
%global prerelease rc
%global prereleasenum 1
%global prerel1 %{?prerelease:.%{prerelease}%{prereleasenum}}
%global prerel2 %{?prerelease:-%{prerelease}.%{prereleasenum}}
Summary: A dynamic adaptive system tuning daemon
Name: tuned
Version: 2.19.0
Release: 1%{?prerel1}%{?dist}
Version: 2.20.0
Release: 0.1%{?prerel1}%{?dist}
License: GPLv2+
Source0: https://github.com/redhat-performance/%{name}/archive/v%{version}%{?prerel2}/%{name}-%{version}%{?prerel2}.tar.gz
# RHEL-9 specific recommend.conf:
@ -402,6 +402,7 @@ fi
%exclude %{_sysconfdir}/tuned/realtime-virtual-guest-variables.conf
%exclude %{_sysconfdir}/tuned/realtime-virtual-host-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/desktop-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-host
%exclude %{_prefix}/lib/tuned/cpu-partitioning
%exclude %{_prefix}/lib/tuned/cpu-partitioning-powersave
%exclude %{_prefix}/lib/tuned/spectrumscale-ece
%exclude %{_prefix}/lib/tuned/postgresql
%exclude %{_prefix}/lib/tuned/openshift
@ -520,8 +522,11 @@ fi
%files profiles-cpu-partitioning
%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-powersave
%{_mandir}/man7/tuned-profiles-cpu-partitioning.7*
%{_mandir}/man7/tuned-profiles-cpu-partitioning-powersave.7*
%files profiles-spectrumscale
%{_prefix}/lib/tuned/spectrumscale-ece
@ -548,6 +553,30 @@ fi
%{_mandir}/man7/tuned-profiles-openshift.7*
%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
- new release
- rebased tuned to latest upstream