public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10.3: Unghosting /var/run/news
@ 2026-08-26  8:54 Jochen Schmitt
  0 siblings, 0 replies; only message in thread
From: Jochen Schmitt @ 2026-08-26  8:54 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/inn
Branch : epel10.3
Commit : a0752c831be8a4f7a057005c17718f24015ba24d
Author : Jochen Schmitt <Jochen@herr-schmitt.de>
Date   : 2011-10-05T20:49:31+02:00
Stats  : +5/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/inn/c/a0752c831be8a4f7a057005c17718f24015ba24d?branch=epel10.3

Log:
Unghosting /var/run/news

---
diff --git a/inn.spec b/inn.spec
index 39dd403..3d77a93 100644
--- a/inn.spec
+++ b/inn.spec
@@ -1,7 +1,7 @@
 Summary: The InterNetNews system, an Usenet news server
 Name: inn
 Version: 2.5.2
-Release: 17%{?dist}
+Release: 18%{?dist}
 #see LICENSE file for details
 License: GPLv2+ and BSD and MIT and Public Domain
 Group: System Environment/Daemons
@@ -221,8 +221,6 @@ touch /var/log/news/news.crit
 touch /var/log/news/news.err
 chown -R news:news /var/log/news*
 
-systemd-tmpfiles --create %{_sysconfdir}/tmpfiles.d/inn.conf
-
 if [ $1 -eq 1 ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
 fi
@@ -305,7 +303,7 @@ fi
 %defattr(-,news,news,-)
 # tmpfile.d files
 %config(noreplace) %attr(-,root,root) %{_sysconfdir}/tmpfiles.d/inn.conf
-%ghost %dir %{_localstatedir}/run/news
+%dir %{_localstatedir}/run/news
 # /etc/news config files
 %dir %{_sysconfdir}/news
 %config(noreplace) %{_sysconfdir}/news/passwd.nntp
@@ -526,6 +524,9 @@ fi
 %{_mandir}/man1/inews*
 
 %changelog
+* Wed Oct  5 2011 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-18
+- Unghosting /var/run/news
+
 * Wed Oct  5 2011 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-17
 - Use tmpfiles.d to create /var/run/news
 - Clean up SPEC file 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-26  8:54 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:54 [rpms/inn] epel10.3: Unghosting /var/run/news Jochen Schmitt

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