Accepting request 1113605 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1113605
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tuned?expand=0&rev=34
This commit is contained in:
Ana Guerrero 2023-09-26 20:01:58 +00:00 committed by Git OBS Bridge
commit d321ebb5e5
6 changed files with 40 additions and 9 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/redhat-performance/tuned</param>
<param name="changesrevision">7b1a20b64c28f75528328a242f49e9bcaed1e857</param></service></servicedata>
<param name="changesrevision">670541d2738ca54965a06c5038dde97af2e2f6d2</param></service></servicedata>

BIN
tuned-2.20.0.18+git.7b1a20b.obscpio (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d18c4d4df4b3d1bde902f5661ebef6aefcdf088669c0a4f226908993904f667
size 1072652

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Sep 15 15:27:32 UTC 2023 - trenn@suse.de
- Update to version 2.21.0.0+git.670541d:
* new release (2.21.0)
* api: fixed stop method not to require any parameter
* new release (2.21.0-rc.1)
* gui: multiple fixes and warnings removal
* gui: fixed inconsistent tabs and spaces, introduced by #516
* Serialize SIGHUP processing
* No errors when physical_package_id file does not exist
* Update tests: disable systemd rate limiting.
* network-latency: enable rcu_normal_after_boot=1 kernel parameter
* remove ktimer_lockless_check sysfs setting from realtime-virtual profiles
* move rtentsk to network-latency profile
* move "tsc=reliable" setting from realtime to network-latency tuned configuration
* unify common sysctl settings between realtime and cpu-partitioning profiles
* Rename rollback-related constants and variables
* Add rollback option to tuned-main.conf
* Recast README into MarkDown with various minor corrections and improvements
* Remove setting ip forwarding via openshift profile
* Fix logging in [scheduler] plug-in
* fixed sap-hana docu regarding processor power settings
* Added sap-hana-kvm-guest profile
* tests/beakerlib: Add new test which covers socket API.
* plugin_net: expand variables properly
* fix typo
* add error dialog when no active profile set
-------------------------------------------------------------------
Fri Apr 14 13:12:27 UTC 2023 - trenn@suse.de

View File

@ -1,4 +1,4 @@
name: tuned
version: 2.20.0.18+git.7b1a20b
mtime: 1680015467
commit: 7b1a20b64c28f75528328a242f49e9bcaed1e857
version: 2.21.0.0+git.670541d
mtime: 1693310041
commit: 670541d2738ca54965a06c5038dde97af2e2f6d2

View File

@ -18,7 +18,7 @@
%define profile_dir %{_prefix}/lib/%{name}
Name: tuned
Version: 2.20.0.18+git.7b1a20b
Version: 2.21.0.0+git.670541d
Release: 0
Summary: A dynamic adaptive system tuning daemon
License: GPL-2.0-or-later
@ -215,7 +215,7 @@ rm %{buildroot}%{_mandir}/man7/tuned-profiles-sap-hana.7
%files
%license COPYING
%doc AUTHORS README
%doc AUTHORS README.md
%{_datadir}/bash-completion/completions/tuned-adm
%{_datadir}/polkit-1/actions/com.redhat.tuned.policy
%{python3_sitelib}/tuned
@ -235,6 +235,7 @@ rm %{buildroot}%{_mandir}/man7/tuned-profiles-sap-hana.7
%if 0%{?sle_version} && %{?suse_version} < 1599
%exclude %{_prefix}/lib/tuned/sap-netweaver
%exclude %{_prefix}/lib/tuned/sap-hana
%exclude %{_prefix}/lib/tuned/sap-hana-kvm-guest
%exclude %{_mandir}/man7/tuned-profiles-sap.7%{?ext_man}
%exclude %{_mandir}/man7/tuned-profiles-sap-hana.7%{?ext_man}
%endif
@ -302,6 +303,7 @@ rm %{buildroot}%{_mandir}/man7/tuned-profiles-sap-hana.7
%files profiles-sap-hana
%{profile_dir}/sap-hana
%{profile_dir}/sap-hana-kvm-guest
%{_mandir}/man7/tuned-profiles-sap-hana.7%{?ext_man}
%endif