From f9de39b9860e4d2b4c219c1095627b884b7328bf Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 23 Jun 2023 16:25:48 -0400 Subject: [PATCH] Remove obsolete dependencies ethtool was replaced with builtin functionality: https://git.kernel.org/pub/scm/utils/tuna/tuna.git/commit/?id=f2a28b05264fa9557192b73a1b888756748930ac schedutils was replaced by os.sched_* functions: https://git.kernel.org/pub/scm/utils/tuna/tuna.git/commit/?id=cc2af6e1c990bdc690d4bc6c30d588fd3bb5a5a5 --- tuna.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tuna.spec b/tuna.spec index 45d3db8..f194f32 100644 --- a/tuna.spec +++ b/tuna.spec @@ -10,9 +10,7 @@ URL: https://rt.wiki.kernel.org/index.php/Tuna BuildArch: noarch BuildRequires: python3-devel, gettext BuildRequires: python3-setuptools -Requires: python3-ethtool Requires: python3-linux-procfs >= 0.6 -Requires: python3-schedutils >= 0.6 # This really should be a Suggests... # Requires: python-inet_diag @@ -103,6 +101,7 @@ done %changelog * Fri Jun 23 2023 Yaakov Selkowitz - 0.19-3 - Disable oscilloscope in RHEL builds +- Remove obsolete dependencies * Tue Jun 13 2023 Python Maint - 0.19-2 - Rebuilt for Python 3.12