!4 Update to 4.2.4
From: @lauk001 Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
1b43b349e6
@ -1,17 +1,19 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-supervisor
|
Name: python-supervisor
|
||||||
Version: 4.2.2
|
Version: 4.2.4
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: A system for controlling process state under UNIX
|
Summary: A system for controlling process state under UNIX
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: http://supervisord.org/
|
URL: http://supervisord.org/
|
||||||
Source0: https://files.pythonhosted.org/packages/d3/7f/c780b7471ba0ff4548967a9f7a8b0bfce222c3a496c3dfad0164172222b0/supervisor-4.2.2.tar.gz
|
Source0: https://files.pythonhosted.org/packages/b3/41/2806c3c66b3e4a847843821bc0db447a58b7a9b0c39a49b354f287569130/supervisor-4.2.4.tar.gz
|
||||||
|
|
||||||
Source1: supervisord.service
|
Source1: supervisord.service
|
||||||
Source2: supervisord.conf
|
Source2: supervisord.conf
|
||||||
Source3: supervisor.logrotate
|
Source3: supervisor.logrotate
|
||||||
Source4: supervisor.tmpfiles
|
Source4: supervisor.tmpfiles
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Requires: python3-setuptools
|
||||||
Requires: python3-pytest
|
Requires: python3-pytest
|
||||||
Requires: python3-pytest-cov
|
Requires: python3-pytest-cov
|
||||||
|
|
||||||
@ -39,7 +41,7 @@ Supervisor is a client/server system that allows its users to
|
|||||||
control a number of processes on UNIX-like operating systems.
|
control a number of processes on UNIX-like operating systems.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n supervisor-4.2.2
|
%autosetup -n supervisor-4.2.4
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -109,6 +111,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 05 2022 liukuo <liukuo@kylinos.cn> - 4.2.4-1
|
||||||
|
- Update to 4.2.4
|
||||||
|
|
||||||
* Tue May 10 2022 yangping <yangping69@h-partners> - 4.2.2-3
|
* Tue May 10 2022 yangping <yangping69@h-partners> - 4.2.2-3
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
supervisor-4.2.4.tar.gz
Normal file
BIN
supervisor-4.2.4.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user