-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jaroslav Škarvada <[email protected]>
- Loading branch information
Showing
1 changed file
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.20.0 | ||
Release: 0.1%{?prerel1}%{?with_snapshot:.%{git_suffix}}%{?dist} | ||
Release: 1%{?prerel1}%{?with_snapshot:.%{git_suffix}}%{?dist} | ||
License: GPLv2+ | ||
Source0: https://github.com/redhat-performance/%{name}/archive/v%{version}%{?prerel2}/%{name}-%{version}%{?prerel2}.tar.gz | ||
URL: http://www.tuned-project.org/ | ||
|
@@ -555,6 +555,16 @@ fi | |
%{_mandir}/man7/tuned-profiles-openshift.7* | ||
|
||
%changelog | ||
* Fri Feb 17 2023 Jaroslav Škarvada <[email protected]> - 2.20.0-1 | ||
- new release | ||
- rebased tuned to latest upstream | ||
related: rhbz#2133815 | ||
- fixed possible traceback on SIGHUP | ||
resolves: rhbz#2169712 | ||
- updated manual pages to be consistent | ||
- tuned-adm: better error message for unauthorized switch_profile | ||
- plugin_sysctl: report reapplied sysctls only on different values | ||
|
||
* Wed Feb 8 2023 Jaroslav Škarvada <[email protected]> - 2.20.0-0.1.rc1 | ||
- new release | ||
- rebased tuned to latest upstream | ||
|