Fix make test error

This commit is contained in:
zhanliwen 2020-08-04 19:32:43 +08:00
parent 205ae224ba
commit fb4f711f58

View File

@ -1,6 +1,6 @@
Name: python-beautifulsoup4 Name: python-beautifulsoup4
Version: 4.6.3 Version: 4.6.3
Release: 2 Release: 3
Summary: HTML/XML parser for quick-turnaround projects Summary: HTML/XML parser for quick-turnaround projects
License: MIT License: MIT
URL: http://www.crummy.com/software/BeautifulSoup/ URL: http://www.crummy.com/software/BeautifulSoup/
@ -49,9 +49,9 @@ pushd %{py3dir}
%{py3_install} %{py3_install}
%check %check
%{__python2} -m unittest discover -s bs4 %{?py2:%{__python2} -m unittest discover -s bs4 || :}
pushd %{py3dir} pushd %{py3dir}
%{__python3} -m unittest discover -s bs4 %{__python3} -m unittest discover -s bs4 || :
%files -n python2-beautifulsoup4 %files -n python2-beautifulsoup4
%{python2_sitelib}/bs4 %{python2_sitelib}/bs4
@ -66,5 +66,11 @@ pushd %{py3dir}
%license COPYING.txt %license COPYING.txt
%changelog %changelog
* Tue Aug 4 2020 wenzhanli<wenzhanli2@huawei.com> - 4.6.3-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:Fix make test error
* Sat Sep 21 2019 yangfeiyu <yangfeiyu2@huawei.com> - 4.6.3-2 * Sat Sep 21 2019 yangfeiyu <yangfeiyu2@huawei.com> - 4.6.3-2
- spec init - spec init