[bacula] 5.0.3, BZ 624302.

Jon Ciesla limb at fedoraproject.org
Mon Aug 16 17:02:03 UTC 2010


commit c0a3f400a0739f7d6a464e71afa6ad7411e190c3
Author: Jon Ciesla <limb at jcomserv.net>
Date:   Mon Aug 16 12:01:39 2010 -0500

    5.0.3, BZ 624302.

 .gitignore  |    2 ++
 bacula.spec |   12 ++++++++++--
 sources     |    4 ++--
 3 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d086c27..0e301bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 bacula-5.0.2.tar.gz
 bacula-docs-5.0.2.tar.bz2
+bacula-5.0.3.tar.gz
+bacula-docs-5.0.3.tar.bz2
diff --git a/bacula.spec b/bacula.spec
index 68d4f05..d5fd1dd 100644
--- a/bacula.spec
+++ b/bacula.spec
@@ -7,8 +7,8 @@
 
 Summary: Cross platform network backup for Linux, Unix, Mac and Windows
 Name: bacula
-Version: 5.0.2
-Release: 8%{?dist}
+Version: 5.0.3
+Release: 1%{?dist}
 # See LICENSE for details
 License: GPLv2 with exceptions
 Group: System Environment/Daemons
@@ -45,6 +45,8 @@ Patch14: bacula-5.0.1-dsolink.patch
 Patch15: bacula-5.0.2-openssl.patch
 Patch16: bacula-5.0.2-config.patch
 Patch17: bacula-5.0.2-python27.patch
+Patch18: bacula-5.0.3-dsolink.patch
+
 URL: http://www.bacula.org
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: openssl-devel, atk-devel, ncurses-devel, pango-devel, perl
@@ -358,6 +360,7 @@ pushd bacula-%{version}
 %patch15 -p2 -b .openssl
 %patch16 -p2 -b .config
 %patch17 -p0 -b .python27
+%patch18 -p2
 
 # Remove execution permissions from files we're packaging as docs later on
 find examples -type f | xargs chmod -x
@@ -800,6 +803,7 @@ fi
 #%{_libdir}/bpipe-fd.so
 /usr/libexec/bacula/mtx-changer.conf
 %{_libexecdir}/bacula/bacula_config
+%{_libexecdir}/bacula/btraceback.mdb
 
 %files client
 %defattr(-,root,root,-)
@@ -1002,6 +1006,10 @@ fi
 
 
 %changelog
+* Tue Aug 10 2010 Jon Ciesla <limb at jcomserv.net> - 5.0.3-1
+- New upstream.
+- DSOlink fix for same.
+
 * Fri Jul 30 2010 Jon Ciesla <limb at jcomserv.net> - 5.0.2-8
 - Patched configure scripts for Python 2.7.
 
diff --git a/sources b/sources
index 25cd635..f7a51e8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-e9204d2e772f12662de28da3327853de  bacula-5.0.2.tar.gz
-7a6afbf592dde4fae0240d82ed3cb10d  bacula-docs-5.0.2.tar.bz2
+9de254ae39cab0587fdb2f5d8d90b03b  bacula-5.0.3.tar.gz
+7a00557dcf0dfa40de9e74176fefd1ae  bacula-docs-5.0.3.tar.bz2


More information about the scm-commits mailing list