From 3db692ea8bd832c52a83343dd83358e83d82a70c Mon Sep 17 00:00:00 2001 From: jinqiang zhang Date: Thu, 27 Mar 2025 07:25:17 +0000 Subject: [PATCH] Requires add python3-gobject-base (cherry picked from commit f3c6bb4276ffc02266c5def71b0a2ca1edd7f8df) --- tuna.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tuna.spec b/tuna.spec index f9bd06b..fa6923d 100644 --- a/tuna.spec +++ b/tuna.spec @@ -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 - 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