From 0c5f874b6c0608a97bc18b8191010eee21a4a1a5 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Nov 23 2021 21:52:18 +0000 Subject: Raise minimum tukit version to 3.6.2 This is the minimum version that will correctly set up the new root for the transactional update, especially when bootloader and kernel updates are involved. --- diff --git a/meson.build b/meson.build index 955b62a..29cfb89 100644 --- a/meson.build +++ b/meson.build @@ -36,7 +36,7 @@ add_project_arguments( ) libdnf = dependency('libdnf', version : '>=0.60') -tukit = dependency('tukit', version : '>=3.1.2') +tukit = dependency('tukit', version : '>=3.6.2') libdnf_plugin_src = files( 'src/txnupd.cpp',