forked from vmware/photon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed rpm check errors in python-prettytable
Change-Id: I6aa2ff99b06915ef6c3d1eb5ecc6f6d4587aa79e Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3345 Tested-by: gerrit-photon <[email protected]> Reviewed-by: Xiaolin Li <[email protected]>
- Loading branch information
1 parent
d4def29
commit 1de5f25
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
Name: python-prettytable | ||
Version: 0.7.2 | ||
Release: 5%{?dist} | ||
Release: 6%{?dist} | ||
Summary: Library for displaying tabular data in a visually appealing ASCII format | ||
License: BSD-2-Clause | ||
Group: Development/Languages/Python | ||
|
@@ -64,7 +64,7 @@ popd | |
%check | ||
python2 prettytable_test.py | ||
pushd ../p3dir | ||
python3 prettytable_test.py | ||
LANG=en_US.UTF-8 python3 prettytable_test.py | ||
popd | ||
|
||
%files | ||
|
@@ -77,6 +77,8 @@ popd | |
|
||
|
||
%changelog | ||
* Wed Jul 26 2017 Divya Thaluru <[email protected]> 0.7.2-6 | ||
- Fixed rpm check errors | ||
* Wed Jun 07 2017 Xiaolin Li <[email protected]> 0.7.2-5 | ||
- Add python3-setuptools and python3-xml to python3 sub package Buildrequires. | ||
* Tue May 16 2017 Kumar Kaushik <[email protected]> 0.7.2-4 | ||
|