delete sensitive word
This commit is contained in:
parent
b223c06adf
commit
78925bfead
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-kitchen
|
Name: python-kitchen
|
||||||
Version: 1.2.6
|
Version: 1.2.6
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Small, useful pieces of code to make python coding easier
|
Summary: Small, useful pieces of code to make python coding easier
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -95,17 +95,7 @@ popd
|
|||||||
# # subprocess tests as a check tests /root/bin/PROGRAM and fails with Permission
|
# # 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.
|
# # Denied instead of File Not Found. reseting the PATH works around this.
|
||||||
# PATH=/bin:/usr/bin
|
# 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/
|
# PYTHONPATH=.:kitchen3/ nosetests-%{python3_version} kitchen3/tests/
|
||||||
# popd
|
|
||||||
# %endif
|
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%files -n python%{python3_pkgversion}-kitchen
|
%files -n python%{python3_pkgversion}-kitchen
|
||||||
@ -119,6 +109,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 06 2020 zhangjiapeng <zhangjiapeng9@huawei.com> - 1.2.6-3
|
||||||
- replace obsolete pngmath with imgmath
|
- replace obsolete pngmath with imgmath
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user