[imvirt] add missing BR perl(ExtUtils::MakeMaker)

Miroslav Suchý msuchy at fedoraproject.org
Mon Feb 6 10:17:07 UTC 2012


commit 612476b4b82b69ac3d927180685c61dadfebb1c1
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Mon Feb 6 11:16:21 2012 +0100

    add missing BR perl(ExtUtils::MakeMaker)

 imvirt.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/imvirt.spec b/imvirt.spec
index 9f49037..3f55f68 100644
--- a/imvirt.spec
+++ b/imvirt.spec
@@ -1,13 +1,14 @@
 Name:       imvirt
 Summary:    Detects several virtualizations
 Version:    0.9.2
-Release:    1%{?dist}
+Release:    2%{?dist}
 URL:        http://micky.ibh.net/~liske/imvirt.html
 Source0:    http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
 License:    GPLv2+
 Group:      Applications/System
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:   dmidecode
+BuildRequires: perl(ExtUtils::MakeMaker)
 Buildroot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 ExclusiveArch: %{ix86} x86_64 ia64
 
@@ -60,8 +61,9 @@ make clean
 %{perl_vendorlib}/*
 
 %changelog
-* Mon Feb  6 2012 Miroslav Suchý <msuchy at redhat.com> 0.9.2-1
+* Mon Feb  6 2012 Miroslav Suchý <msuchy at redhat.com> 0.9.2-2
 - rebase to 0.9.2 version from upstream
+- add build requires
 
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


More information about the scm-commits mailing list