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