Disable tests on RHEL9 as to not pull in the test dependencies

This commit is contained in:
Charalampos Stratakis 2021-03-10 16:52:04 +01:00
parent ec13d3534e
commit e7efeb2238
1 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,6 @@
%bcond_without tests # Disable tests on RHEL9 as to not pull in the test dependencies
# Specify --with tests to run the tests e.g. on EPEL
%bcond_with tests
# This bcond allows to ship a non-compiled version # This bcond allows to ship a non-compiled version
# Slower, but sometimes necessary with alpha Python versions # Slower, but sometimes necessary with alpha Python versions
@ -6,7 +8,7 @@
Name: Cython Name: Cython
Version: 0.29.22 Version: 0.29.22
Release: 2%{?dist} Release: 3%{?dist}
Summary: Language for writing Python extension modules Summary: Language for writing Python extension modules
License: ASL 2.0 License: ASL 2.0
@ -127,6 +129,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir
%changelog %changelog
* Wed Mar 10 2021 Charalampos Stratakis <cstratak@redhat.com> - 0.29.22-3
- Disable tests on RHEL9 as to not pull in the test dependencies
* Tue Mar 09 2021 Miro Hrončok <mhroncok@redhat.com> - 0.29.22-2 * Tue Mar 09 2021 Miro Hrončok <mhroncok@redhat.com> - 0.29.22-2
- Remove an obsoleted patch - Remove an obsoleted patch
- Remove old Obsoletes and Conflicts - Remove old Obsoletes and Conflicts