[mod_mono/f13] Added arm macro to ExclusiveArch

Paul Whalen pwhalen at fedoraproject.org
Fri Jun 3 13:57:28 UTC 2011


commit 214d3a181f5512265bc5857a324ff343d7b74aed
Author: Paul Whalen <paul.whalen at senecac.on.ca>
Date:   Fri Jun 3 09:54:00 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 a470e6f..aeae75e 100644
--- a/mod_mono.spec
+++ b/mod_mono.spec
@@ -1,6 +1,6 @@
 Name: mod_mono
 Version: 2.6.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: MIT
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL: http://www.mono-project.com/Main_Page
@@ -11,7 +11,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
 
@@ -57,6 +57,9 @@ rm -rf %{buildroot}
 %{_mandir}/man8/mod_mono.8*
 
 %changelog
+* Fri Jun 03 2011 Paul Whalen <paul.whalen at senecac.on.ca> - 2.6.3-3
+- Added arm macro to ExclusiveArch
+
 * Sat Aug 14 2010 Christian Krause <chkr at fedoraproject.org> - 2.6.3-2
 - Place the default socket for mod_mono_server into /var/run/mod_mono/ 
   so that it can be created by user apache when mod_mono_server is


More information about the scm-commits mailing list