Update to 5.2.9
This commit is contained in:
parent
cd32a5c042
commit
154d0ad7eb
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ bacula-docs-5.0.3.tar.bz2
|
||||
/bacula-5.2.6.tar.gz
|
||||
/bacula-5.2.7.tar.gz
|
||||
/bacula-5.2.8.tar.gz
|
||||
/bacula-5.2.9.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
%global username bacula
|
||||
|
||||
Name: bacula
|
||||
Version: 5.2.8
|
||||
Release: 2%{?dist}
|
||||
Version: 5.2.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Cross platform network backup for Linux, Unix, Mac and Windows
|
||||
# See LICENSE for details
|
||||
License: AGPLv3 with exceptions
|
||||
@ -33,7 +33,6 @@ Patch2: bacula-5.2.2-queryfile.patch
|
||||
Patch3: bacula-5.2.4-log-path.patch
|
||||
Patch4: bacula-5.0.3-sqlite-priv.patch
|
||||
Patch5: bacula-5.2.7-bat-build.patch
|
||||
Patch6: bacula-5.2.8-restore-termlib.patch
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: perl
|
||||
@ -292,7 +291,6 @@ Provides check_bacula support for Nagios.
|
||||
%patch3 -p1 -b .log-path
|
||||
%patch4 -p0 -b .priv
|
||||
%patch5 -p1 -b .bat-build
|
||||
%patch6 -p1 -b .restore-termlib
|
||||
|
||||
# Remove execution permissions from files we're packaging as docs later on
|
||||
find updatedb -type f | xargs chmod -x
|
||||
@ -845,6 +843,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 12 2012 Simone Caronni <negativo17@gmail.com> - 5.2.9-1
|
||||
- Update to 5.2.9, remove termlib patch.
|
||||
|
||||
* Mon Jun 11 2012 Simone Caronni <negativo17@gmail.com> - 5.2.8-2
|
||||
- Fix console build on RHEL 5.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user