From b68f5213878719b1fe8eefe7f320a2bd95b43692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= Date: Wed, 27 Oct 2021 08:42:41 +0200 Subject: [PATCH] Remove windows executable binaries --- pypy.spec | 5 +++++ 1 file changed, 5 insertions(+) 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