commit
37455daa69
Binary file not shown.
@ -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: %{name}
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Source0: %{name}-%{version}.tar
|
||||
Name: patch-tracking
|
||||
Version: 1.0.1
|
||||
Release: 1
|
||||
License: Mulan PSL v2
|
||||
Group: Development/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
Prefix: %{_prefix}
|
||||
URL: https://gitee.com/openeuler/openEuler-Advisor
|
||||
Source0: patch-tracking-%{version}.tar
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user