rpms/ejabberd/FC-6 ejabberd.spec,1.8,1.9 ejabberdctl,1.1,1.2

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Tue Sep 4 13:04:03 UTC 2007


Author: jcollie

Update of /cvs/pkgs/rpms/ejabberd/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4724

Modified Files:
	ejabberd.spec ejabberdctl 
Log Message:
Fix ejabberdctl wrapper script - #276071


Index: ejabberd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ejabberd/FC-6/ejabberd.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ejabberd.spec	31 Jul 2007 14:01:20 -0000	1.8
+++ ejabberd.spec	4 Sep 2007 13:03:29 -0000	1.9
@@ -1,10 +1,10 @@
 Name:           ejabberd
 Version:        1.1.3
-Release:        6%{?dist}
+Release:        11%{?dist}
 Summary:        A distributed, fault-tolerant Jabber/XMPP server
 
 Group:          Applications/Internet
-License:        GPL
+License:        GPLv2
 URL:            http://ejabberd.jabber.ru/
 Source0:        http://www.process-one.net/en/projects/ejabberd/download/%{version}/ejabberd-%{version}.tar.gz
 Source1:        ejabberd.init
@@ -41,8 +41,7 @@
 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
+#https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=250253
 ExcludeArch: ppc64
 
 %description
@@ -174,6 +173,22 @@
 %doc ChangeLog COPYING TODO doc/*.pdf doc/*.html doc/*.png doc/release_notes_*
 
 %changelog
+* Tue Sep  4 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.3-11
+- Fix ejabberdctl wrapper script - #276071
+
+* Wed Aug 22 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.3-10
+- Re-exclude ppc64
+
+* Wed Aug 22 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.3-9
+- Fix license
+- Don't exclude ppc64
+
+* Wed Aug 22 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.3-8
+- Bump & rebuild to build against latest erlang package.
+
+* Tue Jul 31 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.3-7
+- Bump release and rebuild due to Koji hiccups.
+
 * 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.
 


Index: ejabberdctl
===================================================================
RCS file: /cvs/pkgs/rpms/ejabberd/FC-6/ejabberdctl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ejabberdctl	31 Jul 2007 14:01:20 -0000	1.1
+++ ejabberdctl	4 Sep 2007 13:03:29 -0000	1.2
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-exec /sbin/runuser -s /bin/bash - ejabberd -c "erl -pa @libdir@/ejabberd- at version@/ebin -noinput -sname ejabberdctl -s ejabberd_ctl -extra $@"
+exec /sbin/runuser -s /bin/bash - ejabberd -c "erl -pa @libdir@/ejabberd- at version@/ebin -noinput -sname ejabberdctl -s ejabberd_ctl -extra $*"




More information about the fedora-extras-commits mailing list