Add buildrequire procps to fix compile failure
This commit is contained in:
parent
288a90142e
commit
ec9f427de8
@ -1,9 +1,9 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-setproctitle
|
Name: python-setproctitle
|
||||||
Version: 1.2.2
|
Version: 1.2.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A Python module to customize the process title
|
Summary: A Python module to customize the process title
|
||||||
License: BSD
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/dvarrazzo/py-setproctitle
|
URL: https://github.com/dvarrazzo/py-setproctitle
|
||||||
Source0: https://files.pythonhosted.org/packages/a1/7f/a1d4f4c7b66f0fc02f35dc5c85f45a8b4e4a7988357a29e61c14e725ef86/setproctitle-1.2.2.tar.gz
|
Source0: https://files.pythonhosted.org/packages/a1/7f/a1d4f4c7b66f0fc02f35dc5c85f45a8b4e4a7988357a29e61c14e725ef86/setproctitle-1.2.2.tar.gz
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ BuildRequires: python3-pbr
|
|||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
BuildRequires: python3-wheel
|
BuildRequires: python3-wheel
|
||||||
BuildRequires: python3-cffi
|
BuildRequires: python3-cffi
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc procps
|
||||||
# Tests running requires
|
# Tests running requires
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
BuildRequires: python3-setproctitle
|
BuildRequires: python3-setproctitle
|
||||||
@ -82,6 +82,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 13 2022 caodongxia <caodongxia@h-partners.com> - 1.2.2-2
|
||||||
|
- Add buildrequire procps to fix compile failure
|
||||||
|
|
||||||
* Mon Aug 09 2021 OpenStack_SIG <openstack@openeuler.org> - 1.2.2-1
|
* Mon Aug 09 2021 OpenStack_SIG <openstack@openeuler.org> - 1.2.2-1
|
||||||
- Upgrade version to 1.2.2
|
- Upgrade version to 1.2.2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user