public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peter Lemenkov <lemenkov@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ejabberd] f45: Fixed rhbz #758601 (no /etc/pam.d/password-auth in EL5)
Date: Wed, 23 Sep 2026 19:07:09 GMT	[thread overview]
Message-ID: <179019042959.1.18292894490118765944.rpms-ejabberd-36e37caf9945@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/ejabberd
            Branch : f45
            Commit : 36e37caf9945667e0ae65572432bff73948b1251
            Author : Peter Lemenkov <lemenkov@gmail.com>
            Date   : 2012-07-15T11:31:57+04:00
            Stats  : +11/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ejabberd/c/36e37caf9945667e0ae65572432bff73948b1251?branch=f45

            Log:
            Fixed rhbz #758601 (no /etc/pam.d/password-auth in EL5)

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>

---
diff --git a/ejabberd.spec b/ejabberd.spec
index 05c4cea..10d126e 100644
--- a/ejabberd.spec
+++ b/ejabberd.spec
@@ -11,7 +11,7 @@
 
 Name:           ejabberd
 Version:        2.1.11
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A distributed, fault-tolerant Jabber/XMPP server
 
 Group:          Applications/Internet
@@ -161,6 +161,11 @@ ln -s consolehelper %{buildroot}%{_bindir}/ejabberdctl
 install -D -p -m 0644 %{S:9} %{buildroot}%{_sysconfdir}/pam.d/ejabberdctl
 install -D -p -m 0644 %{S:10} %{buildroot}%{_sysconfdir}/security/console.apps/ejabberdctl
 install -D -p -m 0644 %{S:11} %{buildroot}%{_sysconfdir}/pam.d/ejabberd
+%if 0%{?el5}
+# No password-auth PAM scheme in EL5 - see rhbz #758601
+sed -i -e "s,password-auth,system-auth,g" %{buildroot}%{_sysconfdir}/pam.d/ejabberd
+%endif
+
 
 %if 0%{?fedora} > 14
 # install systemd entry
@@ -387,9 +392,13 @@ rm -rf %{buildroot}
 %doc %{_docdir}/%{name}-%{version}/*.txt
 
 %changelog
+* Sun Jul 15 2012 Peter Lemenkov <lemenkov@gmail.com> - 2.1.11-3
+- Fixed rhbz #758601 (no /etc/pam.d/password-auth in EL5)
+
 * Sun Jul 15 2012 Peter Lemenkov <lemenkov@gmail.com> - 2.1.11-2
-- Updated mod_Admin_extra to work with R15B (see rhbz #840039)
+- Updated mod_admin_extra to work with R15B (see rhbz #840039)
 - Updated list of arches where we don't have hevea
+- Dropped abandonded and not working modules
 
 * Sun May 06 2012 Peter Lemenkov <lemenkov@gmail.com> - 2.1.11-1
 - Ver. 2.1.11

                 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=179019042959.1.18292894490118765944.rpms-ejabberd-36e37caf9945@fedoraproject.org \
    --to=lemenkov@gmail.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