commit
37455daa69
Binary file not shown.
@ -1,19 +1,12 @@
|
|||||||
%define name patch-tracking
|
Summary: This is a tool for automatically tracking upstream repository code patches
|
||||||
%define version 1.0.0
|
Name: patch-tracking
|
||||||
%define release 1
|
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
|
BuildRequires: python3-setuptools
|
||||||
# Requires: python3.7 python3-flask python3-sqlalchemy python3-requests
|
# 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
|
This is a tool for automatically tracking upstream repository code patches
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{version}
|
%setup -n patch-tracking-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -54,3 +47,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/var/patch-tracking/db.sqlite
|
/var/patch-tracking/db.sqlite
|
||||||
/usr/bin/generate_password
|
/usr/bin/generate_password
|
||||||
/usr/lib/systemd/system/patch-tracking.service
|
/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