From 21449cb32ca2c9679d43863147b3edad53fbf263 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Sun, 11 Sep 2016 12:19:17 +0200 Subject: [PATCH] specfile: added missing 'BuildRequires' for git I've forgot to add the requirement to git after switch to %autosetup. Related to commit: 75a36c98a7528d31113a2eef807197af85383679 --- gawk.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/gawk.spec b/gawk.spec index ada7fa3..3bd493d 100644 --- a/gawk.spec +++ b/gawk.spec @@ -35,6 +35,7 @@ Requires: filesystem >= 3 Requires: libsigsegv Requires(post): info Requires(preun): info +BuildRequires: git BuildRequires: ghostscript-core BuildRequires: libsigsegv-devel BuildRequires: texinfo-tex