From 1fc045102a3f1c273bb2ecc993a817b45fe4eff4 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 13 May 2021 19:08:42 +0200 Subject: [PATCH] Turn off bootstrap mode by default --- hamcrest.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hamcrest.spec b/hamcrest.spec index 95292a1..685faba 100644 --- a/hamcrest.spec +++ b/hamcrest.spec @@ -1,4 +1,4 @@ -%bcond_without bootstrap +%bcond_with bootstrap %global upstream_version %(echo %{version} | tr '~' '-')