Change-Id: I6aa2ff99b06915ef6c3d1eb5ecc6f6d4587aa79e
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3345
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Xiaolin Li <xiaolinl@vmware.com>
| ... | ... |
@@ -3,7 +3,7 @@ |
| 3 | 3 |
|
| 4 | 4 |
Name: python-prettytable |
| 5 | 5 |
Version: 0.7.2 |
| 6 |
-Release: 5%{?dist}
|
|
| 6 |
+Release: 6%{?dist}
|
|
| 7 | 7 |
Summary: Library for displaying tabular data in a visually appealing ASCII format |
| 8 | 8 |
License: BSD-2-Clause |
| 9 | 9 |
Group: Development/Languages/Python |
| ... | ... |
@@ -64,7 +64,7 @@ popd |
| 64 | 64 |
%check |
| 65 | 65 |
python2 prettytable_test.py |
| 66 | 66 |
pushd ../p3dir |
| 67 |
-python3 prettytable_test.py |
|
| 67 |
+LANG=en_US.UTF-8 python3 prettytable_test.py |
|
| 68 | 68 |
popd |
| 69 | 69 |
|
| 70 | 70 |
%files |
| ... | ... |
@@ -77,6 +77,8 @@ popd |
| 77 | 77 |
|
| 78 | 78 |
|
| 79 | 79 |
%changelog |
| 80 |
+* Wed Jul 26 2017 Divya Thaluru <dthaluru@vmware.com> 0.7.2-6 |
|
| 81 |
+- Fixed rpm check errors |
|
| 80 | 82 |
* Wed Jun 07 2017 Xiaolin Li <xiaolinl@vmware.com> 0.7.2-5 |
| 81 | 83 |
- Add python3-setuptools and python3-xml to python3 sub package Buildrequires. |
| 82 | 84 |
* Tue May 16 2017 Kumar Kaushik <kaushikk@vmware.com> 0.7.2-4 |