summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Barlow <randy@electronsweatshop.com>2016-04-15 11:59:47 -0400
committerRandy Barlow <randy@electronsweatshop.com>2016-04-15 11:59:47 -0400
commit41c48e4eb25e1f2e2f93077de00b6f4fe79e7982 (patch)
treec263137ef6f7a19ae830c1baeb68234517d99d51
parent95ac9cc3877d2eac0e8c3765e7a8c8f628cef6ce (diff)
downloadejabberd-41c48e4eb25e1f2e2f93077de00b6f4fe79e7982.tar.gz
ejabberd-41c48e4eb25e1f2e2f93077de00b6f4fe79e7982.tar.xz
ejabberd-41c48e4eb25e1f2e2f93077de00b6f4fe79e7982.zip
Remove the filter_provides statement from the spec.
-rw-r--r--ejabberd.spec11
1 files changed, 5 insertions, 6 deletions
diff --git a/ejabberd.spec b/ejabberd.spec
index f18b57e..a822778 100644
--- a/ejabberd.spec
+++ b/ejabberd.spec
@@ -1,18 +1,13 @@
%global _hardened_build 1
%global debug_package %{nil}
-# FIXME non-standard directory for storing *.so objects
-%{?filter_setup:
-%filter_provides_in %{_libdir}/ejabberd/priv/lib/.*\.so$
-%filter_setup
-}
%{expand: %(NIF_VER=`rpm -q erlang-erts --provides | grep --color=no erl_nif_version` ; if [ "$NIF_VER" != "" ]; then echo %%global __erlang_nif_version $NIF_VER ; fi)}
%{expand: %(DRV_VER=`rpm -q erlang-erts --provides | grep --color=no erl_drv_version` ; if [ "$DRV_VER" != "" ]; then echo %%global __erlang_drv_version $DRV_VER ; fi)}
Name: ejabberd
Version: 16.01
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: A distributed, fault-tolerant Jabber/XMPP server
License: GPLv2+
@@ -360,6 +355,10 @@ fi)
%changelog
+* Fri Apr 15 2016 Randy Barlow <rbarlow@redhat.com> - 16.01-5
+- Remove the filter_provides statement. It is no longer needed, and it is suspected to cause
+ problems with ARM dependencies.
+
* Sun Mar 06 2016 Randy Barlow <rbarlow@redhat.com> - 16.01-4
- Run ejabberdctl with bash when stopping in the unit file (#1314753).