From db5cfafe4e0d1f06a007d9d47d1263024e7a20b3 Mon Sep 17 00:00:00 2001 From: StrongTiger_001 Date: Thu, 29 Oct 2020 13:07:47 +0800 Subject: [PATCH] update tig.spec. add build dependency git --- tig.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tig.spec b/tig.spec index 74dafaf..bf32ee0 100644 --- a/tig.spec +++ b/tig.spec @@ -6,7 +6,7 @@ License: GPL v2 URL: https://github.com/jonas/tig Source0: https://github.com/jonas/tig/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz -BuildRequires: ncurses-devel, asciidoc +BuildRequires: ncurses-devel, asciidoc, git-core %description Tig is an ncurses-based text-mode interface for git and it functions mainly as a Git repository browser.