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.3: Add a delay for the systemd timers on boot
Date: Wed, 26 Aug 2026 08:54:35 GMT	[thread overview]
Message-ID: <178773447512.1.17506987974599791807.rpms-inn-0abebceb20f5@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/inn
            Branch : epel10.3
            Commit : 0abebceb20f5b959ef7a35990f00aa7a5c950f70
            Author : Jochen Schmitt <Jochen@herr-schmitt.de>
            Date   : 2014-01-02T19:32:40+01:00
            Stats  : +17/-2 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/inn/c/0abebceb20f5b959ef7a35990f00aa7a5c950f70?branch=epel10.3

            Log:
            Add a delay for the systemd timers on boot

- Avoid warning when stopping timers during update
- Stricter Req. in inn-devel subpackage

---
diff --git a/inn.spec b/inn.spec
index f6e3994..b0ab867 100644
--- a/inn.spec
+++ b/inn.spec
@@ -3,7 +3,7 @@
 Summary: The InterNetNews system, an Usenet news server
 Name: inn
 Version: 2.5.3
-Release: 16%{?dist}
+Release: 17%{?dist}
 #see LICENSE file for details
 License: GPLv2+ and BSD and MIT and Public Domain
 Group: System Environment/Daemons
@@ -63,7 +63,7 @@ newsgate or tin.
 %package devel
 Summary: The INN (InterNetNews) library
 Group: Development/Libraries
-Requires: inn = %{version}
+Requires: inn = %{version}-%{release}
 Requires: %{name}-libs = %{version}-%{release}
 
 %description devel
@@ -308,6 +308,13 @@ if [ $1 = 0 ]; then
 fi
 
 %postun
+systemctl stop innd-expire.timer
+systemctl stop innd-nntpsend.timer
+systemctl stop innd-rnews.timer
+
+systemctl disable innd-expire.timer
+systemctl disable innd-nntpsend.timer
+systemctl disable innd-rnews.timer
 
 # Stop/disable misconfigured timer/service untis
 systemctl stop innd-expire.service
@@ -564,6 +571,11 @@ systemctl disable innd-rnews.service
 %{_mandir}/man1/inews*
 
 %changelog
+* Thu Jan  2 2014 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.3-17
+- Add a delay for the systemd timers on boot
+- Avoid warning when stopping timers during update
+- Stricter Req. in inn-devel subpackage
+
 * Sun Dec 29 2013 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.3-16
 - Additional rework on the systemd timer files
 

diff --git a/innd-expire.timer b/innd-expire.timer
index 3c05deb..a229e13 100644
--- a/innd-expire.timer
+++ b/innd-expire.timer
@@ -2,6 +2,7 @@
 Description=Inetnet News Daemon Exp
 
 [Timer]
+OnBootSec=3min
 OnUnitActiveSec=1d
 Unit=innd-expire.service
 

diff --git a/innd-nntpsend.timer b/innd-nntpsend.timer
index 22bdcd7..87b0293 100644
--- a/innd-nntpsend.timer
+++ b/innd-nntpsend.timer
@@ -2,6 +2,7 @@
 Description=Inetnet News Daemon NNTP Send
 
 [Timer]
+OnBootSec=3min
 OnUnitActiveSec=1h
 Unit=innd-nntpsend.service
 

diff --git a/innd-rnews.timer b/innd-rnews.timer
index b3d76ee..c0cedd8 100644
--- a/innd-rnews.timer
+++ b/innd-rnews.timer
@@ -2,6 +2,7 @@
 Description=Inetnet News Daemon Receiving News
 
 [Timer]
+OnBootSec=3min
 OnUnitActiveSec=1h
 Unit=innd-rnews.service
 

                 reply	other threads:[~2026-08-26  8:54 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=178773447512.1.17506987974599791807.rpms-inn-0abebceb20f5@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