public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ejabberd] f45: Use the correct path for erl in ejabberdctl (#1393652).
@ 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 : 50efab6e5c9d6984e0c36f625c0a6b552923c1e8
Author : Randy Barlow <randy@electronsweatshop.com>
Date : 2016-11-10T01:19:56-05:00
Stats : +6/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/ejabberd/c/50efab6e5c9d6984e0c36f625c0a6b552923c1e8?branch=f45
Log:
Use the correct path for erl in ejabberdctl (#1393652).
Also, drop NoNewPrivileges=true from the unit file (#1393587).
---
diff --git a/ejabberd.service b/ejabberd.service
index 0f972d0..9a6afe5 100644
--- a/ejabberd.service
+++ b/ejabberd.service
@@ -23,7 +23,6 @@ PrivateTmp=true
PrivateDevices=true
ProtectHome=true
ProtectSystem=full
-NoNewPrivileges=true
[Install]
WantedBy=multi-user.target
diff --git a/ejabberd.spec b/ejabberd.spec
index 2c91d7a..8795528 100644
--- a/ejabberd.spec
+++ b/ejabberd.spec
@@ -5,7 +5,7 @@
Name: ejabberd
Version: 16.09
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A distributed, fault-tolerant Jabber/XMPP server
License: GPLv2+
@@ -126,7 +126,7 @@ sed -e "s*{{rootdir}}*%{_prefix}*" \
-e "s*{{sysconfdir}}*%{_sysconfdir}*" \
-e "s*{{localstatedir}}*/var*" \
-e "s*{{docdir}}*%{_datadir}/doc/%{name}*" \
- -e "s*{{erl}}*%{_erllibdir}/bin/erl*" \
+ -e "s*{{erl}}*%{_erldir}/bin/erl*" \
-e "s*{{epmd}}*%{_erllibdir}/bin/epmd*" ejabberdctl.template \
> ejabberdctl.example
@@ -283,6 +283,10 @@ fi)
%changelog
+* Thu Nov 10 2016 Randy Barlow <bowlofeggs@fedoraproject.org> - 16.09-2
+- Use the correct path for erl in ejabberdctl (#1393652).
+- Drop NoNewPrivileges=true from the unit file (#1393587).
+
* Mon Oct 17 2016 Randy Barlow <randy@electronsweatshop.com> - 16.09-1
- Update to 16.09 (#1376238).
^ 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 for erl in ejabberdctl (#1393652) Randy Barlow
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox