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
This commit is contained in:
Jaroslav Škarvada 2023-02-17 22:06:01 +01:00
parent 7ea21bf9d3
commit eb30f29b92
2 changed files with 14 additions and 6 deletions

View File

@ -1 +1 @@
SHA512 (tuned-2.20.0-rc.1.tar.gz) = 6ce054ae2897dc9b5fdeb94fa3eea6555def2b90b6b06d441e424ef3d0dc728b4963cab701d27afe93711ddc75cd817b8b6a89284c33aca60f23fb76ac62ef6a
SHA512 (tuned-2.20.0.tar.gz) = c8b9fc5bdc684b3c518267875b3757fce5d607bec0df7946fe3a7d345683ea0baa2f8b9bbfb741083b82fd9ca7c825506ca86ea530551837b42c11b45f24ccea

View File

@ -41,8 +41,8 @@
%global archive_topdir %{name}-%{version}%{?prerel2}
%endif
%global prerelease rc
%global prereleasenum 1
#%%global prerelease rc
#%%global prereleasenum 1
%global prerel1 %{?prerelease:.%{prerelease}%{prereleasenum}}
%global prerel2 %{?prerelease:-%{prerelease}.%{prereleasenum}}
@ -50,7 +50,7 @@
Summary: A dynamic adaptive system tuning daemon
Name: tuned
Version: 2.20.0
Release: 0.1%{?prerel1}%{?git_suffix:.%{git_suffix}}%{?dist}
Release: 1%{?prerel1}%{?git_suffix:.%{git_suffix}}%{?dist}
License: GPLv2+
%if 0%{?git_commit:1}
Source0: https://github.com/redhat-performance/%{name}/archive/%{git_commit}/%{name}-%{version}-%{git_suffix}.tar.gz
@ -223,7 +223,6 @@ Summary: Additional tuned profile(s) targeted to Network Function Virtualization
Requires: %{name} = %{version}
Requires: %{name}-profiles-realtime = %{version}
Requires: tuna
Requires: nmap-ncat
%description profiles-nfv-host
Additional tuned profile(s) targeted to Network Function Virtualization (NFV) host.
@ -539,7 +538,6 @@ fi
%{_prefix}/lib/tuned/cpu-partitioning
%{_prefix}/lib/tuned/cpu-partitioning-powersave
%{_mandir}/man7/tuned-profiles-cpu-partitioning.7*
%{_mandir}/man7/tuned-profiles-cpu-partitioning-powersave.7*
%files profiles-spectrumscale
%{_prefix}/lib/tuned/spectrumscale-ece
@ -566,6 +564,16 @@ fi
%{_mandir}/man7/tuned-profiles-openshift.7*
%changelog
* Fri Feb 17 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 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 <jskarvad@redhat.com> - 2.20.0-0.1.rc1
- new release
- rebased tuned to latest upstream