public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ejabberd] f45: Remove the filter_provides statement from the spec.
@ 2026-09-23 19:07 Randy Barlow
0 siblings, 0 replies; only message in thread
From: Randy Barlow @ 2026-09-23 19:07 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ejabberd
Branch : f45
Commit : 41c48e4eb25e1f2e2f93077de00b6f4fe79e7982
Author : Randy Barlow <randy@electronsweatshop.com>
Date : 2016-04-15T11:59:47-04:00
Stats : +5/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ejabberd/c/41c48e4eb25e1f2e2f93077de00b6f4fe79e7982?branch=f45
Log:
Remove the filter_provides statement from the spec.
---
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).
^ 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: Remove the filter_provides statement from the spec Randy Barlow
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox