public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ejabberd] f45: Restore perms on ejabberdctl to 755 (#1312709).
@ 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 : 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.
^ 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: Restore perms on ejabberdctl to 755 (#1312709) Randy Barlow
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox