Re-add autoconf patch erraneously removed

This commit is contained in:
Simone Caronni 2015-12-13 13:01:40 +01:00
parent 1592ddf2ad
commit 949abfaa47

View File

@ -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.