public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10.3: point to /run/news in tmpfiles.d drop-in
Date: Wed, 26 Aug 2026 08:55:29 GMT [thread overview]
Message-ID: <178773452930.1.11969631244031326595.rpms-inn-0215ac8d341f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10.3
Commit : 0215ac8d341f34a4975539ba82ccb74658dc4df4
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date : 2022-06-15T20:46:37+02:00
Stats : +5/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/0215ac8d341f34a4975539ba82ccb74658dc4df4?branch=epel10.3
Log:
point to /run/news in tmpfiles.d drop-in
---
diff --git a/inn.spec b/inn.spec
index 5dfab35..c796119 100644
--- a/inn.spec
+++ b/inn.spec
@@ -241,12 +241,12 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/*.a
# Documentation is installed via rpm %%doc directive
rm -rf $RPM_BUILD_ROOT/usr/doc/
-# Use tmpfiles.d to create /var/run/news
+# Use tmpfiles.d to create /run/news
install -d $RPM_BUILD_ROOT%{_tmpfilesdir}
cat <<EOF >$RPM_BUILD_ROOT%{_tmpfilesdir}/inn.conf
-D %{_localstatedir}/run/news 0755 news news -
+D /run/news 0755 news news -
EOF
-install -d -m 0755 $RPM_BUILD_ROOT%{_localstatedir}/run/news
+install -d -m 0755 $RPM_BUILD_ROOT/run/news
install -d %{buildroot}%{_presetdir}
cat <<EOF >%{buildroot}%{_presetdir}/80-inn.preset
@@ -344,7 +344,7 @@ fi
%defattr(-,news,news,-)
# tmpfile.d files
%{_tmpfilesdir}/inn.conf
-%dir %{_localstatedir}/run/news
+%dir /run/news
# /etc/news config files
%dir %{_sysconfdir}/news
%config(noreplace) %{_sysconfdir}/news/send-uucp.cf
@@ -560,6 +560,7 @@ fi
* Wed Jun 15 2022 Dominik Mierzejewski <dominik@greysector.net> - 2.6.5-1
- update to 2.6.5 (#2058851)
- drop obsolete patch
+- point to /run/news in tmpfiles.d drop-in
* Wed Sep 29 2021 Dominik Mierzejewski <rpm@greysector.net> - 2.6.4-8
- drop uucp from BuildRequires (not required for build) and make it a weak dep
reply other threads:[~2026-08-26 8:55 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=178773452930.1.11969631244031326595.rpms-inn-0215ac8d341f@fedoraproject.org \
--to=dominik@greysector.net \
--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