diff --git a/patch-tracking-1.0.1.tar b/patch-tracking-1.0.2.tar similarity index 93% rename from patch-tracking-1.0.1.tar rename to patch-tracking-1.0.2.tar index c957af0cd949a829c4c882e373377c91ad664709..e277951cee0e622eadfb1e10d5a6f057c2255553 100644 Binary files a/patch-tracking-1.0.1.tar and b/patch-tracking-1.0.2.tar differ diff --git a/patch-tracking.spec b/patch-tracking.spec index 893ac6edcbf25525842aab785359326d715a16e7..c13f172124961a791947abc3ea15d5b00b413491 100644 --- a/patch-tracking.spec +++ b/patch-tracking.spec @@ -1,6 +1,6 @@ Summary: This is a tool for automatically tracking upstream repository code patches Name: patch-tracking -Version: 1.0.1 +Version: 1.0.2 Release: 1 License: Mulan PSL v2 URL: https://gitee.com/openeuler/openEuler-Advisor @@ -9,13 +9,15 @@ BuildArch: noarch BuildRequires: python3-setuptools -# Requires: python3.7 python3-flask python3-sqlalchemy python3-requests +Requires: python3-uWSGI python3-flask python3-Flask-SQLAlchemy python3-Flask-APScheduler python3-Flask-Httpauth +Requires: python3-requests python3-pandas + %description This is a tool for automatically tracking upstream repository code patches %prep -%setup -n patch-tracking-%{version} +%setup -n %{name}-%{version} %build %py3_build @@ -50,6 +52,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Sep 11 2020 chenyanpan - 1.0.2-1 +- Type: bugfix +- DESC: fixed issues, specify Requires +- https://gitee.com/src-openeuler/patch-tracking/issues: I1TXTA I1TWVU I1TSG7 I1TYJV I1UAMC I1TYNW +- https://gitee.com/openeuler/docs/issues: I1U54H + + * Mon Sep 07 2020 chenyanpan - 1.0.1-1 - Type: bugfix - DESC: fixed issues related to the validity of service configuration items and command line parameters