delete BuildRequires gdb

This commit is contained in:
chenyanpanHW 2021-08-04 21:19:57 +08:00
parent 694ea515f9
commit e0ecc9f776
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-setproctitle Name: python-setproctitle
Version: 1.2.1 Version: 1.2.1
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
URL: https://github.com/dvarrazzo/py-setproctitle URL: https://github.com/dvarrazzo/py-setproctitle
@ -27,7 +27,6 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-cffi BuildRequires: python3-cffi
BuildRequires: gcc BuildRequires: gcc
BuildRequires: gdb
%description -n python3-setproctitle %description -n python3-setproctitle
The setproctitle module allows a process to change its title (as displayed The setproctitle module allows a process to change its title (as displayed
by system tools such as ps and top). by system tools such as ps and top).
@ -92,5 +91,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.2.1-2
- DESC: delete BuildRequires gdb
* Wed Jan 06 2021 Python_Bot <Python_Bot@openeuler.org> * Wed Jan 06 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated