Requires add python3-gobject-base

(cherry picked from commit f3c6bb4276ffc02266c5def71b0a2ca1edd7f8df)
This commit is contained in:
jinqiang zhang 2025-03-27 07:25:17 +00:00 committed by openeuler-sync-bot
parent 4feddfd981
commit 3db692ea8b

View File

@ -1,6 +1,6 @@
Name: tuna
Version: 0.19
Release: 2
Release: 3
Summary: Application tuning GUI & command line utility
License: GPLv2
URL: https://rt.wiki.kernel.org/index.php/Tuna
@ -8,7 +8,7 @@ Source: https://www.kernel.org/pub/software/utils/%{name}/%{name}-%{versi
BuildArch: noarch
BuildRequires: python3-devel gettext
Requires: python3-ethtool python3-linux-procfs >= 0.6 python3-schedutils >= 0.6
Requires: python3-ethtool python3-gobject-base python3-linux-procfs >= 0.6 python3-schedutils >= 0.6
%description
Provides interface to change the scheduler and IRQ tunables across the CPU
@ -97,6 +97,9 @@ done
%doc ChangeLog
%changelog
* Thu Mar 27 2025 zhangjinqiang <jinqiang.oerv@isrc.iscas.ac.cn> - 0.19-3
- Requires add python3-gobject-base
* Tue Jan 14 2025 xu_ping <707078654@qq.com> - 0.19-2
- fix tuna apply example.conf failed due to kernel version >=5.13