Browse code

Fixed rpm check errors in paramiko

Change-Id: Id3cc9e3ff63def618bfe85a2662617b6ea1ae823
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3339
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Xiaolin Li <xiaolinl@vmware.com>

dthaluru authored on 2017/07/26 08:08:29
Showing 1 changed files
... ...
@@ -3,7 +3,7 @@
3 3
 Summary:        Python SSH module
4 4
 Name:           paramiko
5 5
 Version:        2.1.2
6
-Release:        4%{?dist}
6
+Release:        5%{?dist}
7 7
 License:        LGPL
8 8
 Group:          System Environment/Security
9 9
 Vendor:         VMware, Inc.
... ...
@@ -64,8 +64,8 @@ python3 setup.py install -O1 --skip-build \
64 64
     --single-version-externally-managed
65 65
 
66 66
 %check
67
-python2  test.py
68
-python3   test.py
67
+LANG=en_US.UTF-8 python2 test.py
68
+LANG=en_US.UTF-8 python3 test.py
69 69
 
70 70
 %clean
71 71
 %{__rm} -rf %{buildroot}
... ...
@@ -81,6 +81,8 @@ python3   test.py
81 81
 %{python3_sitelib}/*
82 82
 
83 83
 %changelog
84
+*   Tue Jul 25 2017 Divya Thaluru <dthaluru@vmware.com> 2.1.2-5
85
+-   Fixed test command
84 86
 *   Wed Jun 07 2017 Xiaolin Li <xiaolinl@vmware.com> 2.1.2-4
85 87
 -   Add python3-setuptools and python3-xml to python3 sub package Buildrequires.
86 88
 *   Thu Jun 01 2017 Dheeraj Shetty <dheerajs@vmware.com> 2.1.2-3