Update to 7.0.5
This commit is contained in:
parent
5f381d68db
commit
d1f6286c79
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@ bacula-docs-5.0.3.tar.bz2
|
|||||||
/bacula-7.0.2.tar.gz
|
/bacula-7.0.2.tar.gz
|
||||||
/bacula-7.0.3.tar.gz
|
/bacula-7.0.3.tar.gz
|
||||||
/bacula-7.0.4.tar.gz
|
/bacula-7.0.4.tar.gz
|
||||||
|
/bacula-7.0.5.tar.gz
|
||||||
|
13
bacula.spec
13
bacula.spec
@ -2,8 +2,8 @@
|
|||||||
%global username bacula
|
%global username bacula
|
||||||
|
|
||||||
Name: bacula
|
Name: bacula
|
||||||
Version: 7.0.4
|
Version: 7.0.5
|
||||||
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
|
||||||
@ -39,6 +39,12 @@ Patch5: %{name}-7.0.3-seg-fault.patch
|
|||||||
Patch6: %{name}-5.2.13-logwatch.patch
|
Patch6: %{name}-5.2.13-logwatch.patch
|
||||||
Patch7: %{name}-7.0.3-non-free-code.patch
|
Patch7: %{name}-7.0.3-non-free-code.patch
|
||||||
Patch8: %{name}-7.0.3-tray-monitor-configure.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
|
Patch9: %{name}-7.0.4-autoconf.patch
|
||||||
|
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
@ -738,6 +744,9 @@ fi
|
|||||||
%{_libdir}/nagios/plugins/check_bacula
|
%{_libdir}/nagios/plugins/check_bacula
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 31 2014 Simone Caronni <negativo17@gmail.com> - 7.0.5-1
|
||||||
|
- Update to 7.0.5.
|
||||||
|
|
||||||
* Thu Jul 24 2014 Simone Caronni <negativo17@gmail.com> - 7.0.4-3
|
* Thu Jul 24 2014 Simone Caronni <negativo17@gmail.com> - 7.0.4-3
|
||||||
- Remove RPM filters, add back patch inadvertently removed during 7.0 upstream
|
- Remove RPM filters, add back patch inadvertently removed during 7.0 upstream
|
||||||
release.
|
release.
|
||||||
|
Loading…
Reference in New Issue
Block a user