delete sensitive word

This commit is contained in:
markeryang 2020-12-09 09:43:29 +08:00
parent b223c06adf
commit 78925bfead

View File

@ -3,7 +3,7 @@
Name: python-kitchen
Version: 1.2.6
Release: 3
Release: 4
Summary: Small, useful pieces of code to make python coding easier
License: LGPLv2+
@ -95,17 +95,7 @@ popd
# # subprocess tests as a check tests /root/bin/PROGRAM and fails with Permission
# # Denied instead of File Not Found. reseting the PATH works around this.
# PATH=/bin:/usr/bin
# %if 0%{?fedora}
# PYTHONPATH=.:kitchen2/ nosetests-%{python2_version} kitchen2/tests/
# %else
# PYTHONPATH=.:kitchen2/ nosetests kitchen2/tests/
# %endif
#
# %if 0%{?with_python3}
# pushd %{py3dir}
# PYTHONPATH=.:kitchen3/ nosetests-%{python3_version} kitchen3/tests/
# popd
# %endif
%if 0%{?with_python3}
%files -n python%{python3_pkgversion}-kitchen
@ -119,6 +109,9 @@ popd
%endif
%changelog
* Wed Dec 09 2020 tianwei <tianwei12@huawei.com> - 1.2.6-4
- delete sensitive word
* Thu Aug 06 2020 zhangjiapeng <zhangjiapeng9@huawei.com> - 1.2.6-3
- replace obsolete pngmath with imgmath