diff --git a/python-setproctitle.spec b/python-setproctitle.spec index 8796296..112fad8 100644 --- a/python-setproctitle.spec +++ b/python-setproctitle.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-setproctitle Version: 1.2.1 -Release: 1 +Release: 2 Summary: A Python module to customize the process title License: BSD URL: https://github.com/dvarrazzo/py-setproctitle @@ -27,7 +27,6 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi BuildRequires: gcc -BuildRequires: gdb %description -n python3-setproctitle The setproctitle module allows a process to change its title (as displayed by system tools such as ps and top). @@ -92,5 +91,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 04 2021 chenyanpanHW - 1.2.1-2 +- DESC: delete BuildRequires gdb + * Wed Jan 06 2021 Python_Bot - Package Spec generated