diff --git a/pkgship-1.1.0.tar.gz b/pkgship-1.1.0.tar.gz new file mode 100644 index 0000000..3efb4a0 Binary files /dev/null and b/pkgship-1.1.0.tar.gz differ diff --git a/pkgship.spec b/pkgship.spec old mode 100755 new mode 100644 index 38a8c22..16e1025 --- a/pkgship.spec +++ b/pkgship.spec @@ -1,6 +1,6 @@ Name: pkgship -Version: 1.0.0 -Release: 6 +Version: 1.1.0 +Release: 0 Summary: Pkgship implements rpm package dependence ,maintainer, patch query and so no. License: Mulan 2.0 URL: https://gitee.com/openeuler/openEuler-Advisor @@ -13,6 +13,7 @@ BuildRequires: python3-prettytable python3-requests python3-flask-session python Requires: python3-pip python3-flask-restful python3-flask python3 python3-pyyaml Requires: python3-sqlalchemy python3-prettytable python3-requests 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 Pkgship implements rpm package dependence ,maintainer, patch query and so no. @@ -28,7 +29,7 @@ Pkgship implements rpm package dependence ,maintainer, patch query and so no. %check -# 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/ sed -i "/\[LOG\]/a\log_path=$log_path" test/common_files/package.ini %{__python3} -m unittest test/run_tests.py @@ -60,13 +61,18 @@ rm -rf %{python3_sitelib}/packageship/build %{python3_sitelib}/packageship/dist %files -%doc README.md +%doc README.md %{python3_sitelib}/* %config %{_sysconfdir}/pkgship/* %attr(0755,root,root) %{_bindir}/pkgshipd %changelog +* Sat Aug 29 2020 Yiru Wang - 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 - 1.0.0-6 - Fix the test content to adapt to the new data structure, add BuildRequires for running %check