|
51 | 51 | %global git_suffix %{git_date}git%{git_short_commit} |
52 | 52 | %endif |
53 | 53 |
|
54 | | -#%%global prerelease rc |
55 | | -#%%global prereleasenum 1 |
| 54 | +%global prerelease rc |
| 55 | +%global prereleasenum 1 |
56 | 56 |
|
57 | 57 | %global prerel1 %{?prerelease:.%{prerelease}%{prereleasenum}} |
58 | 58 | %global prerel2 %{?prerelease:-%{prerelease}.%{prereleasenum}} |
59 | 59 |
|
60 | 60 | Summary: A dynamic adaptive system tuning daemon |
61 | 61 | Name: tuned |
62 | | -Version: 2.24.1 |
63 | | -Release: 1%{?prerel1}%{?with_snapshot:.%{git_suffix}}%{?dist} |
| 62 | +Version: 2.25.0 |
| 63 | +Release: 0.1%{?prerel1}%{?with_snapshot:.%{git_suffix}}%{?dist} |
64 | 64 | License: GPL-2.0-or-later AND CC-BY-SA-3.0 |
65 | 65 | Source0: https://github.com/redhat-performance/%{name}/archive/v%{version}%{?prerel2}/%{name}-%{version}%{?prerel2}.tar.gz |
66 | 66 | URL: http://www.tuned-project.org/ |
|
638 | 638 | %config(noreplace) %{_sysconfdir}/tuned/ppd.conf |
639 | 639 |
|
640 | 640 | %changelog |
| 641 | +* Sun Jan 19 2025 Jaroslav Škarvada <[email protected]> - 2.25.0-0.1.rc1 |
| 642 | +- new release |
| 643 | + - tuned-ppd: removed the use of StrEnum |
| 644 | + resolves: RHEL-68208 |
| 645 | + - tuned-ppd: multiple fixes and updates |
| 646 | + - docs: plugins docs are now automatically generated from the docstrings |
| 647 | + - plugin_cpu: fixed no_turbo boolean option parsing |
| 648 | + resolves: RHEL-51760 |
| 649 | + - plugin_cpu: allowed raw energy_performance_preference values |
| 650 | + - plugin_vm: added support for dirty_(bytes|ratio) sysctl parameters |
| 651 | + resolves: RHEL-58820 |
| 652 | + - plugin_bootloader: added variables to BLS entries only if grub is used |
| 653 | + - plugin_scheduler: do not assume that perf events have type attribute |
| 654 | + resolves: RHEL-60898 |
| 655 | + - plugin_scheduler: updated sched knobs for kernels 6.6+ |
| 656 | + - plugin_scheduler: log process info when its affinity cannot be changed |
| 657 | + resolves: RHEL-69933 |
| 658 | + - plugin_scheduler: postpone cgroup blacklist check, double-check after fail |
| 659 | + resolves: RHEL-72981 |
| 660 | + - plugin_scheduler: made perf support optional |
| 661 | + - plugin_net: added support for hotplug and rename |
| 662 | + resolves: RHEL-60906 |
| 663 | + - makefile: added support for installation to custom $BINDIR/$SBINDIR |
| 664 | + - functions: dropped cpuspeed support |
| 665 | + |
641 | 666 | * Tue Nov 26 2024 Jaroslav Škarvada <[email protected]> - 2.24.1-1 |
642 | 667 | - new release |
643 | 668 | - fixed privileged execution of arbitrary scripts by active local user |
|
0 commit comments