Blame SOURCES/0031-Increase-required-libsolv-version-for-cache-versioni.patch

2c1f71
From 893eb087e56588d62e81e91e5d283003bd80552a Mon Sep 17 00:00:00 2001
2c1f71
From: =?UTF-8?q?Ale=C5=A1=20Mat=C4=9Bj?= <amatej@redhat.com>
2c1f71
Date: Tue, 8 Mar 2022 11:43:38 +0100
2c1f71
Subject: [PATCH 31/34] Increase required libsolv version for cache versioning
2c1f71
2c1f71
---
2c1f71
 CMakeLists.txt | 2 +-
2c1f71
 libdnf.spec    | 4 ++--
2c1f71
 2 files changed, 3 insertions(+), 3 deletions(-)
2c1f71
2c1f71
diff --git a/CMakeLists.txt b/CMakeLists.txt
2c1f71
index 60cf1b8c..d895b2bf 100644
2c1f71
--- a/CMakeLists.txt
2c1f71
+++ b/CMakeLists.txt
2c1f71
@@ -51,7 +51,7 @@ endif()
2c1f71
 
2c1f71
 # build dependencies
2c1f71
 find_package(Gpgme REQUIRED)
2c1f71
-find_package(LibSolv 0.6.30 REQUIRED COMPONENTS ext)
2c1f71
+find_package(LibSolv 0.7.20 REQUIRED COMPONENTS ext)
2c1f71
 find_package(OpenSSL REQUIRED)
2c1f71
 
2c1f71
 
2c1f71
diff --git a/libdnf.spec b/libdnf.spec
2c1f71
index a849cdea..aa51dd28 100644
2c1f71
--- a/libdnf.spec
2c1f71
+++ b/libdnf.spec
2c1f71
@@ -1,5 +1,5 @@
2c1f71
-%global libsolv_version 0.7.17
2c1f71
-%global libmodulemd_version 2.11.2-2
2c1f71
+%global libsolv_version 0.7.21
2c1f71
+%global libmodulemd_version 2.13.0
2c1f71
 %global librepo_version 1.13.1
2c1f71
 %global dnf_conflict 4.3.0
2c1f71
 %global swig_version 3.0.12
2c1f71
-- 
2c1f71
2.31.1
2c1f71