public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Randy Barlow <randy@electronsweatshop.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ejabberd] f45: Use the correct path to epmd in ejabberdctl (#1573006).
Date: Wed, 23 Sep 2026 19:07:44 GMT	[thread overview]
Message-ID: <179019046428.1.13437683935574765218.rpms-ejabberd-501b8d6fb8cc@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-09-23 19:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=179019046428.1.13437683935574765218.rpms-ejabberd-501b8d6fb8cc@fedoraproject.org \
    --to=randy@electronsweatshop.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox