public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ejabberd] f45: Stop shipping /usr/lib/tmpfiles.d/ejabberd.conf (#1186674).
@ 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 : 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

^ 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: Stop shipping /usr/lib/tmpfiles.d/ejabberd.conf (#1186674) Randy Barlow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox