public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ejabberd] f45: Use erl and epmd symlinks from bindir (#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 : 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/
^ 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 erl and epmd symlinks from bindir (#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