[bunny] only x86 arches are supported

Dan Horák sharkcz at fedoraproject.org
Wed Oct 26 11:09:29 UTC 2011


commit e6f7ea31c62d2287fafa4ab8a450b19d26017d83
Author: Dan Horák <dan at danny.cz>
Date:   Wed Oct 26 13:09:27 2011 +0200

    only x86 arches are supported

 bunny.spec |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/bunny.spec b/bunny.spec
index 2e9e508..252f70f 100644
--- a/bunny.spec
+++ b/bunny.spec
@@ -1,6 +1,6 @@
 Name:           bunny
 Version:        0.93
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Instrumented C code security fuzzer
 
 Group:          Development/Tools
@@ -11,13 +11,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  openssl-devel
 
 # Package dynamically re-writes assembly code
-# Primary Architectures
-ExcludeArch:    ppc       # Bug 469055
-ExcludeArch:    ppc64     # Bug 469058
-
-# Secondary Architectures
-ExcludeArch:    ia64      # Bug 469057
-ExcludeArch:    s390, sparc, alpha, arm
+ExclusiveArch: %{ix86} x86_64
 
 %description
 A closed loop, high-performance, general purpose protocol-blind fuzzer
@@ -66,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Oct 26 2011 Dan Horák <dan[at]danny.cz> - 0.93-11
+- only x86 arches are supported
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.93-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list