!16 solve-installation-dependency-query-error

From: @tushenmei
Reviewed-by: @solarhu
Signed-off-by: @solarhu
This commit is contained in:
openeuler-ci-bot 2020-09-18 16:21:38 +08:00 committed by Gitee
commit f7d050906a
3 changed files with 1641 additions and 2 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

11
pkgship.spec Executable file → Normal file
View File

@ -1,11 +1,15 @@
Name: pkgship
Version: 1.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
Source0: https://gitee.com/openeuler/openEuler-Advisor/pkgship-%{version}.tar.gz
# Modify the query logic of package information, reduce redundant queries and align dnf query results,
# extract multiplexing functions, add corresponding docString, and clear pylint
Patch0: 0001-solve-installation-dependency-query-error.patch
BuildArch: noarch
BuildRequires: python3-flask-restful python3-flask python3 python3-pyyaml python3-sqlalchemy
@ -21,7 +25,7 @@ Requires: python3-pandas python3-dateutil python3-XlsxWriter python3-xlrd python
Pkgship implements rpm package dependence ,maintainer, patch query and so no.
%prep
%autosetup -n pkgship-%{version}
%autosetup -n pkgship-%{version} -p1
%build
%py3_build
@ -54,6 +58,9 @@ rm -rf $log_path
%attr(0755,root,root) %{_bindir}/pkgship
%changelog
* Thu Sep 17 2020 Shenmei Tu <tushenmei@huawei.com> - 1.0-0-4
- Modify the query logic of package information, reduce redundant queries and align dnf query results, extract multiplexing functions, add corresponding docString, and clear pylint
* Fri Sep 11 2020 Yiru Wang <wangyiru1@huawei.com> - 1.1.0-3
- #I1UCM8, #I1UC8G: Modify some config files' permission issue;
- #I1TIYQ: Add concurrent-log-handler module to fix log resource conflict issue