From 949abfaa47b1e571dce63386df7f0411be401b6c Mon Sep 17 00:00:00 2001
From: Simone Caronni <negativo17@gmail.com>
Date: Sun, 13 Dec 2015 13:01:40 +0100
Subject: [PATCH] Re-add autoconf patch erraneously removed

---
 bacula.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/bacula.spec b/bacula.spec
index 385d52c..489712e 100644
--- a/bacula.spec
+++ b/bacula.spec
@@ -3,7 +3,7 @@
 
 Name:               bacula
 Version:            7.2.0
-Release:            2%{?dist}
+Release:            3%{?dist}
 Summary:            Cross platform network backup for Linux, Unix, Mac and Windows
 # See LICENSE for details
 License:            AGPLv3 with exceptions
@@ -332,6 +332,7 @@ Provides check_bacula support for Nagios.
 %patch6 -p1
 %patch7 -p1
 %patch8 -p2
+%patch10 -p1
 cp %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} .
 
 # Remove execution permissions from files we're packaging as docs later on
@@ -772,6 +773,9 @@ fi
 %{_libdir}/nagios/plugins/check_bacula
 
 %changelog
+* Sun Dec 13 2015 Simone Caronni <negativo17@gmail.com> - 7.2.0-3
+- Re-add autoconf patch erraneously removed.
+
 * Fri Dec 11 2015 Simone Caronni <negativo17@gmail.com> - 7.2.0-2
 - Add fixes from upstream 7.2 branch.