public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ejabberd] f45: Use the correct path to epmd in ejabberdctl (#1573006).
@ 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 : 501b8d6fb8cca6767ca59e8ccb4066bc05acbcb4
            Author : Randy Barlow <randy@electronsweatshop.com>
            Date   : 2018-06-04T21:23:29-04:00
            Stats  : +5/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ejabberd/c/501b8d6fb8cca6767ca59e8ccb4066bc05acbcb4?branch=f45

            Log:
            Use the correct path to epmd in ejabberdctl (#1573006).

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>

---
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 <bowlofeggs@fedoraproject.org> - 18.03-3
+- Use the correct path to epmd in ejabberdctl (#1573006).
+
 * Sat Mar 31 2018 Jeremy Cline <jeremy@jcline.org> - 18.03-2
 - Allow PostgreSQL and MySQL database connections in SELinux policy
 

^ 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: Use the correct path to epmd in ejabberdctl (#1573006) Randy Barlow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox