Skip to content

Commit

Permalink
new release (2.17.0-rc.1)
Browse files Browse the repository at this point in the history
Signed-off-by: Jaroslav Škarvada <[email protected]>
  • Loading branch information
yarda committed Jan 2, 2022
1 parent 61e6210 commit bc71399
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
21 changes: 17 additions & 4 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.16.0
Release: 1%{?prerel1}%{?with_snapshot:.%{git_suffix}}%{?dist}
Version: 2.17.0
Release: 0.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/
Expand Down Expand Up @@ -565,6 +565,19 @@ fi
%{_mandir}/man7/tuned-profiles-openshift.7*

%changelog
* Sun Jan 2 2022 Jaroslav Škarvada <[email protected]> - 2.17.0-0.1.rc1
- new release
- rebased tuned to latest upstream
resolves: rhbz#2003838
- cpu-partitioning: fixed no_balance_cores on newer kernels
resolves: rhbz#1874596
- scheduler: allow exclude of processes from the specific cgroup(s)
resolves: rhbz#1980715
- switched to the configparser from the configobj
resolves: rhbz#1936386
- spec: do not require subscription-manager on CentOS
resolves: rhbz#2029405

* Wed Jul 21 2021 Jaroslav Škarvada <[email protected]> - 2.16.0-1
- new release
- rebased tuned to latest upstream
Expand Down
2 changes: 1 addition & 1 deletion tuned/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TUNED_VERSION_MAJOR = 2
TUNED_VERSION_MINOR = 16
TUNED_VERSION_MINOR = 17
TUNED_VERSION_PATCH = 0

0 comments on commit bc71399

Please sign in to comment.