From 37e78bafba89708d85cdf22cb3a032e200bb1cc5 Mon Sep 17 00:00:00 2001 From: Juan Orti Alcaine Date: Aug 03 2020 16:08:44 +0000 Subject: Merge branch 'master' into epel8 --- diff --git a/python-stem.spec b/python-stem.spec index bb6a0c0..a6e1109 100644 --- a/python-stem.spec +++ b/python-stem.spec @@ -6,7 +6,11 @@ to nyx.\ \ From a technical standpoint, Stem is a Python implementation of Tor's\ directory and control specifications. -%if 0%{?fedora} <= 32 || 0%{?rhel} >= 8 + +# Enable tests conditionally +# https://bugzilla.redhat.com/show_bug.cgi?id=1797690 +# https://github.com/torproject/stem/issues/71 +%if 0%{?fedora} <= 32 %global tests_enabled 1 %else %global tests_enabled 0 @@ -14,7 +18,7 @@ directory and control specifications. Name: python-stem Version: 1.8.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Python controller library for Tor # All source code is LGPLv3 except stem/util/ordereddict.py which is MIT License: LGPLv3 and MIT @@ -83,6 +87,9 @@ install -D -m 0644 docs/_build/man/%{srcname}.1 %{buildroot}%{_mandir}/man1/%{sr %{_mandir}/man1/%{srcname}.1* %changelog +* Mon Aug 03 2020 Juan Orti Alcaine - 1.8.0-7 +- Disable tests in epel8 + * Mon Aug 03 2020 Juan Orti Alcaine - 1.8.0-6 - Enable tests conditionally