From f2cf2376c66071920190770eed9c97f8a3586737 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 28 Jul 2017 16:50:42 -0400 Subject: [PATCH] You would think "%autosetup -S git" would add "BuildRequires: git"... You'd be wrong. Signed-off-by: Peter Jones --- popt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popt.spec b/popt.spec index e6cd034..0046556 100644 --- a/popt.spec +++ b/popt.spec @@ -11,7 +11,7 @@ Patch0002: 0002-kludge-poptBadOption-to-return-value-on-exec-alias-f.patch Patch0003: 0003-Fix-some-spelling-mistakes-in-the-man-page.patch Patch0004: 0004-Make-help-and-usage-translatable.patch Patch0005: 0005-Don-t-leak-the-last-argument-expanded-by-expandNextA.patch -BuildRequires: gettext +BuildRequires: gettext git BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description