[imvirt] set supported arches

Dan Horák sharkcz at fedoraproject.org
Wed Oct 26 12:05:24 UTC 2011


commit 8d1e40a35a05638d219b172eaced0baec31f5c16
Author: Dan Horák <dan at danny.cz>
Date:   Wed Oct 26 14:05:21 2011 +0200

    set supported arches

 imvirt.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/imvirt.spec b/imvirt.spec
index addf941..a43e41d 100644
--- a/imvirt.spec
+++ b/imvirt.spec
@@ -1,7 +1,7 @@
 Name:       imvirt
 Summary:    Detects several virtualizations
 Version:    0.9.0
-Release:    4%{?dist}
+Release:    5%{?dist}
 URL:        http://micky.ibh.net/~liske/imvirt.html
 Source0:    http://downloads.sourceforge.net/apt-dater/%{name}-%{version}-pre1.tar.gz
 License:    GPLv2+
@@ -9,6 +9,7 @@ Group:      Applications/System
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:   dmidecode
 Buildroot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+ExclusiveArch: %{ix86} x86_64 ia64
 
 %description
 This little Perl script tries to detect if it is called from within 
@@ -57,6 +58,9 @@ make clean
 %{perl_vendorlib}/*
 
 %changelog
+* Wed Oct 26 2011 Dan Horák <dan[at]danny.cz> - 0.9.0-5
+- set supported arches
+
 * Fri Jun 17 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.9.0-4
 - Perl mass rebuild
 


More information about the scm-commits mailing list