From 0deaedc9540fe6abde2c717d679f489862ae7c2c Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 23 Aug 2023 08:48:21 +0200 Subject: [PATCH] diffutils is needed by the testsuite --- glibc.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/glibc.spec b/glibc.spec index ecaccf2..db0918f 100644 --- a/glibc.spec +++ b/glibc.spec @@ -322,6 +322,7 @@ Conflicts: prelink < 0.4.2 %if %{without bootstrap} %if %{with testsuite} +BuildRequires: diffutils # The testsuite builds static C++ binaries that require a C++ compiler, # static C++ runtime from libstdc++-static, and lastly static glibc. BuildRequires: gcc-c++