!2 解决pkgship spec文件中的安装依赖名字与实际不匹配的问题

Merge pull request !2 from 薄皮小笼包/master
This commit is contained in:
openeuler-ci-bot 2020-08-06 10:58:06 +08:00 committed by Gitee
commit 2e92088173

View File

@ -1,6 +1,6 @@
Name: pkgship
Version: 1.0
Release: 3
Release: 4
Summary: Pkgship implements rpm package dependence ,maintainer, patch query and so no.
License: Mulan 2.0
URL: https://gitee.com/openeuler/openEuler-Advisor
@ -10,7 +10,7 @@ BuildArch: noarch
Requires: python3-pip python3-flask-restful python3-flask python3 python3-pyyaml
Requires: python3-sqlalchemy python3-prettytable python3-requests
Requires: python-PyInstaller python3-flask-session python3-flask-script python3-marshmallow uwsgi
Requires: python3-pyinstaller python3-flask-session python3-flask-script python3-marshmallow python3-uWSGI
%description
Pkgship implements rpm package dependence ,maintainer, patch query and so no.
@ -61,6 +61,9 @@ rm -rf %{python3_sitelib}/packageship/build %{python3_sitelib}/packageship/dist
%changelog
* Wed Aug 5 2020 Yiru Wang <wangyiru1@huawei.com> - 1.0-4
- change Requires rpm pakcages' name to latest one
* Mon Jul 13 2020 Yiru Wang <wangyiru1@huawei.com> - 1.0-3
- run test cases while building