From 627061cf888f74a456915c8cb4ac9cd8f83cf74e Mon Sep 17 00:00:00 2001 From: chenyanpan <> Date: Sat, 12 Sep 2020 18:07:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3=20python3-Flask-HTTPAuth=20?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- patch-tracking.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/patch-tracking.spec b/patch-tracking.spec index c13f172..f89b3d0 100644 --- a/patch-tracking.spec +++ b/patch-tracking.spec @@ -1,7 +1,7 @@ Summary: This is a tool for automatically tracking upstream repository code patches Name: patch-tracking Version: 1.0.2 -Release: 1 +Release: 2 License: Mulan PSL v2 URL: https://gitee.com/openeuler/openEuler-Advisor Source0: patch-tracking-%{version}.tar @@ -9,7 +9,7 @@ BuildArch: noarch BuildRequires: python3-setuptools -Requires: python3-uWSGI python3-flask python3-Flask-SQLAlchemy python3-Flask-APScheduler python3-Flask-Httpauth +Requires: python3-uWSGI python3-flask python3-Flask-SQLAlchemy python3-Flask-APScheduler python3-Flask-HTTPAuth Requires: python3-requests python3-pandas @@ -52,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* 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 -- Gitee