Enable libdwarf-tools build dependency for el8 and above

`dwarfdump` is conditionally required by some unit tests; without it,
these tests are skipped. The version available in el8 doesn't work, but
the (EPEL-provided) one in el9 does.
This commit is contained in:
Christoph Erhardt 2022-04-16 17:09:05 +02:00
parent d8882cfdd1
commit 51eb4d2451
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ BuildRequires: glibc-static
%ifarch x86_64
BuildRequires: /usr/lib/libc.a
%endif
%if 0%{?fedora}
%if 0%{!?el8}
BuildRequires: libdwarf-tools
%endif
BuildRequires: libstdc++-static