diff --git a/tuna.spec b/tuna.spec index 1b3394e..af4d451 100644 --- a/tuna.spec +++ b/tuna.spec @@ -1,15 +1,15 @@ Name: tuna Version: 0.15 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Summary: Application tuning GUI & command line utility +URL: https://git.kernel.org/pub/scm/utils/tuna/tuna.git Source: https://www.kernel.org/pub/software/utils/%{name}/%{name}-%{version}.tar.xz -URL: https://rt.wiki.kernel.org/index.php/Tuna + BuildArch: noarch BuildRequires: python3-devel, gettext Requires: python3-ethtool Requires: python3-linux-procfs >= 0.6 -Requires: python3-schedutils >= 0.6 # This really should be a Suggests... # Requires: python-inet_diag @@ -92,6 +92,11 @@ done %doc docs/oscilloscope+tuna.pdf %changelog +* Fri May 21 2021 John Kacur - 0.15-2 +- Remove python3-schedutils from the Requires in the spec file +- Update the URL in the spec file +Resolves: rhbz#1890541 + * Mon May 17 2021 John Kacur - 0.15-1 - Rebase to tuna-0.15 - This includes changes to remove the python-schedutils dependency