!12 修改了以下issue
From: @ruebb Reviewed-by: @solarhu Signed-off-by: @solarhu
This commit is contained in:
commit
9eab054b85
Binary file not shown.
12
pkgship.spec
12
pkgship.spec
@ -1,6 +1,6 @@
|
|||||||
Name: pkgship
|
Name: pkgship
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 2
|
Release: 3
|
||||||
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
|
||||||
@ -11,8 +11,9 @@ 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
|
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-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-flask-session python3-flask-script python3-marshmallow python3-uWSGI
|
||||||
Requires: python3-pandas python3-dateutil python3-XlsxWriter python3-xlrd python3-Flask-APScheduler python3-retrying
|
Requires: python3-pandas python3-dateutil python3-XlsxWriter python3-xlrd python3-Flask-APScheduler python3-retrying
|
||||||
|
|
||||||
@ -48,11 +49,16 @@ rm -rf $log_path
|
|||||||
%files
|
%files
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
%config %{_sysconfdir}/pkgship/*
|
%attr(0755,root,root) %config %{_sysconfdir}/pkgship/*
|
||||||
%attr(0755,root,root) %{_bindir}/pkgshipd
|
%attr(0755,root,root) %{_bindir}/pkgshipd
|
||||||
%attr(0755,root,root) %{_bindir}/pkgship
|
%attr(0755,root,root) %{_bindir}/pkgship
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
- #I1TML0: Fix the matching relationship between source_rpm and src_name
|
||||||
|
|
||||||
* Tue Sep 1 2020 Zhengtang Gong <gongzhengtang@huawei.com> - 1.1.0-2
|
* Tue Sep 1 2020 Zhengtang Gong <gongzhengtang@huawei.com> - 1.1.0-2
|
||||||
- Delete the packaged form of pyinstaller and change the execution
|
- Delete the packaged form of pyinstaller and change the execution
|
||||||
of the command in the form of a single file as the input
|
of the command in the form of a single file as the input
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user