delete gdb in buildrequires

This commit is contained in:
liuyumeng 2021-07-20 15:57:09 +08:00
parent 9ebd21a28b
commit f9c147c38b

View File

@ -7,7 +7,7 @@
Name: dnf-plugins-core
Version: 4.0.17
Release: 2
Release: 3
Summary: Core Plugins for DNF
License: GPLv2+
URL: https://github.com/rpm-software-management/dnf-plugins-core
@ -16,7 +16,7 @@ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
Patch6000: backport-Return-error-when-dnf-download-failed.patch
BuildArch: noarch
BuildRequires: cmake gettext python3-sphinx gdb
BuildRequires: cmake gettext python3-sphinx
Requires: python3-%{name} = %{version}-%{release}
Requires: dnf >= %{dnf_lowest_compatible} %{name} = %{version}-%{release}
Requires: python3-dnf >= %{dnf_lowest_compatible}
@ -317,6 +317,9 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
%{_mandir}/man8/dnf-local.*
%changelog
* Thu Jul 20 2021 liuyumeng <liuyumeng5@huawei.com> - 4.0.17-3
- delete gdb in buildrequires
* Fri Apr 16 2021 hanhui <hanhui15@huawei.com> - 4.0.17-2
- Type:bugfix
- ID:NA