!5 修改 issue

Merge pull request !5 from chenyanpanHW/openEuler-20.09
This commit is contained in:
openeuler-ci-bot 2020-09-08 17:29:45 +08:00 committed by Gitee
commit 37455daa69
2 changed files with 15 additions and 16 deletions

View File

@ -1,19 +1,12 @@
%define name patch-tracking
%define version 1.0.0
%define release 1
Summary: This is a tool for automatically tracking upstream repository code patches
Name: patch-tracking
Version: 1.0.1
Release: 1
License: Mulan PSL v2
URL: https://gitee.com/openeuler/openEuler-Advisor
Source0: patch-tracking-%{version}.tar
BuildArch: noarch
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 <chenyanpan@huawei.com>
Url: https://openeuler.org/zh/
BuildRequires: python3-setuptools
# Requires: python3.7 python3-flask python3-sqlalchemy python3-requests
@ -22,7 +15,7 @@ BuildRequires: python3-setuptools
This is a tool for automatically tracking upstream repository code patches
%prep
%setup -n %{name}-%{version}
%setup -n patch-tracking-%{version}
%build
%py3_build
@ -54,3 +47,9 @@ rm -rf $RPM_BUILD_ROOT
/var/patch-tracking/db.sqlite
/usr/bin/generate_password
/usr/lib/systemd/system/patch-tracking.service
%changelog
* Mon Sep 07 2020 chenyanpan <chenyanpan@huawei.com> - 1.0.1-1
- Type: bugfix
- DESC: fixed issues related to the validity of service configuration items and command line parameters