Move libdwarf-tools build dependency into the correct place

This commit is contained in:
Christoph Erhardt 2022-01-25 21:54:40 +01:00
parent 76391c4526
commit 2557067398
1 changed files with 3 additions and 3 deletions

View File

@ -36,9 +36,6 @@ BuildRequires: gcc-toolset-10-toolchain
%if 0%{!?el7} && 0%{!?el8}
BuildRequires: gcc-c++ >= 10
%endif
%if 0%{?fedora}
BuildRequires: libdwarf-tools
%endif
BuildRequires: mimalloc-devel
BuildRequires: openssl-devel
BuildRequires: xxhash-devel
@ -50,6 +47,9 @@ BuildRequires: glibc-static
%ifarch x86_64
BuildRequires: glibc-static(x86-32)
%endif
%if 0%{?fedora}
BuildRequires: libdwarf-tools
%endif
BuildRequires: libstdc++-static
Requires(post): %{_sbindir}/alternatives