Fix for rhbz#728693
This commit is contained in:
parent
e48b5c70c8
commit
65d849bd38
@ -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
|
||||
|
@ -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 <negativo17@gmail.com> - 5.2.4-3
|
||||
- Fix for rhbz#728693.
|
||||
|
||||
* Fri Jan 20 2012 Simone Caronni <negativo17@gmail.com> - 5.2.4-2
|
||||
- Close bugs rhbz#708712, rhbz#556669, rhbz#726147
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user