Meson adheres to RPM rules while exercising version sorting. Therefore 1.8 < 1.8.0; Meson-driven builds of trace-cmd are broken since b86599e459 since a dependency requirement cannot be met. Signed-off-by: Aleksander Trofimowicz <trof@xxxxxx> --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 3156f1c..91ee79a 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ project( 'libtracefs', ['c'], meson_version: '>= 0.50.0', license: 'LGPL-2.1', - version: '1.8', + version: '1.8.0', default_options: [ 'c_std=gnu99', 'buildtype=debug', -- 2.44.0 -- at