[perl-MongoDB] Actually remove arm from ExcludeArch

李瑞彬 cheeselee at fedoraproject.org
Tue Sep 24 06:32:59 UTC 2013


commit 0e696377e4b34d55e81fb8a84b650c76d323a650
Author: Robin Lee <cheeselee at fedoraproject.org>
Date:   Tue Sep 24 14:32:23 2013 +0800

    Actually remove arm from ExcludeArch

 perl-MongoDB.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/perl-MongoDB.spec b/perl-MongoDB.spec
index 4fc1f72..aeca1ae 100644
--- a/perl-MongoDB.spec
+++ b/perl-MongoDB.spec
@@ -2,7 +2,7 @@
 
 Name:           perl-MongoDB
 Version:        0.702.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A MongoDB Driver for Perl
 License:        ASL 2.0
 Group:          Development/Libraries
@@ -37,8 +37,7 @@ BuildRequires:  mongodb-server
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 # Mongodb must run on a little-endian CPU (see bug #630898)
-# And this module does not work with default optflags on ARM (see bug #997975)
-ExcludeArch:    ppc ppc64 %{sparc} s390 s390x %{arm}
+ExcludeArch:    ppc ppc64 %{sparc} s390 s390x
 
 %description
 The perl database access module for MongoDB.
@@ -75,6 +74,9 @@ exit $test_rc
 %{_mandir}/man3/*
 
 %changelog
+* Tue Sep 24 2013 Robin Lee <cheese at cheese-A460P> - 0.702.2-2
+- Actually remove arm from ExcludeArch
+
 * Tue Sep 24 2013 Robin Lee <cheese at cheese-A460P> - 0.702.2-1
 - Update to 0.702.2, fix ARM build (BZ#997975)
 


More information about the scm-commits mailing list