Remove the "Requires" of python-ethtool from the specfile

Resolves: rhbz#2123751
Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
John Kacur 2022-09-30 13:54:34 -04:00
parent b21e4dca3f
commit cb99fec4bd
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: tuna
Version: 0.18
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2
Summary: Application tuning GUI & command line utility
URL: https://git.kernel.org/pub/scm/utils/tuna/tuna.git
@ -8,7 +8,6 @@ Source: https://www.kernel.org/pub/software/utils/%{name}/%{name}-%{version}.tar
BuildArch: noarch
BuildRequires: python3-devel, gettext
Requires: python3-ethtool
Requires: python3-linux-procfs >= 0.6
# This really should be a Suggests...
# Requires: python-inet_diag
@ -69,6 +68,10 @@ done
%{_datadir}/polkit-1/actions/org.tuna.policy
%changelog
* Fri Sep 30 2022 John Kacur <jkacur@redhat.com> - 0.18-4
- Remove the "Requires" of python-ethtool from the specfile
Resolves: rhbz#2123751
* Fri Sep 30 2022 John Kacur <jkacur@redhat.com> - 0.18-3
- Replace dependency on python-ethtool with built-in functionality
Resolves: rhbz#2123751