Remove vulnerable Windows installers from python-libs rpm packaging. The Windows installers use vulnerable libraries of zlib-1.2.3.
Change-Id: I34000f2cb566c1d765ffba9e1de04e8e4f780270
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5701
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Sharath George
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: A high-level scripting language |
| 2 | 2 |
Name: python2 |
| 3 | 3 |
Version: 2.7.15 |
| 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 |
| ... | ... |
@@ -175,6 +175,7 @@ rm -rf %{buildroot}/*
|
| 175 | 175 |
%exclude %{_libdir}/python2.7/bsddb/test
|
| 176 | 176 |
%exclude %{_libdir}/python2.7/ctypes/test
|
| 177 | 177 |
%exclude %{_libdir}/python2.7/distutils/tests
|
| 178 |
+%exclude %{_libdir}/python2.7/distutils/command/wininst*exe
|
|
| 178 | 179 |
%exclude %{_libdir}/python2.7/email/test
|
| 179 | 180 |
%exclude %{_libdir}/python2.7/json/tests
|
| 180 | 181 |
%exclude %{_libdir}/python2.7/sqlite3/test
|
| ... | ... |
@@ -217,6 +218,8 @@ rm -rf %{buildroot}/*
|
| 217 | 217 |
%{_bindir}/idle*
|
| 218 | 218 |
|
| 219 | 219 |
%changelog |
| 220 |
+* Mon Sep 17 2018 Dweep Advani <dadvani@vmware.com> 2.7.15-2 |
|
| 221 |
+- Remove vulnerable Windows installers from python-libs rpm |
|
| 220 | 222 |
* Fri Aug 17 2018 Dweep Advani <dadvani@vmware.com> 2.7.15-1 |
| 221 | 223 |
- Update to version 2.7.15 |
| 222 | 224 |
* Mon Dec 04 2017 Xiaolin Li <xiaolinl@vmware.com> 2.7.13-5 |