public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ejabberd] f45: Fixes
@ 2026-09-23 19:07 Peter Lemenkov
0 siblings, 0 replies; only message in thread
From: Peter Lemenkov @ 2026-09-23 19:07 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ejabberd
Branch : f45
Commit : 928f515ca4ff52184209fb7efacb731e276d80f2
Author : Peter Lemenkov <lemenkov@gmail.com>
Date : 2014-08-31T23:23:55+04:00
Stats : +9/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ejabberd/c/928f515ca4ff52184209fb7efacb731e276d80f2?branch=f45
Log:
Fixes
- Temporarily disable external http support (--with-http)
- Temporarily disable systemd notify
- Add missing BuildRequires: git
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
---
diff --git a/ejabberd.spec b/ejabberd.spec
index 485d856..96d74b3 100644
--- a/ejabberd.spec
+++ b/ejabberd.spec
@@ -23,7 +23,7 @@
Name: ejabberd
Version: 14.07
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A distributed, fault-tolerant Jabber/XMPP server
Group: Applications/Internet
@@ -76,6 +76,7 @@ BuildRequires: pam-devel
BuildRequires: libyaml-devel
BuildRequires: erlang
BuildRequires: erlang-rebar
+BuildRequires: git
# FIXME
#BuildRequires: erlang-jiffy
#BuildRequires: erlang-lager
@@ -147,8 +148,8 @@ tar xvf %{S:14}
%build
autoreconf -ivf
-# Disabled: --enable-hipe --enable-roster-gateway-workaround --enable-transient_supervisors --enable-full-xml --enable-mssql --enable-tools --enable-riak
-%configure --enable-nif --enable-odbc --enable-mysql --enable-pgsql --enable-pam --enable-zlib --enable-json --enable-iconv --enable-debug --enable-http --enable-lager
+# Disabled: --enable-hipe --enable-roster-gateway-workaround --enable-transient_supervisors --enable-full-xml --enable-mssql --enable-tools --enable-riak --enable-http
+%configure --enable-nif --enable-odbc --enable-mysql --enable-pgsql --enable-pam --enable-zlib --enable-json --enable-iconv --enable-debug --enable-lager
make
%if 0%{?_with_hevea}
pushd doc
@@ -320,6 +321,11 @@ fi)
%changelog
+* Sun Aug 31 2014 Peter Lemenkov <lemenkov@gmail.com> - 14.07-2
+- Temporarily disable external http support (--with-http)
+- Temporarily disable systemd notify
+- Add missing BuildRequires: git
+
* Sat Aug 30 2014 Peter Lemenkov <lemenkov@gmail.com> - 14.07-1
- Ver. 14.07
- Dropped support for EPEL5, EPEL6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-23 19:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 19:07 [rpms/ejabberd] f45: Fixes Peter Lemenkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox