From 2909764dcc33cfd66bb3a8556dd73bf6224f91ea Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 5 May 2020 20:27:23 +0100 Subject: [PATCH] Try enabling autotools cruft instead. --- libguestfs.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libguestfs.spec b/libguestfs.spec index c1af0c3..c5f899f 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -30,7 +30,7 @@ %global verify_tarball_signature 1 # If there are patches which touch autotools files, set this to 1. -%global patches_touch_autotools %{nil} +%global patches_touch_autotools 1 # The source directory. %global source_directory 1.42-stable @@ -132,7 +132,6 @@ BuildRequires: perl(Win::Hivex::Regedit) %if 0%{verify_tarball_signature} BuildRequires: gnupg2 %endif -BuildRequires: git # For language bindings. BuildRequires: ocaml