From 49195c0a23e31c8823372f33157bd279df42347b Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Jun 09 2021 21:02:52 +0000 Subject: Set PYCARES_USE_SYSTEM_LIB=1 (fix RHBZ#1965602) --- diff --git a/python-pycares.spec b/python-pycares.spec index 5021577..636f6bb 100644 --- a/python-pycares.spec +++ b/python-pycares.spec @@ -4,7 +4,7 @@ Name: python-pycares Version: 4.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python interface for c-ares License: MIT @@ -60,6 +60,7 @@ This package contains documentation in reST and HTML formats. %build +export PYCARES_USE_SYSTEM_LIB=1 %py3_build # Build sphinx documentation @@ -105,6 +106,9 @@ chmod 755 %{buildroot}%{python3_sitearch}/%{srcname}/_cares.cpython-*.so %changelog +* Wed Jun 09 2021 Benjamin A. Beasley - 4.0.0-3 +- Set PYCARES_USE_SYSTEM_LIB=1 (fix RHBZ#1965602) + * Fri Jun 04 2021 Python Maint - 4.0.0-2 - Rebuilt for Python 3.10