diff --git a/patch-tracking/patch-tracking.spec b/patch-tracking/patch-tracking.spec index 7a6d92e86285a460562e3787c38f54072342d8b9..5c57f41dd41c3243c5aaacaaf8f6102aaef3a23a 100644 --- a/patch-tracking/patch-tracking.spec +++ b/patch-tracking/patch-tracking.spec @@ -1,22 +1,17 @@ -%define name patch-tracking -%define version 1.0.0 -%define release 2 - -Summary: This is a tool for automatically tracking upstream repository code patches -Name: %{name} -Version: %{version} -Release: %{release} -Source0: %{name}-%{version}.tar -License: Mulan PSL v2 -Group: Development/Libraries -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -Prefix: %{_prefix} -BuildArch: noarch -Vendor: ChenYanpan -Url: https://openeuler.org/zh/ +Summary: This is a tool for automatically tracking upstream repository code patches +Name: patch-tracking +Version: 1.0.2 +Release: 1 +License: Mulan PSL v2 +URL: https://gitee.com/openeuler/openEuler-Advisor +Source0: https://gitee.com/openeuler/openEuler-Advisor/tree/master/patch-tracking +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 @@ -54,3 +49,14 @@ rm -rf $RPM_BUILD_ROOT /var/patch-tracking/db.sqlite /usr/bin/generate_password /usr/lib/systemd/system/patch-tracking.service + + +%changelog +* Fri Sep 11 2020 chenyanpan - 1.0.2-1 +- Type: bugfix +- DESC: fixed issues, specify Requires + + +* 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