From 1e17d8ba8a4c142af107c24f4c696aa304a96d74 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 5 Jun 2023 16:05:14 +0100 Subject: [PATCH] Clean up BuildRequires and align --- virt-what.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/virt-what.spec b/virt-what.spec index 9bfce8d..9c1cdbd 100644 --- a/virt-what.spec +++ b/virt-what.spec @@ -8,15 +8,12 @@ URL: http://people.redhat.com/~rjones/virt-what/ Source0: http://people.redhat.com/~rjones/virt-what/files/%{name}-%{version}.tar.gz # Maintainer script which helps with handling patches. -Source1: copy-patches.sh +Source1: copy-patches.sh +BuildRequires: gcc BuildRequires: make BuildRequires: git BuildRequires: autoconf, automake, libtool - -# This is provided by the build root, but we make it explicit -# anyway in case this was dropped from the build root in future. -BuildRequires: gcc BuildRequires: /usr/bin/pod2man # Required at build time in order to do 'make check' (for getopt).