[mod_mono/f15] Added arm macro to ExclusiveArch

Paul Whalen pwhalen at fedoraproject.org
Fri Jun 3 13:48:03 UTC 2011


commit d5af5243dcaebd57b61e2ded9194a38c4d6c81c3
Author: Paul Whalen <paul.whalen at senecac.on.ca>
Date:   Fri Jun 3 09:44:39 2011 -0400

    Added arm macro to ExclusiveArch

 mod_mono.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mod_mono.spec b/mod_mono.spec
index 9eb53ae..5ded9ac 100644
--- a/mod_mono.spec
+++ b/mod_mono.spec
@@ -1,6 +1,6 @@
 Name: mod_mono
 Version: 2.10
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT
 URL: http://www.mono-project.com/Main_Page
 Source0:        http://ftp.novell.com/pub/mono/sources/%{name}/%{name}-%{version}.tar.bz2
@@ -10,7 +10,7 @@ Requires: httpd >= 2.2, mono-core, xsp
 Summary: A module to deploy an ASP.NET application on Apache with Mono
 Group: System Environment/Daemons
 
-ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha ppc ppc64
+ExclusiveArch: %ix86 x86_64 ia64 %{arm} sparc alpha ppc ppc64
 
 %description
 
@@ -52,6 +52,9 @@ mkdir -p %{buildroot}/var/run/mod_mono
 %{_mandir}/man8/mod_mono.8*
 
 %changelog
+* Fri Jun 03 2011 Paul Whalen <paul.whalen at senecac.on.ca> - 2.10-2
+- Added arm macro to ExclusiveArch
+
 * Wed Mar 30 2011 Christian Krause <chkr at fedoraproject.org> - 2.10-1
 - Update to 2.10
 - Minor spec file cleanup


More information about the scm-commits mailing list