File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
4545Summary: A dynamic adaptive system tuning daemon
4646Name: 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 }
4949License: GPL-2.0 -or-later AND CC-BY-SA-3.0
5050Source0: https://github.com/redhat-performance/%{name }/archive/v%{version }%{?prerel2 }/%{name }-%{version }%{?prerel2 }.tar.gz
5151URL: http://www.tuned-project.org/
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/
Original file line number Diff line number Diff line change 11TUNED_VERSION_MAJOR = 2
2- TUNED_VERSION_MINOR = 23
2+ TUNED_VERSION_MINOR = 24
33TUNED_VERSION_PATCH = 0
44
55TUNED_VERSION_STR = "%d.%d.%d" % (TUNED_VERSION_MAJOR , TUNED_VERSION_MINOR , TUNED_VERSION_PATCH )
You can’t perform that action at this time.
0 commit comments