diff --git a/tuna.spec b/tuna.spec index facd4d1..9d5cf8a 100644 --- a/tuna.spec +++ b/tuna.spec @@ -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 - 0.18-4 +- Remove the "Requires" of python-ethtool from the specfile +Resolves: rhbz#2123751 + * Fri Sep 30 2022 John Kacur - 0.18-3 - Replace dependency on python-ethtool with built-in functionality Resolves: rhbz#2123751