From 67b73dd1c89844b7f48dc0a4cbdb908f30a361bb Mon Sep 17 00:00:00 2001 From: lunankun Date: Fri, 20 Nov 2020 15:03:24 +0800 Subject: [PATCH] dnf:remove depend deltarpm --- dnf.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dnf.spec b/dnf.spec index 44ac673..dad9e08 100644 --- a/dnf.spec +++ b/dnf.spec @@ -2,7 +2,7 @@ Name: dnf Version: 4.2.23 -Release: 2 +Release: 3 Summary: A software package manager that manages packages on Linux distributions. License: GPLv2+ and GPLv2 and GPL URL: https://github.com/rpm-software-management/dnf @@ -44,7 +44,7 @@ BuildRequires: python3-devel python3-hawkey >= 0.48.0 python3-libdnf >= 0 BuildRequires: python3-libcomps >= 0.1.8 python3-libdnf libmodulemd >= 1.4.0 BuildRequires: python3-nose python3-gpg python3-rpm >= 4.14.0 Requires: python3-gpg %{name}-data = %{version}-%{release} libmodulemd >= 1.4.0 -Requires: deltarpm python3-hawkey >= 0.48.0 python3-libdnf >= 0.48.0 +Requires: python3-hawkey >= 0.48.0 python3-libdnf >= 0.48.0 Requires: python3-libcomps >= 0.1.8 python3-libdnf python3-rpm >= 4.14.0 Recommends: python3-unbound rpm-plugin-systemd-inhibit Obsoletes: python2-%{name} @@ -196,6 +196,12 @@ popd %{_mandir}/man8/%{name}-automatic.8* %changelog +* Fri Nov 20 2020 lunankun - 4.2.23-3 +- Type:requirement +- ID:NA +- SUG:NA +- DESC:remove depend deltarpm + * Mon Nov 09 2020 quanhongfei - 4.2.23-2 - Type:requirement - ID:NA