[logcheck] update to new version and also fix rhbz#989074

Matthias Runge mrunge at fedoraproject.org
Mon Jul 29 11:37:03 UTC 2013


commit 99fe22ceefc8e50c771657c0e5b9e8da26d3724f
Author: Matthias Runge <mrunge at redhat.com>
Date:   Mon Jul 29 13:36:17 2013 +0200

    update to new version and also fix rhbz#989074

 .gitignore    |    1 +
 logcheck.spec |   13 +++++++++----
 sources       |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fe6f078..686749e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /logcheck_1.3.13.tar.gz
 /logcheck_1.3.14.tar.gz
+/logcheck_1.3.15.tar.gz
diff --git a/logcheck.spec b/logcheck.spec
index a6d96ce..4ef278d 100644
--- a/logcheck.spec
+++ b/logcheck.spec
@@ -1,6 +1,6 @@
 Name:           logcheck 
-Version:        1.3.14
-Release:        9%{?dist}
+Version:        1.3.15
+Release:        1%{?dist}
 Summary:        Analyzes log files and sends noticeable events as email 
 
 License:        GPLv2
@@ -14,7 +14,9 @@ Patch0:         logcheck-dhclient.patch
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Requires:       lockfile-progs perl-mime-construct
+Requires:       lockfile-progs
+Requires:       perl-mime-construct
+Requires:       crontabs
 Requires(pre):  shadow-utils
 BuildRequires:  docbook-utils
 
@@ -88,7 +90,6 @@ getent passwd logcheck >/dev/null || \
 exit 0
 
 %files
-%defattr(-,root,root,-)
 %attr(0755,root,root) %dir %{_sysconfdir}/%{name}/
 %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/logcheck.conf
 %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/logcheck.logfiles
@@ -116,6 +117,10 @@ exit 0
 
 
 %changelog
+* Mon Jul 29 2013 Matthias Runge <mrunge at redhat.com> - 1.3.15-1
+- update to 1.3.15
+- requires: crontabs, fixes rhbz#989074
+
 * Wed Jul 17 2013 Petr Pisar <ppisar at redhat.com> - 1.3.14-9
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index fab05a8..df820a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cbd32dbdcb877f267636205f33ede790  logcheck_1.3.14.tar.gz
+e3f002fddcdc01856c811872f4082a11  logcheck_1.3.15.tar.gz


More information about the scm-commits mailing list