From b00d237aaadc47549ed7f9cce4548237a21afbfa Mon Sep 17 00:00:00 2001 From: kerongw Date: Thu, 26 May 2022 09:32:17 +0000 Subject: [PATCH] Remove redundant 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 c69dff6..7656723 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -7,7 +7,7 @@ Name: dnf-plugins-core Version: 4.0.24 -Release: 3 +Release: 4 Summary: Core Plugins for DNF License: GPLv2+ URL: https://github.com/rpm-software-management/dnf-plugins-core @@ -58,7 +58,7 @@ provides generate_completion_cache passive plugin. Summary: Core Plugins for DNF %{?python_provide:%python_provide python3-%{name}} BuildRequires: python3-devel python3-dnf >= %{dnf_lowest_compatible} -BuildRequires: python3-dbus python3-libdnf python3-hawkey python3-libcomps python3-gpgme +BuildRequires: python3-dbus Requires: python3-distro python3-dnf >= %{dnf_lowest_compatible} Requires: python3-hawkey >= %{hawkey_version} python3-dateutil Requires: python3-dbus @@ -325,6 +325,9 @@ popd %{_mandir}/man8/dnf-local.* %changelog +* Thu May 26 2022 wangkerong - 4.0.24-4 +- DESC: Remove redundant BuildRequires + * Sat Jan 22 2022 hanhui - 4.0.24-3 - DESC:Reposync does not stop downloading packages -- Gitee