public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10: point to /run/news in tmpfiles.d drop-in
@ 2026-08-26 8:07 Dominik 'Rathann' Mierzejewski
0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-08-26 8:07 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10
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
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-26 8:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26 8:07 [rpms/inn] epel10: point to /run/news in tmpfiles.d drop-in Dominik 'Rathann' Mierzejewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox