|
|
|
@ -1,9 +1,5 @@
|
|
|
|
|
# when bootstrapping Python, pytest-xdist is not yet available (also not yet in EPEL9)
|
|
|
|
|
%if ! 0%{?rhel} || 0%{?rhel} > 9
|
|
|
|
|
# when bootstrapping Python, pytest-xdist is not yet available
|
|
|
|
|
%bcond_without xdist
|
|
|
|
|
%else
|
|
|
|
|
%bcond_with xdist
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global srcname rpmautospec
|
|
|
|
|
|
|
|
|
@ -134,11 +130,8 @@ install -m 644 rpm/macros.d/macros.rpmautospec %{buildroot}%{rpmmacrodir}/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.8-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jun 16 2022 Python Maint <python-maint@redhat.com> - 0.2.8-2
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
* Wed Jun 08 2022 Nils Philippsen <nils@redhat.com>
|
|
|
|
|
- Generally BR: python3-pytest-xdist, also on EL9
|
|
|
|
|
|
|
|
|
|
* Mon May 16 2022 Nils Philippsen <nils@redhat.com> - 0.2.8-1
|
|
|
|
|
- Update to 0.2.8
|
|
|
|
|