Update to 11.0.3
This commit is contained in:
parent
657fef989b
commit
96216b1fa1
1
.gitignore
vendored
1
.gitignore
vendored
@ -55,3 +55,4 @@ bacula-docs-5.0.3.tar.bz2
|
|||||||
/bacula-11.0.0.tar.gz
|
/bacula-11.0.0.tar.gz
|
||||||
/bacula-11.0.1.tar.gz
|
/bacula-11.0.1.tar.gz
|
||||||
/bacula-11.0.2.tar.gz
|
/bacula-11.0.2.tar.gz
|
||||||
|
/bacula-11.0.3.tar.gz
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
diff -Naur bacula-11.0.2.old/examples/nagios/check_bacula/check_bacula.c bacula-11.0.2/examples/nagios/check_bacula/check_bacula.c
|
|
||||||
--- bacula-11.0.2.old/examples/nagios/check_bacula/check_bacula.c 2021-04-16 13:14:48.443226030 +0200
|
|
||||||
+++ bacula-11.0.2/examples/nagios/check_bacula/check_bacula.c 2021-04-16 13:15:04.773497587 +0200
|
|
||||||
@@ -324,7 +324,7 @@
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
- if (strncmp(item->D_sock, "Events:", strlen("Events:")) == 0) {
|
|
||||||
+ if (strncmp(item->D_sock->msg, "Events:", strlen("Events:")) == 0) {
|
|
||||||
/* Daemons can send events to the director, ignore them here */
|
|
||||||
continue;
|
|
||||||
}
|
|
@ -2,8 +2,8 @@
|
|||||||
%global username bacula
|
%global username bacula
|
||||||
|
|
||||||
Name: bacula
|
Name: bacula
|
||||||
Version: 11.0.2
|
Version: 11.0.3
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Cross platform network backup for Linux, Unix, Mac and Windows
|
Summary: Cross platform network backup for Linux, Unix, Mac and Windows
|
||||||
# See LICENSE for details
|
# See LICENSE for details
|
||||||
License: AGPLv3 with exceptions
|
License: AGPLv3 with exceptions
|
||||||
@ -43,8 +43,6 @@ Patch11: %{name}-docker-plugin.patch
|
|||||||
Patch12: %{name}-autoconf.patch
|
Patch12: %{name}-autoconf.patch
|
||||||
Patch13: %{name}-build-cdp-plugin.patch
|
Patch13: %{name}-build-cdp-plugin.patch
|
||||||
Patch14: %{name}-nagios.patch
|
Patch14: %{name}-nagios.patch
|
||||||
# Included in 11.0.3 - https://www.bacula.org/git/cgit.cgi/bacula/commit/?h=Branch-11.0&id=ef3a7fe40a2aee5e7acb3bf3144bba713c9cf982:
|
|
||||||
Patch15: %{name}-nagios-check-fix.patch
|
|
||||||
|
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
@ -632,6 +630,9 @@ exit 0
|
|||||||
%{_libdir}/nagios/plugins/check_bacula
|
%{_libdir}/nagios/plugins/check_bacula
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 31 2021 Simone Caronni <negativo17@gmail.com> - 11.0.3-1
|
||||||
|
- Update to 11.0.3.
|
||||||
|
|
||||||
* Fri Apr 16 2021 Simone Caronni <negativo17@gmail.com> - 11.0.2-3
|
* Fri Apr 16 2021 Simone Caronni <negativo17@gmail.com> - 11.0.2-3
|
||||||
- All scripts require sh, so use that also for the backup report.
|
- All scripts require sh, so use that also for the backup report.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (bacula-11.0.2.tar.gz) = 7e90352036a544b6a508547ae38660ca5d59b0bfd17126f346652e5c9977367ad9fe972e3f2823c10e7f8ffdcd1623ef24e8a82de030041762f0c0e09783e65c
|
SHA512 (bacula-11.0.3.tar.gz) = 753ef3f53079fe36e69791a3ff0c4230d611d86257c5ecbc28c2ec593e950b76dc9fedf3525c196b0742cc029d0a8023d31505c83d8d42ff3f48c3273b77c540
|
||||||
|
Loading…
Reference in New Issue
Block a user