[cronie] Drop INSTALL from docs, fix rpmlint tabs vs spaces warning.

Ville Skyttä scop at fedoraproject.org
Thu Jan 16 20:05:11 UTC 2014


commit 33d5961320c7e1f53233ed2da45edee26000a599
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Thu Jan 16 22:05:22 2014 +0200

    Drop INSTALL from docs, fix rpmlint tabs vs spaces warning.

 cronie.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/cronie.spec b/cronie.spec
index a4fefcd..08c077b 100644
--- a/cronie.spec
+++ b/cronie.spec
@@ -6,7 +6,7 @@
 Summary:   Cron daemon for executing programs at set times
 Name:      cronie
 Version:   1.4.11
-Release:   4%{?dist}
+Release:   5%{?dist}
 Patch0:    correct-env.patch
 Patch1:    unitfile-killprocess.patch
 License:   MIT and BSD and ISC and GPLv2+
@@ -171,7 +171,7 @@ exit 0
 /bin/systemctl try-restart crond.service >/dev/null 2>&1 || :
 
 %files
-%doc AUTHORS COPYING INSTALL README ChangeLog
+%doc AUTHORS COPYING README ChangeLog
 %attr(755,root,root) %{_sbindir}/crond
 %attr(4755,root,root) %{_bindir}/crontab
 %{_mandir}/man8/crond.*
@@ -203,6 +203,9 @@ exit 0
 %attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs
 
 %changelog
+* Thu Jan 16 2014 Ville Skyttä <ville.skytta at iki.fi> - 1.4.11-5
+- Drop INSTALL from docs, fix rpmlint tabs vs spaces warning.
+
 * Wed Sep 25 2013 Marcela Mašláňová <mmaslano at redhat.com> - 1.4.11-4
 - some jobs are not executed because not all environment variables are set 995590
 - cronie's systemd script use "KillMode=process" 919290
@@ -419,7 +422,7 @@ exit 0
 
 * Tue Feb  5 2008 Marcela Maslanova <mmaslano at redhat.com> - 1.0-3
 - 431366 trigger part => after update from vixie-cron on cronie will 
-	be daemon running.
+  be daemon running.
 
 * Wed Jan 30 2008 Marcela Maslanova <mmaslano at redhat.com> - 1.0-2
 - change the provides on higher version than obsoletes


More information about the scm-commits mailing list