From aa86dd3895f679e8603ee2a3e558aed28ab5f985 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: May 02 2016 13:19:20 +0000 Subject: Logrotate fix. --- diff --git a/argus.logrotate b/argus.logrotate index 85a0e2f..e42b898 100644 --- a/argus.logrotate +++ b/argus.logrotate @@ -1,9 +1,8 @@ # logrotate configuration file for package argus -compress - /var/lib/argus/argus.out { daily rotate 366 missingok olddir /var/lib/argus/archive + compress } diff --git a/argus.spec b/argus.spec index ad4ff2a..fdf293d 100644 --- a/argus.spec +++ b/argus.spec @@ -2,7 +2,7 @@ %global clientversion 3.0.8 Name: argus Version: 3.0.8 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Network transaction audit tool License: GPLv2+ Group: Applications/Internet @@ -139,6 +139,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d %{_includedir}/argus/ %changelog +* Mon May 02 2016 Jon Ciesla - 3.0.8-6 +- Only have logrotate compress argus logs, not all logs. BZ 1332098. + * Wed Feb 03 2016 Fedora Release Engineering - 3.0.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild