# Rotate log files weekly.
weekly
-# Keep 10 weeks worth of backlogs.
-rotate 10
+# Keep 52 weeks (one year) worth of backlogs.
+rotate 52
# Rotate logs when they grow bigger than 100kB
minsize 100k
# Create new (empty) log files after rotating old ones.
create 640 root logs
-# use date as a suffix of the rotated file
+# Use date as a suffix of the rotated file.
dateext
# Uncomment this if you want your log files compressed.
compress
-# Postpone compression of the previous log file to the next rotation cycle.
+# Do not postpone compression of the previous log.
nodelaycompress
# If the log file is missing, go on to the next one without issuing
Summary(uk.UTF-8): Ротує, компресує, видаляє та відправляє поштою лог-файли
Name: logrotate
Version: 3.14.0
-Release: 1
+Release: 2
License: GPL v2+
Group: Applications/System
Source0: https://github.com/logrotate/logrotate/releases/download/%{version}/%{name}-%{version}.tar.xz