On Tue, Jun 05, 2018 at 06:44:01PM +0100, Daniel P. Berrangé wrote:
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
perl-Sys-Virt.spec.PL | 32 ++++++++++++++++++++++++++------
1 file changed, 26 insertions(+), 6 deletions(-)
diff --git a/perl-Sys-Virt.spec.PL b/perl-Sys-Virt.spec.PL
index dd26412..451af27 100644
--- a/perl-Sys-Virt.spec.PL
+++ b/perl-Sys-Virt.spec.PL
@@ -34,15 +34,35 @@ License: GPLv2+ or Artistic
URL:
https://metacpan.org/release/Sys-Virt
Source0:
https://cpan.metacpan.org/authors/id/D/DA/DANBERR/Sys-Virt-v%{version}.ta...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+# Build
+BuildRequires: coreutils
The core isn't what it used to be...
+BuildRequires: findutils
+BuildRequires: gcc
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano