From 5fb9a10d67865327f05f42dcf118b5fe39377d96 Mon Sep 17 00:00:00 2001 From: Christoph Erhardt Date: Mon, 18 Apr 2022 09:38:53 +0200 Subject: [PATCH] Fix syntax of negated distribution check This change affects only the test-suite execution, so there's no need to do another build. --- mold.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mold.spec b/mold.spec index 6aeae9c..0f38d9f 100644 --- a/mold.spec +++ b/mold.spec @@ -43,7 +43,7 @@ BuildRequires: glibc-static %ifarch x86_64 BuildRequires: /usr/lib/libc.a %endif -%if 0%{!?el8} +%if ! 0%{?el8} BuildRequires: libdwarf-tools %endif BuildRequires: libstdc++-static