Fix syntax of negated distribution check

This change affects only the test-suite execution, so there's no need to
do another build.
This commit is contained in:
Christoph Erhardt 2022-04-18 09:38:53 +02:00
parent c6f2c9505f
commit 5fb9a10d67
1 changed files with 1 additions and 1 deletions

View File

@ -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