diff --git a/ejabberd.spec b/ejabberd.spec index 70f72a6..804f0b1 100644 --- a/ejabberd.spec +++ b/ejabberd.spec @@ -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/chkconfig 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 @@ rm -rf %{buildroot} %doc ChangeLog COPYING TODO doc/*.pdf doc/*.html doc/*.png doc/release_notes_* %changelog +* Tue Sep 4 2007 Jeffrey C. Ollie - 1.1.3-11 +- Fix ejabberdctl wrapper script - #276071 + +* Wed Aug 22 2007 Jeffrey C. Ollie - 1.1.3-10 +- Re-exclude ppc64 + +* Wed Aug 22 2007 Jeffrey C. Ollie - 1.1.3-9 +- Fix license +- Don't exclude ppc64 + +* Wed Aug 22 2007 Jeffrey C. Ollie - 1.1.3-8 +- Bump & rebuild to build against latest erlang package. + +* Tue Jul 31 2007 Jeffrey C. Ollie - 1.1.3-7 +- Bump release and rebuild due to Koji hiccups. + * Tue Jul 31 2007 Jeffrey C. Ollie - 1.1.3-6 - Don't try building on PPC64 since hevea isn't available on PPC64. diff --git a/ejabberdctl b/ejabberdctl index 52ba1f6..148fea3 100644 --- a/ejabberdctl +++ b/ejabberdctl @@ -1,3 +1,3 @@ #!/bin/bash -exec /sbin/runuser -s /bin/bash - ejabberd -c "erl -pa @libdir@/ejabberd-@version@/ebin -noinput -sname ejabberdctl -s ejabberd_ctl -extra $@" +exec /sbin/runuser -s /bin/bash - ejabberd -c "erl -pa @libdir@/ejabberd-@version@/ebin -noinput -sname ejabberdctl -s ejabberd_ctl -extra $*"