diff --git a/python-distlib.changes b/python-distlib.changes index 798f66b..7bbe56c 100644 --- a/python-distlib.changes +++ b/python-distlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 4 12:22:48 UTC 2019 - John Vandenberg + +- Remove Windows executables + ------------------------------------------------------------------- Mon Mar 25 11:31:30 UTC 2019 - John Vandenberg diff --git a/python-distlib.spec b/python-distlib.spec index 7f75a07..7578846 100644 --- a/python-distlib.spec +++ b/python-distlib.spec @@ -58,6 +58,9 @@ rm tests/test_locators.py tests/test_sysconfig.py # Unused rm distlib/_backport/misc.* +# Unneeded on Linux +rm distlib/*.exe + # However, the tests for shutil fail when not using using provided backport %build