diff --git a/python-gevent.spec b/python-gevent.spec index c0a6fe0..ec666e9 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 23.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A coroutine-based Python networking library License: MIT @@ -84,7 +84,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';' %check export PYTHONPATH=%{buildroot}%{python3_sitearch} %__python3 -m gevent.tests || : +%ifnarch riscv64 cd src/gevent/tests && GEVENT_FILE=thread %__python3 -mgevent.tests test__*subprocess*.py +%endif %files -n python3-%{modname} %license LICENSE @@ -92,6 +94,9 @@ cd src/gevent/tests && GEVENT_FILE=thread %__python3 -mgevent.tests test__*subpr %{python3_sitearch}/%{modname}* %changelog +* Sat Feb 24 2024 Songsong Zhang - 23.9.1-2 +- Skip test for riscv64 + * Sat Feb 17 2024 Orion Poplawski - 23.9.1-1 - Update to 23.9.1 CVE-2023-41419 (bz#2242244)