!5 Add the RPM package life cycle and issue summary features, adding the requires
Merge pull request !5 from 薄皮小笼包/master
This commit is contained in:
commit
918132a366
Binary file not shown.
BIN
pkgship-1.1.0.tar.gz
Normal file
BIN
pkgship-1.1.0.tar.gz
Normal file
Binary file not shown.
16
pkgship.spec
16
pkgship.spec
@ -1,6 +1,6 @@
|
|||||||
Name: pkgship
|
Name: pkgship
|
||||||
Version: 1.0.0
|
Version: 1.1.0
|
||||||
Release: 6
|
Release: 0
|
||||||
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,9 +10,11 @@ BuildArch: noarch
|
|||||||
|
|
||||||
BuildRequires: python3-flask-restful python3-flask python3 python3-pyyaml python3-sqlalchemy
|
BuildRequires: python3-flask-restful python3-flask python3 python3-pyyaml python3-sqlalchemy
|
||||||
BuildRequires: python3-prettytable python3-requests python3-flask-session python3-flask-script python3-marshmallow
|
BuildRequires: python3-prettytable python3-requests python3-flask-session python3-flask-script python3-marshmallow
|
||||||
|
BuildRequires: python3-Flask-APScheduler python3-pandas python3-retrying python3-xlrd python3-XlsxWriter
|
||||||
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: python3-pyinstaller python3-flask-session python3-flask-script python3-marshmallow python3-uWSGI
|
Requires: python3-pyinstaller python3-flask-session python3-flask-script python3-marshmallow python3-uWSGI
|
||||||
|
Requires: python3-pandas python3-dateutil python3-XlsxWriter python3-xlrd python3-Flask-APScheduler python3-retrying
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Pkgship implements rpm package dependence ,maintainer, patch query and so no.
|
Pkgship implements rpm package dependence ,maintainer, patch query and so no.
|
||||||
@ -28,10 +30,13 @@ Pkgship implements rpm package dependence ,maintainer, patch query and so no.
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
export TZ=Asia/Shanghai
|
||||||
# change log_path to solve default log_path permission denied problem
|
# change log_path to solve default log_path permission denied problem
|
||||||
log_path=`pwd`/tmp/
|
log_path=`pwd`/tmp/
|
||||||
sed -i "/\[LOG\]/a\log_path=$log_path" test/common_files/package.ini
|
sed -i "/\[LOG\]/a\log_path=$log_path" test/common_files/package.ini
|
||||||
%{__python3} -m unittest test/run_tests.py
|
%{__python3} -m unittest test/init_test.py
|
||||||
|
%{__python3} -m unittest test/read_test.py
|
||||||
|
%{__python3} -m unittest test/write_test.py
|
||||||
rm -rf $log_path
|
rm -rf $log_path
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -67,6 +72,11 @@ rm -rf %{python3_sitelib}/packageship/build %{python3_sitelib}/packageship/dist
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 29 2020 Yiru Wang <wangyiru1@huawei.com> - 1.1.0-0
|
||||||
|
- Add the RPM package life cycle and issue summary features, adding the requires
|
||||||
|
|
||||||
|
* Fri Aug 21 2020 Chengqiang Bao < baochengqiang1@huawei.com > - 1.0.0-7
|
||||||
|
- Fixed a problem with command line initialization of the Filepath parameter where relative paths are not supported and paths are too long
|
||||||
|
|
||||||
* Wed Aug 12 2020 Zhang Tao <zhangtao306@huawei.com> - 1.0.0-6
|
* Wed Aug 12 2020 Zhang Tao <zhangtao306@huawei.com> - 1.0.0-6
|
||||||
- Fix the test content to adapt to the new data structure, add BuildRequires for running %check
|
- Fix the test content to adapt to the new data structure, add BuildRequires for running %check
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user