From a23ab8954720c2830ee270f476488abdc8a76999 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sat, 8 Jul 2023 10:54:58 -0400 Subject: [PATCH] Cleaner build conditional for tests --- python-fasteners.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-fasteners.spec b/python-fasteners.spec index 57bd714..ff1e7b2 100644 --- a/python-fasteners.spec +++ b/python-fasteners.spec @@ -1,4 +1,4 @@ -%bcond tests 0%{?!rhel:1} +%bcond tests %{undefined rhel} # The python-diskcache package, used in some of the tests, has been retired. %bcond diskcache 0