Change-Id: I05c455dc7a9d57eda6f7fdd10621a04f440cbcea
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3837
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
Tested-by: gerrit-photon <photon-checkins@vmware.com>
| ... | ... |
@@ -3,7 +3,7 @@ |
| 3 | 3 |
|
| 4 | 4 |
Name: python-ConcurrentLogHandler |
| 5 | 5 |
Version: 0.9.1 |
| 6 |
-Release: 1%{?dist}
|
|
| 6 |
+Release: 2%{?dist}
|
|
| 7 | 7 |
Summary: Concurrent logging handler (drop-in replacement for RotatingFileHandler) Python 2.6+ |
| 8 | 8 |
License: Apache-2.0 |
| 9 | 9 |
Group: Development/Languages/Python |
| ... | ... |
@@ -58,11 +58,7 @@ python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
| 58 | 58 |
popd |
| 59 | 59 |
python2 setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
| 60 | 60 |
|
| 61 |
-%check |
|
| 62 |
-python2 setup.py test |
|
| 63 |
-pushd ../p3dir |
|
| 64 |
-python3 setup.py test |
|
| 65 |
-popd |
|
| 61 |
+#No test case available for this package |
|
| 66 | 62 |
|
| 67 | 63 |
%files |
| 68 | 64 |
%defattr(-,root,root,-) |
| ... | ... |
@@ -77,5 +73,7 @@ popd |
| 77 | 77 |
%exclude /usr/tests/stresstest.py |
| 78 | 78 |
|
| 79 | 79 |
%changelog |
| 80 |
+* Thu Sep 21 2017 Bo Gan <ganb@vmware.com> 0.9.1-2 |
|
| 81 |
+- Disable test as no tests are available |
|
| 80 | 82 |
* Fri Aug 25 2017 Vinay Kulkarni <kulkarniv@vmware.com> 0.9.1-1 |
| 81 | 83 |
- Initial version of python-ConcurrentLogHandler package for Photon. |