From f9c147c38be18ea1dfdb81a20e4a7b7ef718cfa7 Mon Sep 17 00:00:00 2001 From: liuyumeng Date: Tue, 20 Jul 2021 15:57:09 +0800 Subject: [PATCH] delete gdb in buildrequires --- dnf-plugins-core.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index f61e89b..1f401a3 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 -- Gitee