File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 59
59
60
60
Summary: A dynamic adaptive system tuning daemon
61
61
Name: tuned
62
- Version: 2.25.0
62
+ Version: 2.25.1
63
63
Release: 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
638
638
%config(noreplace) %{_sysconfdir }/tuned/ppd.conf
639
639
640
640
%changelog
641
+ * Mon Feb 3 2025 Jaroslav Škarvada <jskarvad@redhat.com> - 2.25.1-1
642
+ - new release
643
+ - plugins: added missing instance parameters
644
+ - disk: added missing remove parameter
645
+ - plugin_scheduler: added switch to disable processing of kthreads
646
+ - Makefile: added support for installation to custom LIBEXECDIR
647
+ - functions: create a new parser object for each string expansion
648
+ resolves: RHEL-75773
649
+
641
650
* Fri Jan 31 2025 Jaroslav Škarvada <jskarvad@redhat.com> - 2.25.0-1
642
651
- new release
643
652
- sap-hana: Set transparent_hugepages to madvise
Original file line number Diff line number Diff line change 1
1
TUNED_VERSION_MAJOR = 2
2
2
TUNED_VERSION_MINOR = 25
3
- TUNED_VERSION_PATCH = 0
3
+ TUNED_VERSION_PATCH = 1
4
4
5
5
TUNED_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