[edk2] set ExclusiveArch

Dan Horák sharkcz at fedoraproject.org
Thu May 23 06:16:37 UTC 2013


commit 1516367bfab219109804409e5300ecdd1bcb4254
Author: Dan Horák <dan at danny.cz>
Date:   Thu May 23 08:16:31 2013 +0200

    set ExclusiveArch

 edk2.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/edk2.spec b/edk2.spec
index a0562e7..874aeb5 100644
--- a/edk2.spec
+++ b/edk2.spec
@@ -4,7 +4,7 @@
 # More subpackages to come once licensing issues are fixed
 Name:		edk2
 Version:	%{SVNDATE}svn%{SVNREV}
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	EFI Development Kit II
 
 # There are no formal releases from upstream.
@@ -22,6 +22,8 @@ License:	BSD
 Group:		Applications/Emulators
 URL:		http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EDK2
 
+ExclusiveArch:	%{ix86} x86_64 %{arm}
+
 BuildRequires:	python2-devel
 BuildRequires:	libuuid-devel
 
@@ -159,6 +161,9 @@ done
 %doc BaseTools/UserManuals/VolInfo_Utility_Man_Page.rtf
 
 %changelog
+* Thu May 23 2013 Dan Horák <dan[at]danny.cz> 20130515svn14365-3
+- set ExclusiveArch
+
 * Thu May 16 2013 Paolo Bonzini <pbonzini at redhat.com> 20130515svn14365-2
 - Fix edk2-tools-python Requires
 


More information about the scm-commits mailing list