Skip to content

Commit

Permalink
new release (2.24.0)
Browse files Browse the repository at this point in the history
Signed-off-by: Jaroslav Škarvada <[email protected]>
  • Loading branch information
yarda committed Aug 7, 2024
1 parent 4eee2fe commit 0a85d3c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions tuned.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
%global git_suffix %{git_date}git%{git_short_commit}
%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.24.0
Release: 0.1%{?prerel1}%{?with_snapshot:.%{git_suffix}}%{?dist}
Release: 1%{?prerel1}%{?with_snapshot:.%{git_suffix}}%{?dist}
License: GPL-2.0-or-later AND CC-BY-SA-3.0
Source0: https://github.com/redhat-performance/%{name}/archive/v%{version}%{?prerel2}/%{name}-%{version}%{?prerel2}.tar.gz
URL: http://www.tuned-project.org/
Expand Down Expand Up @@ -613,6 +613,12 @@ fi
%config(noreplace) %{_sysconfdir}/tuned/ppd.conf

%changelog
* Wed Aug 7 2024 Jaroslav Škarvada <[email protected]> - 2.24.0-1
- new release
- clear plugin repository when stopping tuning
resolves: RHEL-36442
- man: add description of the balanced-battery profile

* Thu Jul 25 2024 Jaroslav Škarvada <[email protected]> - 2.24.0-0.1.rc1
- new release
- hotplug: wait for device initialization
Expand Down

0 comments on commit 0a85d3c

Please sign in to comment.