From e84658dbe0ffb882bb4c9aa36cd79d2d04f795ad Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 5 Aug 2024 11:45:35 -0700 Subject: [PATCH] Turn bootstrap off Signed-off-by: Troy Dawson --- hamcrest.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hamcrest.spec b/hamcrest.spec index 264d7b1..aac3c94 100644 --- a/hamcrest.spec +++ b/hamcrest.spec @@ -1,4 +1,4 @@ -%bcond_without bootstrap +%bcond_with bootstrap %global upstream_version %(echo %{version} | tr '~' '-')