rpms/ejabberd/F-7 ejabberd.spec,1.10,1.11

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Tue Jul 31 13:30:37 UTC 2007


Author: jcollie

Update of /cvs/extras/rpms/ejabberd/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6952

Modified Files:
	ejabberd.spec 
Log Message:
Don't build on PPC64


Index: ejabberd.spec
===================================================================
RCS file: /cvs/extras/rpms/ejabberd/F-7/ejabberd.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ejabberd.spec	31 Jul 2007 13:00:44 -0000	1.10
+++ ejabberd.spec	31 Jul 2007 13:30:05 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           ejabberd
 Version:        1.1.3
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        A distributed, fault-tolerant Jabber/XMPP server
 
 Group:          Applications/Internet
@@ -41,6 +41,10 @@
 Requires(preun): /sbin/service
 Requires(postun): /sbin/service
 
+# don't build on ppc64 since hevea hasn't been built on ppc64 yet
+# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=250253
+ExcludeArch: ppc64
+
 %description
 ejabberd is a Free and Open Source distributed fault-tolerant
 Jabber/XMPP server. It is mostly written in Erlang, and runs on many
@@ -170,6 +174,9 @@
 %doc ChangeLog COPYING TODO doc/*.pdf doc/*.html doc/*.png doc/release_notes_*
 
 %changelog
+* Tue Jul 31 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.3-6
+- Don't try building on PPC64 since hevea isn't available on PPC64.
+
 * Tue Jul 31 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.3-5
 - Sigh...
 




More information about the scm-commits mailing list