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 for erl in ejabberdctl (#1393652).
Date: Wed, 23 Sep 2026 19:07:32 GMT	[thread overview]
Message-ID: <179019045231.1.903332210219726858.rpms-ejabberd-50efab6e5c9d@fedoraproject.org> (raw)

            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).
 

                 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=179019045231.1.903332210219726858.rpms-ejabberd-50efab6e5c9d@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