From 851ee286f88766a0c23cd9100d8e1c371cb196e0 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Sat, 22 May 2021 11:29:44 -0400 Subject: [PATCH] add coreutils BuildRequires We use a number of tools from coreutils, be explicit about the dependency. --- git.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git.spec b/git.spec index a81fcf8..d36ba7c 100644 --- a/git.spec +++ b/git.spec @@ -129,6 +129,7 @@ BuildRequires: linkchecker # endif with linkcheck %endif # endif with docs +BuildRequires: coreutils BuildRequires: desktop-file-utils BuildRequires: diffutils %if %{with emacs} @@ -998,6 +999,7 @@ rmdir --ignore-fail-on-non-empty "$testdir" - update to 2.32.0-rc1 - rearrange python2/python3 conditionals - re-enable git-p4 with python3 +- add coreutils BuildRequires * Fri May 21 2021 Jitka Plesnikova - 2.31.1-3.1 - Perl 5.34 rebuild