From 866f748cb5df41ab3491e7fff5a821f9b5bf3daa Mon Sep 17 00:00:00 2001 From: Jaroslav Rohel Date: May 05 2022 18:05:09 +0000 Subject: Increase required libsolv version for cache versioning to 0.7.21 --- diff --git a/libdnf.spec b/libdnf.spec index c9e6938..1823230 100644 --- a/libdnf.spec +++ b/libdnf.spec @@ -1,4 +1,4 @@ -%global libsolv_version 0.7.20 +%global libsolv_version 0.7.21 %global libmodulemd_version 2.13.0 %global librepo_version 1.13.1 %global dnf_conflict 4.11.0 @@ -56,7 +56,7 @@ Name: libdnf Version: %{libdnf_major_version}.%{libdnf_minor_version}.%{libdnf_micro_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library providing simplified C and Python API to libsolv License: LGPLv2+ URL: https://github.com/rpm-software-management/libdnf @@ -304,6 +304,9 @@ popd %endif %changelog +* Thu May 05 2022 Jaroslav Rohel - 0.67.0-2 +- Increase required libsolv version for cache versioning to 0.7.21 + * Thu May 05 2022 Jaroslav Rohel - 0.67.0-1 - Update to 0.67.0 - Add 'loongarch' support