Bugzilla – Bug 155331
sysstat-6.0.2: Files under /var/log/sa will be erased during normal package updates
Last modified: 2006-03-06 13:09:02 UTC
According to the Spec-File for sysstat the cleanup in %preun does: %preun rm -f %{_var}/log/sa/* Performance Date should not be deleted while updating a package. Suggestion: %preun case ${1} in 0) printf "%s\n" "Uninstalling %{name} - removing sar Data in %{_var}/log/sa" %{__rm} -f %{_var}/log/sa/* ;; esac
The file format is not compatible across different versions.