From b68f5213878719b1fe8eefe7f320a2bd95b43692 Mon Sep 17 00:00:00 2001 From: Tomáš Hrnčiar Date: Oct 27 2021 06:55:04 +0000 Subject: Remove windows executable binaries --- diff --git a/pypy.spec b/pypy.spec index 56af6a7..9df84dc 100644 --- a/pypy.spec +++ b/pypy.spec @@ -418,6 +418,9 @@ find lib-python/%{pylibver} -name "*.py" -exec \ ln -s lib_pypy/cffi/_pycparser pycparser %endif +# Remove windows executable binaries +rm lib-python/2.7/distutils/command/*.exe + %build %ifarch s390x # pypy3 requires z10 at least @@ -870,7 +873,9 @@ CheckPyPy %{name}-c-stackless %changelog * Tue Oct 26 2021 Tomáš Hrnčiar - 7.3.6-1 - Update to 7.3.6 +- Remove windows executable binaries - Fixes: rhbz#2003681 +- Fixes: rhbz#2005457 * Mon Sep 20 2021 Miro Hrončok - 7.3.5-2 - Explicitly buildrequire OpenSSL 1.1, as Python 2 is not compatible with OpenSSL 3.0