diff --git a/python-eventlet.spec b/python-eventlet.spec index 94723cd..720dcfd 100644 --- a/python-eventlet.spec +++ b/python-eventlet.spec @@ -1,10 +1,10 @@ %global modname eventlet -%global bundle_dns 1 +%global bundle_dns 0 %{?python_enable_dependency_generator} Name: python-%{modname} Version: 0.32.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Highly concurrent networking library %if %bundle_dns License: MIT and ISC @@ -49,7 +49,7 @@ BuildRequires: python3-cryptography Recommends: python3-cryptography %else BuildRequires: python3dist(dnspython) >= 1.15 -BuildRequires: python3dist(dnspython) < 2 +BuildRequires: python3dist(dnspython) < 3 %endif %{?python_provide:%python_provide python3-%{modname}} @@ -127,6 +127,9 @@ nosetests-%{python3_version} -v -e greendns_test -e socket_test -e test_patcher_ %doc html-3 %changelog +* Tue Oct 05 2021 Lumír Balhar - 0.32.0-2 +- Unbundle dnspython + * Sat Sep 25 2021 Kevin Fenzi - 0.32.0-1 - Update to 0.32.0. Fixes rhbz#2000093