From 9b8aa7e5d4fc162c0e68ac944bc03e4061dac4ec Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 6 Jul 2023 22:35:32 -0400 Subject: [PATCH] Use new (rpm 4.17.1+) bcond style --- python-hatch-vcs.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/python-hatch-vcs.spec b/python-hatch-vcs.spec index e2fa14b..2e74dce 100644 --- a/python-hatch-vcs.spec +++ b/python-hatch-vcs.spec @@ -1,11 +1,7 @@ # Let’s try to build this as early as we can, since it’s a dependency for # some important libraries, such as python-platformdirs. -%bcond_with bootstrap -%if %{without bootstrap} -%bcond_without tests -%else -%bcond_with tests -%endif +%bcond bootstrap 0 +%bcond tests %{without bootstrap} Name: python-hatch-vcs Version: 0.3.0