diff --git a/hello.txt b/hello.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6fc4c620b67d95f953a5c1c1230aaab5db5a1b0 --- /dev/null +++ b/hello.txt @@ -0,0 +1 @@ +hello \ No newline at end of file diff --git a/patch-tracking-1.0.1.tar b/patch-tracking-1.0.4.tar similarity index 90% rename from patch-tracking-1.0.1.tar rename to patch-tracking-1.0.4.tar index c957af0cd949a829c4c882e373377c91ad664709..11c31d42f5a6ee11fc66688c2cc4890f078c057f 100644 Binary files a/patch-tracking-1.0.1.tar and b/patch-tracking-1.0.4.tar differ diff --git a/patch-tracking.spec b/patch-tracking.spec index 893ac6edcbf25525842aab785359326d715a16e7..deabffdba772f9a222488aac2cb348ace8bc6849 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.4 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,24 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Sep 25 2020 chenyanpan - 1.0.4-1 +- Type: bugfix +- DESC: https://gitee.com/src-openeuler/patch-tracking/issues: I1WOQQ I1WOD5 I1WNTS I1U927 + +* Sat Sep 19 2020 chenyanpan - 1.0.3-1 +- Type: bugfix +- DESC: https://gitee.com/src-openeuler/patch-tracking/issues: I1VP3C I1VK4T I1U927 + +* Sat Sep 12 2020 chenyanpan - 1.0.2-2 +- Type: bugfix +- DESC: fixed name of python3-Flask-HTTPAuth + +* 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