Skip to content

Commit 051bd51

Browse files
committed
new release (2.24.0-rc.1)
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
1 parent baa0ef3 commit 051bd51

2 files changed

Lines changed: 19 additions & 5 deletions

File tree

tuned.spec

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636
%global git_suffix %{git_date}git%{git_short_commit}
3737
%endif
3838

39-
#%%global prerelease rc
40-
#%%global prereleasenum 1
39+
%global prerelease rc
40+
%global prereleasenum 1
4141

4242
%global prerel1 %{?prerelease:.%{prerelease}%{prereleasenum}}
4343
%global prerel2 %{?prerelease:-%{prerelease}.%{prereleasenum}}
4444

4545
Summary: A dynamic adaptive system tuning daemon
4646
Name: tuned
47-
Version: 2.23.0
48-
Release: 1%{?prerel1}%{?with_snapshot:.%{git_suffix}}%{?dist}
47+
Version: 2.24.0
48+
Release: 0.1%{?prerel1}%{?with_snapshot:.%{git_suffix}}%{?dist}
4949
License: GPL-2.0-or-later AND CC-BY-SA-3.0
5050
Source0: https://github.com/redhat-performance/%{name}/archive/v%{version}%{?prerel2}/%{name}-%{version}%{?prerel2}.tar.gz
5151
URL: http://www.tuned-project.org/
@@ -613,6 +613,20 @@ fi
613613
%config(noreplace) %{_sysconfdir}/tuned/ppd.conf
614614

615615
%changelog
616+
* Thu Jul 25 2024 Jaroslav Škarvada <jskarvad@redhat.com> - 2.24.0-0.1.rc1
617+
- new release
618+
- hotplug: wait for device initialization
619+
resolves: RHEL-39468
620+
- functions: added 'package2cpus' and 'packages2uncores' matchers
621+
- functions: added 'lscpu' to list CPU details
622+
- plugin_uncore: allow to configure frequency limits using percent
623+
- amd-pstate: added support for controlling core performance boost
624+
- plugin_scheduler: adjusted error logging in _set_affinity
625+
resolves: RHEL-46560
626+
- plugin_audio: enabled controller reset to fix suspend with NVIDIA
627+
- plugin_irq: fixed expansion of variables
628+
- plugin_irqbalance: switched to IRQBALANCE_BANNED_CPULIST
629+
616630
* Thu Jun 6 2024 Jaroslav Škarvada <jskarvad@redhat.com> - 2.23.0-1
617631
- new release
618632
- migrated profiles to /etc/tuned/profiles/ and /usr/lib/tuned/profiles/

tuned/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
TUNED_VERSION_MAJOR = 2
2-
TUNED_VERSION_MINOR = 23
2+
TUNED_VERSION_MINOR = 24
33
TUNED_VERSION_PATCH = 0
44

55
TUNED_VERSION_STR = "%d.%d.%d" % (TUNED_VERSION_MAJOR, TUNED_VERSION_MINOR, TUNED_VERSION_PATCH)

0 commit comments

Comments
 (0)