diff --git a/pkgship-1.1.0.tar.gz b/pkgship-1.1.0.tar.gz index 1608342..acc9a1a 100644 Binary files a/pkgship-1.1.0.tar.gz and b/pkgship-1.1.0.tar.gz differ diff --git a/pkgship.spec b/pkgship.spec index 8a7adbc..606ce5c 100755 --- a/pkgship.spec +++ b/pkgship.spec @@ -1,6 +1,6 @@ Name: pkgship Version: 1.1.0 -Release: 2 +Release: 3 Summary: Pkgship implements rpm package dependence ,maintainer, patch query and so no. License: Mulan 2.0 URL: https://gitee.com/openeuler/openEuler-Advisor @@ -11,8 +11,9 @@ BuildArch: noarch 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-Flask-APScheduler python3-pandas python3-retrying python3-xlrd python3-XlsxWriter +BuildRequires: python3-concurrent-log-handler 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 python3-concurrent-log-handler Requires: python3-flask-session python3-flask-script python3-marshmallow python3-uWSGI Requires: python3-pandas python3-dateutil python3-XlsxWriter python3-xlrd python3-Flask-APScheduler python3-retrying @@ -48,11 +49,16 @@ rm -rf $log_path %files %doc README.md %{python3_sitelib}/* -%config %{_sysconfdir}/pkgship/* +%attr(0755,root,root) %config %{_sysconfdir}/pkgship/* %attr(0755,root,root) %{_bindir}/pkgshipd %attr(0755,root,root) %{_bindir}/pkgship %changelog +* Fri Sep 11 2020 Yiru Wang - 1.1.0-3 +- #I1UCM8, #I1UC8G: Modify some config files' permission issue; +- #I1TIYQ: Add concurrent-log-handler module to fix log resource conflict issue +- #I1TML0: Fix the matching relationship between source_rpm and src_name + * Tue Sep 1 2020 Zhengtang Gong - 1.1.0-2 - Delete the packaged form of pyinstaller and change the execution of the command in the form of a single file as the input