!15 修复编译失败问题

From: @caodongxia 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-05-13 07:26:06 +00:00 committed by Gitee
commit c833e3a06f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,9 +1,9 @@
%global _empty_manifest_terminate_build 0
Name: python-setproctitle
Version: 1.2.2
Release: 1
Release: 2
Summary: A Python module to customize the process title
License: BSD
License: BSD-3-Clause
URL: https://github.com/dvarrazzo/py-setproctitle
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-wheel
BuildRequires: python3-cffi
BuildRequires: gcc
BuildRequires: gcc procps
# Tests running requires
BuildRequires: python3-pytest
BuildRequires: python3-setproctitle
@ -82,6 +82,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- Upgrade version to 1.2.2