Skip to content

Commit

Permalink
Fixed rpm check errors in python-prettytable
Browse files Browse the repository at this point in the history
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
dthaluru authored and xiaolin-vmware committed Jul 31, 2017
1 parent d4def29 commit 1de5f25
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions SPECS/python-prettytable/python-prettytable.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1de5f25

Please sign in to comment.