Remove windows executable binaries
This commit is contained in:
parent
b6c45f1434
commit
1ea6c65445
@ -368,6 +368,9 @@ rm lib-python/3/idlelib/idle.bat
|
|||||||
ln -s lib_pypy/cffi/_pycparser pycparser
|
ln -s lib_pypy/cffi/_pycparser pycparser
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# Remove windows executable binaries
|
||||||
|
rm lib-python/3/distutils/command/*.exe
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
# pypy3 requires z10 at least
|
# pypy3 requires z10 at least
|
||||||
@ -867,6 +870,7 @@ CheckPyPy pypy3-c
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 26 2021 Tomáš Hrnčiar <thrnciar@redhat.com> - 7.3.6-1
|
* Tue Oct 26 2021 Tomáš Hrnčiar <thrnciar@redhat.com> - 7.3.6-1
|
||||||
- Update to 7.3.6
|
- Update to 7.3.6
|
||||||
|
- Remove windows executable binaries
|
||||||
- Fixes: rhbz#2003682
|
- Fixes: rhbz#2003682
|
||||||
|
|
||||||
* Mon Sep 20 2021 Miro Hrončok <mhroncok@redhat.com> - 7.3.5-2
|
* Mon Sep 20 2021 Miro Hrončok <mhroncok@redhat.com> - 7.3.5-2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user