[inn/f19] Fix typo in innd-nntpsend.service (#1043126)

Jochen Schmitt s4504kr at fedoraproject.org
Sat Dec 14 09:22:39 UTC 2013


commit 7cb57d1b6a4a7a7eb5f36eefe8fbf52679f58d8a
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Sat Dec 14 10:17:26 2013 +0100

    Fix typo in innd-nntpsend.service (#1043126)

 inn.spec              |   11 ++++++++++-
 innd-nntpsend.service |    2 +-
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/inn.spec b/inn.spec
index 1759b3f..8362891 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: 11%{?dist}
+Release: 14%{?dist}
 #see LICENSE file for details
 License: GPLv2+ and BSD and MIT and Public Domain
 Group: System Environment/Daemons
@@ -565,6 +565,15 @@ fi
 %{_mandir}/man1/inews*
 
 %changelog
+* Sat Dec 14 2013 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.3-14
+- Fix typo in innd-nntpsend.service (#1043126)
+
+* Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.3-13
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Wed Jul 17 2013 Petr Pisar <ppisar at redhat.com> - 2.5.3-12
+- Perl 5.18 rebuild
+
 * Tue May 28 2013 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.3-11
 - Fix typos in the posix patch (hint from upstream)
 
diff --git a/innd-nntpsend.service b/innd-nntpsend.service
index 3e23549..5ab1999 100644
--- a/innd-nntpsend.service
+++ b/innd-nntpsend.service
@@ -2,7 +2,7 @@
 Description=Inetnet News Daemon Sending News
 After=innd.service
 ConditionPathExists=/etc/news/inn.conf
-conditionPathExists=/run/news/inn.pid
+ConditionPathExists=/run/news/inn.pid
 
 [Service]
 User=news


More information about the scm-commits mailing list