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: Restore perms on ejabberdctl to 755 (#1312709).
Date: Wed, 23 Sep 2026 19:07:24 GMT	[thread overview]
Message-ID: <179019044451.1.15809889740495448997.rpms-ejabberd-a904df504a98@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ejabberd
Branch : f45
Commit : a904df504a98eb68828f3a0e73164ae41b89ecf9
Author : Randy Barlow <randy@electronsweatshop.com>
Date   : 2016-02-28T23:22:45-05:00
Stats  : +7/-4 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/ejabberd/c/a904df504a98eb68828f3a0e73164ae41b89ecf9?branch=f45

Log:
Restore perms on ejabberdctl to 755 (#1312709).

---
diff --git a/ejabberd-0007-Install-into-BINDIR-instead-of-SBINDIR.patch b/ejabberd-0007-Install-into-BINDIR-instead-of-SBINDIR.patch
index f977b1d..11c057d 100644
--- a/ejabberd-0007-Install-into-BINDIR-instead-of-SBINDIR.patch
+++ b/ejabberd-0007-Install-into-BINDIR-instead-of-SBINDIR.patch
@@ -17,7 +17,7 @@
 -	[ -d $(SBINDIR) ] || $(INSTALL) -d -m 755 $(SBINDIR)
 -	$(INSTALL) -m 550 $(G_USER) ejabberdctl.example $(SBINDIR)/ejabberdctl
 +	[ -d $(BINDIR) ] || $(INSTALL) -d -m 755 $(BINDIR)
-+	$(INSTALL) -m 550 $(G_USER) ejabberdctl.example $(BINDIR)/ejabberdctl
++	$(INSTALL) -m 755 $(G_USER) ejabberdctl.example $(BINDIR)/ejabberdctl
  	# Elixir binaries
  	[ -d $(BINDIR) ] || $(INSTALL) -d -m 755 $(BINDIR)
  	[ -f deps/elixir/bin/iex ] && $(INSTALL) -m 550 $(G_USER) deps/elixir/bin/iex $(BINDIR)/iex || true

diff --git a/ejabberd.spec b/ejabberd.spec
index 6662b78..4dda024 100644
--- a/ejabberd.spec
+++ b/ejabberd.spec
@@ -12,14 +12,13 @@
 
 Name:           ejabberd
 Version:        16.01
-Release:        2%{?dist}
+Release:        3%{?dist}
 
 Summary:        A distributed, fault-tolerant Jabber/XMPP server
 License:        GPLv2+
 URL:            http://www.ejabberd.im/
 VCS:            scm:git:https://github.com/processone/ejabberd.git
 Source0:        https://github.com/processone/%{name}/archive/%{version}.tar.gz
-#Source1:        ejabberd-15.11-deps.tar.bz2
 Source2:        ejabberd.logrotate
 
 # Support for systemd
@@ -55,7 +54,7 @@ Patch6: ejabberd-0006-Enable-polkit-support.patch
 Patch7: ejabberd-0007-Install-into-BINDIR-instead-of-SBINDIR.patch
 # Fedora-specific
 # rbarlow: this patch failed to apply
-# Patch8:	ejabberd-0008-Disable-Erlang-version-check.patch
+# Patch8: ejabberd-0008-Disable-Erlang-version-check.patch
 # Fedora-specific
 # rbarlow: This patch failed to apply
 # Patch9: ejabberd-0009-Fix-permissions-for-captcha-script.patch
@@ -361,6 +360,10 @@ fi)
 
 
 %changelog
+* Sun Feb 28 2016 Randy Barlow <rbarlow@redhat.com> - 16.01-3
+- Set permissions to 755 on ejabberdctl so the ejabberd user can start the daemon (#1312709).
+- Drop the commented deps source, as it is not used.
+
 * Tue Feb 16 2016 Randy Barlow <rbarlow@redhat.com> - 16.01-2
 - Clean up the requirements, adding versions where they are known.
 

                 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=179019044451.1.15809889740495448997.rpms-ejabberd-a904df504a98@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