public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jochen Schmitt <Jochen@herr-schmitt.de>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10: using of %{_tmpfilesdir} instaead of %{_sysconfdir}/tmpfiles.d/
Date: Wed, 26 Aug 2026 08:06:33 GMT [thread overview]
Message-ID: <178773159301.1.9081728513255055792.rpms-inn-2aca17cecb02@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10
Commit : 2aca17cecb0272311757158cd933de23540b31d4
Author : Jochen Schmitt <Jochen@herr-schmitt.de>
Date : 2013-01-23T17:12:17+01:00
Stats : +7/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/2aca17cecb0272311757158cd933de23540b31d4?branch=epel10
Log:
using of %{_tmpfilesdir} instaead of %{_sysconfdir}/tmpfiles.d/
---
diff --git a/inn.spec b/inn.spec
index 924e223..77dd038 100644
--- a/inn.spec
+++ b/inn.spec
@@ -1,7 +1,7 @@
Summary: The InterNetNews system, an Usenet news server
Name: inn
Version: 2.5.3
-Release: 6%{?dist}
+Release: 7%{?dist}
#see LICENSE file for details
License: GPLv2+ and BSD and MIT and Public Domain
Group: System Environment/Daemons
@@ -211,8 +211,8 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/*.a
rm -rf $RPM_BUILD_ROOT/usr/doc/
# Use tmpfiles.d to create /var/run/news
-install -d $RPM_BUILD_ROOT%{_sysconfdir}/tmpfiles.d
-cat <<EOF >$RPM_BUILD_ROOT%{_sysconfdir}/tmpfiles.d/inn.conf
+install -d $RPM_BUILD_ROOT%{_tmpfilesdir}
+cat <<EOF >$RPM_BUILD_ROOT%{_tmpfilesdir}/inn.conf
D %{_localstatedir}/run/news 0755 news news -
EOF
install -d -m 0755 $RPM_BUILD_ROOT%{_localstatedir}/run/news
@@ -314,7 +314,7 @@ fi
%{_unitdir}/innd-rnews.timer
%defattr(-,news,news,-)
# tmpfile.d files
-%config(noreplace) %attr(-,root,root) %{_sysconfdir}/tmpfiles.d/inn.conf
+%{_tmpfilesdir}/inn.conf
%dir %{_localstatedir}/run/news
# /etc/news config files
%dir %{_sysconfdir}/news
@@ -542,6 +542,9 @@ fi
%{_mandir}/man1/inews*
%changelog
+* Wed Jan 23 2013 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.3-7
+- using of %%{_tmpfilesdir} instaead of %%{_sysconfdir}/tmpfiles.d/
+
* Tue Jan 22 2013 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.3-6
- Fix some issues with the systemd timer units
next reply other threads:[~2026-08-26 8:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-26 8:06 Jochen Schmitt [this message]
2026-08-26 8:06 [rpms/inn] epel10: Using of %{_tmpfilesdir} instaead of %{_sysconfdir}/tmpfiles.d/ Jochen Schmitt
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=178773159301.1.9081728513255055792.rpms-inn-2aca17cecb02@fedoraproject.org \
--to=jochen@herr-schmitt.de \
--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