From 7c5d456652b1af2de2b9bde8ee8f6934cfe9fa1e Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Feb 19 2021 03:19:40 +0000 Subject: Raise minimum tukit version to 3.1.2 This is the minimum version that the plugin will actually work as intended with all known libdnf consumers. --- diff --git a/meson.build b/meson.build index 2948492..c368e2f 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.0.0') +tukit = dependency('tukit', version : '>=3.1.2') libdnf_plugin_src = files( 'src/txnupd.cpp',