!2 解决pkgship spec文件中的安装依赖名字与实际不匹配的问题
Merge pull request !2 from 薄皮小笼包/master
This commit is contained in:
commit
2e92088173
@ -1,6 +1,6 @@
|
|||||||
Name: pkgship
|
Name: pkgship
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Pkgship implements rpm package dependence ,maintainer, patch query and so no.
|
Summary: Pkgship implements rpm package dependence ,maintainer, patch query and so no.
|
||||||
License: Mulan 2.0
|
License: Mulan 2.0
|
||||||
URL: https://gitee.com/openeuler/openEuler-Advisor
|
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-pip python3-flask-restful python3-flask python3 python3-pyyaml
|
||||||
Requires: python3-sqlalchemy python3-prettytable python3-requests
|
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
|
%description
|
||||||
Pkgship implements rpm package dependence ,maintainer, patch query and so no.
|
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
|
%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
|
* Mon Jul 13 2020 Yiru Wang <wangyiru1@huawei.com> - 1.0-3
|
||||||
- run test cases while building
|
- run test cases while building
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user