From d1f6286c796750ef9fe51afccdec43a0d02a8928 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Thu, 31 Jul 2014 10:11:46 +0200 Subject: [PATCH] Update to 7.0.5 --- .gitignore | 1 + bacula.spec | 13 +++++++++++-- sources | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 08564ac..8959d53 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ bacula-docs-5.0.3.tar.bz2 /bacula-7.0.2.tar.gz /bacula-7.0.3.tar.gz /bacula-7.0.4.tar.gz +/bacula-7.0.5.tar.gz diff --git a/bacula.spec b/bacula.spec index 14b9810..f1d7e19 100644 --- a/bacula.spec +++ b/bacula.spec @@ -2,8 +2,8 @@ %global username bacula Name: bacula -Version: 7.0.4 -Release: 3%{?dist} +Version: 7.0.5 +Release: 1%{?dist} Summary: Cross platform network backup for Linux, Unix, Mac and Windows # See LICENSE for details License: AGPLv3 with exceptions @@ -39,6 +39,12 @@ Patch5: %{name}-7.0.3-seg-fault.patch Patch6: %{name}-5.2.13-logwatch.patch Patch7: %{name}-7.0.3-non-free-code.patch Patch8: %{name}-7.0.3-tray-monitor-configure.patch + +# Original patch removed by mistake, upstream is not willing to add it again: +# http://www.bacula.org/git/cgit.cgi/bacula/commit/?h=Branch-7.0&id=51b3b98fb77ab3c0decee455cc6c4d2eb3c5303a +# Without this, there is no library providing the correct shared object name +# required by the daemons. +# http://bugs.bacula.org/view.php?id=2084 Patch9: %{name}-7.0.4-autoconf.patch BuildRequires: desktop-file-utils @@ -738,6 +744,9 @@ fi %{_libdir}/nagios/plugins/check_bacula %changelog +* Thu Jul 31 2014 Simone Caronni - 7.0.5-1 +- Update to 7.0.5. + * Thu Jul 24 2014 Simone Caronni - 7.0.4-3 - Remove RPM filters, add back patch inadvertently removed during 7.0 upstream release. diff --git a/sources b/sources index 3d9cc53..8ee8def 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -219bde6b1f36625e69102c788bffa70b bacula-7.0.4.tar.gz +b4a99d673f5e1eaae8b257ccc610241f bacula-7.0.5.tar.gz