From 1a69f46d5a819902c094d1eed4a0c9c92663ed47 Mon Sep 17 00:00:00 2001 From: zhangrui Date: Wed, 31 Aug 2022 16:16:20 +0800 Subject: [PATCH] libdnf need higher libsolv version --- libdnf.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libdnf.spec b/libdnf.spec index 87053b5..849c5c2 100644 --- a/libdnf.spec +++ b/libdnf.spec @@ -1,4 +1,4 @@ -%global libsolv_version 0.7.7 +%global libsolv_version 0.7.14 %global libmodulemd_version 2.5.0 %global librepo_version 1.12.0 %global dnf_conflict 4.2.23-5 @@ -20,7 +20,7 @@ Name: libdnf Version: 0.48.0 -Release: 3 +Release: 4 Summary: Library providing simplified C and Python API to libsolv License: LGPLv2+ URL: https://github.com/rpm-software-management/libdnf @@ -208,6 +208,12 @@ popd %endif %changelog +* Wed Aug 31 2022 zhangrui - 0.48.0-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:libdnf need higher libsolv version + * Thu Jul 15 2021 gaihuiying - 0.48.0-3 - Type:bugfix - ID:NA -- Gitee