From f916cb8e021f06187dcbfffb40c36521be46ebbd Mon Sep 17 00:00:00 2001 From: Andreas Thienemann Date: Sep 13 2007 10:48:09 +0000 Subject: - Applied restore fix to sd. #288981 --- diff --git a/bacula.spec b/bacula.spec index 7b208b5..c793ea5 100644 --- a/bacula.spec +++ b/bacula.spec @@ -8,7 +8,7 @@ Summary: Cross platform network backup for Linux, Unix, Mac and Windows Name: bacula Version: 2.0.3 -Release: 9%{?dist} +Release: 10%{?dist} License: GPL Group: System Environment/Daemons Source0: http://download.sourceforge.net/bacula/bacula-%{version}.tar.gz @@ -33,6 +33,7 @@ Patch6: 2.0.3-maxwaittime.patch Patch7: 2.0.3-scheduler-next-hour.patch Patch8: 2.0.3-verify.patch Patch9: 2.0.3-tls-disconnect.patch +Patch10: 2.0.3-restore.patch #Patch10: bacula-web-smarty.patch URL: http://www.bacula.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -330,6 +331,7 @@ pushd bacula-%{version} %patch7 -p0 %patch8 -p0 %patch9 -p0 +%patch10 -p1 # Remove execution permissions from files we're packaging as docs later on find examples -type f | xargs chmod -x @@ -919,6 +921,9 @@ fi %changelog +* Thu Sep 13 2007 Andreas Thienemann 2.0.3-10 +- Applied restore fix to sd. #288981 + * Wed Jul 25 2007 Andreas Thienemann 2.0.3-9 - Corrected the %%post alternatives calls. Fixing #249560.