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
This commit is contained in:
parent
64d4e4bbe0
commit
f9de39b986
@ -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 <yselkowi@redhat.com> - 0.19-3
|
||||
- Disable oscilloscope in RHEL builds
|
||||
- Remove obsolete dependencies
|
||||
|
||||
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.19-2
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
Loading…
Reference in New Issue
Block a user