diff --git a/python-netifaces.spec b/python-netifaces.spec index e94a09b062202b9c6eb9e8106622e1097a5c0376..2280ce933910f80b752554b7bcd55c77c1f45436 100644 --- a/python-netifaces.spec +++ b/python-netifaces.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-netifaces Version: 0.11.0 -Release: 1 +Release: 2 Summary: Portable network interface information. License: MIT URL: https://github.com/al45tair/netifaces @@ -89,7 +89,8 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %check -%{__python3} setup.py test +export PYTHONPATH=%{buildroot}%{python3_sitearch} +%{__python3} test.py %files -n python3-netifaces -f filelist.lst %dir %{python3_sitearch}/* @@ -98,6 +99,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 18 2025 Dongxing Wang - 0.11.0-2 +- Fix build error with setuptools new version 78.1.1 + * Sat Jun 04 2022 OpenStack_SIG - 0.11.0-1 - Upgrade python3-netifaces to version 0.11.0