diff --git a/rust-tracing-tree/rust-tracing-tree.spec b/rust-tracing-tree/rust-tracing-tree.spec index 5d2ed15..39a4e40 100644 --- a/rust-tracing-tree/rust-tracing-tree.spec +++ b/rust-tracing-tree/rust-tracing-tree.spec @@ -1,5 +1,6 @@ # Generated by rust2rpm 26 -%bcond_without check +# * Excluding ui_test dependency +%bcond_with check %global debug_package %{nil} %global crate tracing-tree diff --git a/rust-tracing-tree/rust2rpm.toml b/rust-tracing-tree/rust2rpm.toml index e69de29..7315f8b 100644 --- a/rust-tracing-tree/rust2rpm.toml +++ b/rust-tracing-tree/rust2rpm.toml @@ -0,0 +1,5 @@ +[tests] +comments = [ + "Excluding ui_test dependency", +] +run = ["none"]