delete BuildRequires gdb

This commit is contained in:
chenyanpanHW 2021-08-04 21:17:45 +08:00
parent a0d4fc3316
commit 26afc8ab70
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
Name: python-dulwich
Version: 0.20.20
Release: 1
Release: 2
Summary: Python Git Library
License: Apachev2 or GPLv2+ or GPLv2
URL: https://www.dulwich.io/
@ -17,7 +17,6 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-cffi
BuildRequires: gcc
BuildRequires: gdb
%description -n python3-dulwich
Python Git Library.
@ -70,6 +69,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.20.20-2
- DESC: delete BuildRequires gdb
* Fri Jul 09 2021 openstack-sig <openstack@openeuler.org>
- Update to 0.20.20