|
|
|
@ -34,7 +34,7 @@
|
|
|
|
|
|
|
|
|
|
Summary: A dynamic adaptive system tuning daemon
|
|
|
|
|
Name: tuned
|
|
|
|
|
Version: 2.20.0
|
|
|
|
|
Version: 2.21.0
|
|
|
|
|
Release: 1%{?prerel1}%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
Source0: https://github.com/redhat-performance/%{name}/archive/v%{version}%{?prerel2}/%{name}-%{version}%{?prerel2}.tar.gz
|
|
|
|
@ -411,6 +411,7 @@ fi
|
|
|
|
|
%exclude %{_prefix}/lib/tuned/spindown-disk
|
|
|
|
|
%exclude %{_prefix}/lib/tuned/sap-netweaver
|
|
|
|
|
%exclude %{_prefix}/lib/tuned/sap-hana
|
|
|
|
|
%exclude %{_prefix}/lib/tuned/sap-hana-kvm-guest
|
|
|
|
|
%exclude %{_prefix}/lib/tuned/mssql
|
|
|
|
|
%exclude %{_prefix}/lib/tuned/oracle
|
|
|
|
|
%exclude %{_prefix}/lib/tuned/atomic-host
|
|
|
|
@ -435,7 +436,6 @@ fi
|
|
|
|
|
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/tuned/post_loaded_profile
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/tuned/tuned-main.conf
|
|
|
|
|
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/tuned/bootcmdline
|
|
|
|
|
%{_sysconfdir}/dbus-1/system.d/com.redhat.tuned.conf
|
|
|
|
|
%verify(not size mtime md5) %{_sysconfdir}/modprobe.d/tuned.conf
|
|
|
|
|
%{_tmpfilesdir}/tuned.conf
|
|
|
|
|
%{_unitdir}/tuned.service
|
|
|
|
@ -447,6 +447,7 @@ fi
|
|
|
|
|
%{_mandir}/man8/tuned*
|
|
|
|
|
%dir %{_datadir}/tuned
|
|
|
|
|
%{_datadir}/tuned/grub2
|
|
|
|
|
%{_datadir}/dbus-1/system.d/com.redhat.tuned.conf
|
|
|
|
|
%{_datadir}/polkit-1/actions/com.redhat.tuned.policy
|
|
|
|
|
%ghost %{_sysconfdir}/modprobe.d/kvm.rt.tuned.conf
|
|
|
|
|
%{_prefix}/lib/kernel/install.d/92-tuned.install
|
|
|
|
@ -486,6 +487,7 @@ fi
|
|
|
|
|
|
|
|
|
|
%files profiles-sap-hana
|
|
|
|
|
%{_prefix}/lib/tuned/sap-hana
|
|
|
|
|
%{_prefix}/lib/tuned/sap-hana-kvm-guest
|
|
|
|
|
%{_mandir}/man7/tuned-profiles-sap-hana.7*
|
|
|
|
|
|
|
|
|
|
%files profiles-mssql
|
|
|
|
@ -551,7 +553,23 @@ fi
|
|
|
|
|
%{_mandir}/man7/tuned-profiles-openshift.7*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2.19.0-1
|
|
|
|
|
* Tue Aug 29 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2.21.0-1
|
|
|
|
|
- new release
|
|
|
|
|
- api: fixed stop method not to require any parameter
|
|
|
|
|
resolves: rhbz#2235637
|
|
|
|
|
|
|
|
|
|
* Sun Aug 20 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2.21.0-0.1.rc1
|
|
|
|
|
- new release
|
|
|
|
|
- rebased tuned to latest upstream
|
|
|
|
|
resolves: rhbz#2182117
|
|
|
|
|
- plugin_scheduler: fix perf fd leaks
|
|
|
|
|
resolves: rhbz#2173938
|
|
|
|
|
- allow skipping rollback when restarting TuneD or switching profile
|
|
|
|
|
resolves: rhbz#2203142
|
|
|
|
|
- function_calc_isolated_cores: no errors for offline CPUs
|
|
|
|
|
resolves: rhbz#2217015
|
|
|
|
|
|
|
|
|
|
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2.20.0-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.1.
|
|
|
|
|
|
|
|
|
|
* Fri Feb 17 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2.20.0-1
|
|
|
|
|