Browse code

Remove vulnerable Windows installer from python3-libs

Change-Id: I316c4f7c58374bf6213b7437d95bc11ba9780700
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5984
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>

gsujayvmw authored on 2018/10/25 18:52:52
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:        A high-level scripting language
2 2
 Name:           python3
3 3
 Version:        3.6.5
4
-Release:        1%{?dist}
4
+Release:        2%{?dist}
5 5
 License:        PSF
6 6
 URL:            http://www.python.org/
7 7
 Group:          System Environment/Programming
... ...
@@ -205,6 +205,7 @@ rm -rf %{buildroot}/*
205 205
 %exclude %{_libdir}/python3.6/site-packages/
206 206
 %exclude %{_libdir}/python3.6/ctypes/test
207 207
 %exclude %{_libdir}/python3.6/distutils/tests
208
+%exclude %{_libdir}/python3.6/distutils/command/wininst*exe
208 209
 %exclude %{_libdir}/python3.6/sqlite3/test
209 210
 %exclude %{_libdir}/python3.6/idlelib/idle_test
210 211
 %exclude %{_libdir}/python3.6/test
... ...
@@ -262,6 +263,8 @@ rm -rf %{buildroot}/*
262 262
 %{_libdir}/python3.6/test/*
263 263
 
264 264
 %changelog
265
+*   Thu Oct 25 2018 Sujay g <gsujay@vmware.com> 3.6.5-2
266
+-   Remove vulnerable Windows installers from python3-libs rpm
265 267
 *   Thu Apr 19 2018 Xiaolin Li <xiaolinl@vmware.com> 3.6.5-1
266 268
 -   Update to version 3.6.5 to fix CVE-2018-1000117
267 269
 -   Apply patch for CVE-2017-18207