From 2329c02af83d1329ecdaa14be0311b3d3c471164 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 11 Apr 2024 17:55:14 +0100 Subject: [PATCH] Unconditionally run autoreconf (cherry picked from commit aae2f9ce73a44ab56b6b69206ab54f9763e27a61) --- virt-v2v.spec | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/virt-v2v.spec b/virt-v2v.spec index e2c2efe..1e1c469 100644 --- a/virt-v2v.spec +++ b/virt-v2v.spec @@ -2,14 +2,6 @@ # If we should verify tarball signature with GPGv2. %global verify_tarball_signature 1 -# If there are patches which touch autotools files, set this to 1. -%if !0%{?rhel} -%global patches_touch_autotools %{nil} -%else -# On RHEL the downstream patches always touch autotools files. -%global patches_touch_autotools 1 -%endif - # The source directory. %global source_directory 2.4-stable @@ -75,10 +67,7 @@ ExcludeArch: %{ix86} ExclusiveArch: x86_64 %endif -%if 0%{patches_touch_autotools} BuildRequires: autoconf, automake, libtool -%endif - BuildRequires: make BuildRequires: /usr/bin/pod2man BuildRequires: gcc @@ -238,9 +227,7 @@ for %{name}. %endif %autosetup -p1 -%if 0%{patches_touch_autotools} -autoreconf -i -%endif +autoreconf -fiv %build