From 337a030a732b1dc7093a763c1091590e003371fc Mon Sep 17 00:00:00 2001 From: Juan Orti Alcaine Date: Jun 08 2021 20:36:36 +0000 Subject: Add BR python3-setuptools --- diff --git a/nyx.spec b/nyx.spec index 8f1faa7..995bb11 100644 --- a/nyx.spec +++ b/nyx.spec @@ -3,28 +3,29 @@ Nyx is a command-line monitor for Tor. With this you can get detailed\ real-time information about your relay such as bandwidth usage,\ connections, logs, and much more. -Name: nyx -Version: 2.1.0 -Release: 8%{?dist} -Summary: Command-line monitor for Tor -License: GPLv3 -URL: https://nyx.torproject.org -Source0: %{pypi_source} -BuildArch: noarch -BuildRequires: python3-devel +Name: nyx +Version: 2.1.0 +Release: 9%{?dist} +Summary: Command-line monitor for Tor +License: GPLv3 +URL: https://nyx.torproject.org +Source0: %{pypi_source} +BuildArch: noarch +BuildRequires: python3-devel +BuildRequires: python3-setuptools # Tests -BuildRequires: python3-stem -BuildRequires: python3-pyflakes -Suggests: %{name}-doc = %{version}-%{release} -Provides: tor-arm = %{version}-%{release} -Obsoletes: tor-arm <= 1.4.5.0-17 -Obsoletes: tor-arm-gui <= 1.4.5.0-17 -Obsoletes: tor-arm-devel <= 1.4.5.0-17 +BuildRequires: python3-stem +BuildRequires: python3-pyflakes +Suggests: %{name}-doc = %{version}-%{release} +Provides: tor-arm = %{version}-%{release} +Obsoletes: tor-arm <= 1.4.5.0-17 +Obsoletes: tor-arm-gui <= 1.4.5.0-17 +Obsoletes: tor-arm-devel <= 1.4.5.0-17 %description %_description %package doc -Summary: %summary +Summary: %summary %description doc %_description @@ -53,6 +54,9 @@ install -D -m 0644 nyx.1 %{buildroot}%{_mandir}/man1/nyx.1 %{_mandir}/man1/nyx.1* %changelog +* Tue Jun 08 2021 Juan Orti Alcaine - 2.1.0-9 +- Add BR python3-setuptools + * Fri Jun 04 2021 Python Maint - 2.1.0-8 - Rebuilt for Python 3.10