From 65d849bd380623526d9de45650ae221e1d41f7b7 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Fri, 20 Jan 2012 18:03:42 +0100 Subject: [PATCH] Fix for rhbz#728693 --- ...la-5.2.2-log-path.patch => bacula-5.2.4-log-path.patch | 8 ++++++++ bacula.spec | 7 +++++-- 2 files changed, 13 insertions(+), 2 deletions(-) rename bacula-5.2.2-log-path.patch => bacula-5.2.4-log-path.patch (66%) diff --git a/bacula-5.2.2-log-path.patch b/bacula-5.2.4-log-path.patch similarity index 66% rename from bacula-5.2.2-log-path.patch rename to bacula-5.2.4-log-path.patch index c9c763d..aec5d45 100644 --- a/bacula-5.2.2-log-path.patch +++ b/bacula-5.2.4-log-path.patch @@ -19,3 +19,11 @@ diff -Naur bacula-5.2.2.old/src/dird/bacula-dir.conf.in bacula-5.2.2/src/dird/ba } # Default pool definition +diff -Naur bacula-5.2.4.old/scripts/logwatch/logfile.bacula.conf.in bacula-5.2.4/scripts/logwatch/logfile.bacula.conf.in +--- bacula-5.2.4.old/scripts/logwatch/logfile.bacula.conf.in 2012-01-20 17:56:38.650667075 +0100 ++++ bacula-5.2.4/scripts/logwatch/logfile.bacula.conf.in 2012-01-20 17:58:24.199868050 +0100 +@@ -1,3 +1,4 @@ + # What actual file? Defaults to LogPath if not absolute path.... + LogFile = @working_dir@/log ++LogFile = @logdir@/bacula.log + diff --git a/bacula.spec b/bacula.spec index b31cc14..e82c53e 100644 --- a/bacula.spec +++ b/bacula.spec @@ -3,7 +3,7 @@ Name: bacula Version: 5.2.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Cross platform network backup for Linux, Unix, Mac and Windows # See LICENSE for details License: GPLv2 with exceptions @@ -31,7 +31,7 @@ Source18: bacula-checkconf Patch1: bacula-5.2.2-hostname.patch Patch2: bacula-5.0.2-openssl.patch Patch3: bacula-5.2.2-queryfile.patch -Patch5: bacula-5.2.2-log-path.patch +Patch5: bacula-5.2.4-log-path.patch Patch6: bacula-5.0.3-sqlite-priv.patch Patch8: bacula-5.2.2-qt-console-optflags.patch @@ -797,6 +797,9 @@ fi %changelog +* Fri Jan 20 2012 Simone Caronni - 5.2.4-3 +- Fix for rhbz#728693. + * Fri Jan 20 2012 Simone Caronni - 5.2.4-2 - Close bugs rhbz#708712, rhbz#556669, rhbz#726147