From 501b8d6fb8cca6767ca59e8ccb4066bc05acbcb4 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Jun 05 2018 01:23:29 +0000 Subject: Use the correct path to epmd in ejabberdctl (#1573006). Signed-off-by: Randy Barlow --- diff --git a/ejabberd.spec b/ejabberd.spec index bba3fa7..321ad0c 100644 --- a/ejabberd.spec +++ b/ejabberd.spec @@ -23,7 +23,7 @@ Name: ejabberd Version: 18.03 -Release: 2%{?dist} +Release: 3%{?dist} BuildArch: noarch License: GPLv2+ @@ -205,7 +205,7 @@ sed -e "s*{{rootdir}}*%{_prefix}*" \ -e "s*{{localstatedir}}*/var*" \ -e "s*{{docdir}}*%{_datadir}/doc/%{name}*" \ -e "s*{{erl}}*%{_erldir}/bin/erl*" \ - -e "s*{{epmd}}*%{_erllibdir}/bin/epmd*" ejabberdctl.template \ + -e "s*{{epmd}}*%{_erldir}/bin/epmd*" ejabberdctl.template \ > ejabberdctl.example install -d -m 0750 %{buildroot}%{_sysconfdir}/%{name} @@ -392,6 +392,9 @@ fi %changelog +* Mon Jun 04 2018 Randy Barlow - 18.03-3 +- Use the correct path to epmd in ejabberdctl (#1573006). + * Sat Mar 31 2018 Jeremy Cline - 18.03-2 - Allow PostgreSQL and MySQL database connections in SELinux policy