diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index f61e89b3e9b18b206504e06d38b58666d273d1d4..1f401a38362fe03538c77769f2c88972e653089e 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -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 - 4.0.17-3 +- delete gdb in buildrequires + * Fri Apr 16 2021 hanhui - 4.0.17-2 - Type:bugfix - ID:NA