diff --git a/SPECS/python3x-pip.spec b/SPECS/python3x-pip.spec
index d6b5faa..ad494ba 100644
--- a/SPECS/python3x-pip.spec
+++ b/SPECS/python3x-pip.spec
@@ -16,7 +16,7 @@ Name:           python3x-%{srcname}
 # When updating, update the bundled libraries versions bellow!
 # You can use vendor_meta.sh in the dist git repo
 Version:        19.3.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A tool for installing and managing Python packages
 
 # We bundle a lot of libraries with pip, which itself is under MIT license.
@@ -265,6 +265,9 @@ rm src/pip/_vendor/certifi/*.pem
 ln -s %{python_wheeldir} tests/data/common_wheels
 %endif
 
+# Remove windows executable binaries
+rm -v src/pip/_vendor/distlib/*.exe
+sed -i '/\.exe/d' setup.py
 
 %build
 %py3_build_wheel
@@ -417,6 +420,10 @@ fi
 %{python_wheeldir}/%{python_wheelname}
 
 %changelog
+* Thu Oct 14 2021 Charalampos Stratakis <cstratak@redhat.com> - 19.3.1-5
+- Remove bundled windows executables
+- Resolves: rhbz#2006789
+
 * Mon Aug 02 2021 Tomas Orsava <torsava@redhat.com> - 19.3.1-4
 - Adjusted the postun scriptlets to enable upgrading to RHEL 9
 - Resolves: rhbz#1933055