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 erl and epmd symlinks from bindir (#1573006).
Date: Wed, 23 Sep 2026 19:07:47 GMT	[thread overview]
Message-ID: <179019046754.1.7971354599364892632.rpms-ejabberd-350e655e9b18@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/ejabberd
            Branch : f45
            Commit : 350e655e9b18ab0b6351cb318578dde850d38e3e
            Author : Randy Barlow <randy@electronsweatshop.com>
            Date   : 2018-09-01T00:23:28-04:00
            Stats  : +6/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ejabberd/c/350e655e9b18ab0b6351cb318578dde850d38e3e?branch=f45

            Log:
            Use erl and epmd symlinks from bindir (#1573006).

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

---
diff --git a/ejabberd.spec b/ejabberd.spec
index 1b68d64..9dff6e0 100644
--- a/ejabberd.spec
+++ b/ejabberd.spec
@@ -24,7 +24,7 @@
 
 Name:           ejabberd
 Version:        18.06
-Release:        1%{?dist}
+Release:        2%{?dist}
 BuildArch:      noarch
 
 License:        GPLv2+
@@ -205,8 +205,8 @@ sed -e "s*{{rootdir}}*%{_prefix}*" \
     -e "s*{{sysconfdir}}*%{_sysconfdir}*" \
     -e "s*{{localstatedir}}*/var*" \
     -e "s*{{docdir}}*%{_datadir}/doc/%{name}*" \
-    -e "s*{{erl}}*%{_erldir}/bin/erl*" \
-    -e "s*{{epmd}}*%{_erldir}/bin/epmd*" ejabberdctl.template \
+    -e "s*{{erl}}*%{_bindir}/erl*" \
+    -e "s*{{epmd}}*%{_bindir}/epmd*" ejabberdctl.template \
 > ejabberdctl.example
 
 install -d -m 0750 %{buildroot}%{_sysconfdir}/%{name}
@@ -393,6 +393,9 @@ fi
 
 
 %changelog
+* Fri Aug 31 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 18.06-2
+- Use erl and epmd symlinks from bindir instead of trying to use the archful ones (#1573006).
+
 * Sun Jul 29 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 18.06-1
 - Update to 18.06 (#1596197).
 - https://blog.process-one.net/ejabberd-18-06/

                 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=179019046754.1.7971354599364892632.rpms-ejabberd-350e655e9b18@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