From d81d317b2c857e3da76f9046508938d91c92890f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Stan=C4=9Bk?= Date: Mon, 13 Dec 2021 11:27:20 +0100 Subject: [PATCH] Disable check by default --- rust-cxxbridge-macro.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-cxxbridge-macro.spec b/rust-cxxbridge-macro.spec index 4c9618b..61671f0 100644 --- a/rust-cxxbridge-macro.spec +++ b/rust-cxxbridge-macro.spec @@ -1,5 +1,6 @@ # Generated by rust2rpm 20 -%bcond_without check +# * cyclical dev-dependency: cxx +%bcond_with check %global debug_package %{nil} %global crate cxxbridge-macro