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: Stop shipping /usr/lib/tmpfiles.d/ejabberd.conf (#1186674).
Date: Wed, 23 Sep 2026 19:07:35 GMT	[thread overview]
Message-ID: <179019045561.1.6473503665484289326.rpms-ejabberd-bc9a0f9cbea4@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/ejabberd
            Branch : f45
            Commit : bc9a0f9cbea465d5e78fef9f0b6bc0addc5d7ffe
            Author : Randy Barlow <randy@electronsweatshop.com>
            Date   : 2017-02-20T09:25:57-05:00
            Stats  : +5/-6 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/ejabberd/c/bc9a0f9cbea465d5e78fef9f0b6bc0addc5d7ffe?branch=f45

            Log:
            Stop shipping /usr/lib/tmpfiles.d/ejabberd.conf (#1186674).

Also, stop putting a folder in /var/lock since that's a tmpfs.

---
diff --git a/ejabberd.spec b/ejabberd.spec
index dc5e039..ed3d5a4 100644
--- a/ejabberd.spec
+++ b/ejabberd.spec
@@ -5,7 +5,7 @@
 
 Name:           ejabberd
 Version:        17.01
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 License:        GPLv2+
 Summary:        A distributed, fault-tolerant Jabber/XMPP server
@@ -16,7 +16,6 @@ Source2:        ejabberd.logrotate
 
 # Support for systemd
 Source4:        ejabberd.service
-Source5:        ejabberd.tmpfiles.conf
 
 # PAM support
 Source9:        ejabberdctl.pam
@@ -169,7 +168,6 @@ install -D -p -m 0644 %{S:11} %{buildroot}%{_sysconfdir}/pam.d/ejabberd
 
 # install systemd entry
 install -D -m 0644 -p %{S:4} %{buildroot}%{_unitdir}/%{name}.service
-install -D -m 0644 -p %{S:5} %{buildroot}%{_tmpfilesdir}/%{name}.conf
 
 # install config for logrotate
 install -D -p -m 0644  %{S:2} %{buildroot}%{_sysconfdir}/logrotate.d/ejabberd
@@ -274,7 +272,6 @@ fi)
 %attr(640,ejabberd,ejabberd) %config(noreplace) %{_sysconfdir}/ejabberd/inetrc
 
 %{_unitdir}/%{name}.service
-%{_tmpfilesdir}/%{name}.conf
 
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
 %config(noreplace) %{_sysconfdir}/pam.d/%{name}
@@ -299,11 +296,14 @@ fi)
 %{_erllibdir}/%{name}-%{version}/priv/sql/*.sql
 
 %attr(750,ejabberd,ejabberd) %dir /var/lib/ejabberd
-%attr(750,ejabberd,ejabberd) %dir /var/lock/ejabberdctl
 %attr(750,ejabberd,ejabberd) %dir /var/log/ejabberd
 
 
 %changelog
+* Sun Feb 19 2017 Randy Barlow <bowlofeggs@fedoraproject.org> - 17.01-2
+- Stop shipping the unneeded /usr/lib/tmpfiles.d/ejabberd.conf (#1186674).
+- Stop putting a folder in /var/lock since that's a tmpfs.
+
 * Sun Feb 12 2017 Randy Barlow <bowlofeggs@fedoraproject.org> - 17.01-1
 - Update to 17.01 (#1416391).
 - https://blog.process-one.net/ejabberd-17-01/

diff --git a/ejabberd.tmpfiles.conf b/ejabberd.tmpfiles.conf
deleted file mode 100644
index 0ab3101..0000000
--- a/ejabberd.tmpfiles.conf
+++ /dev/null
@@ -1 +0,0 @@
-d /var/lock/ejabberdctl 0750 ejabberd ejabberd

                 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=179019045561.1.6473503665484289326.rpms-ejabberd-bc9a0f9cbea4@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