Update to 7.0.1
This commit is contained in:
parent
76ff20d06c
commit
f0afcfd56a
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ bacula-docs-5.0.3.tar.bz2
|
||||
/bacula-5.2.12.tar.gz
|
||||
/bacula-5.2.13.tar.gz
|
||||
/bacula-7.0.0.tar.gz
|
||||
/bacula-7.0.1.tar.gz
|
||||
|
18501
bacula-7.0.0-git.patch
18501
bacula-7.0.0-git.patch
File diff suppressed because it is too large
Load Diff
14
bacula.spec
14
bacula.spec
@ -2,8 +2,8 @@
|
||||
%global username bacula
|
||||
|
||||
Name: bacula
|
||||
Version: 7.0.0
|
||||
Release: 3%{?dist}
|
||||
Version: 7.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Cross platform network backup for Linux, Unix, Mac and Windows
|
||||
# See LICENSE for details
|
||||
License: AGPLv3 with exceptions
|
||||
@ -39,7 +39,6 @@ Patch5: %{name}-5.2.12-seg-fault.patch
|
||||
Patch6: %{name}-5.2.13-logwatch.patch
|
||||
Patch7: %{name}-non-free-code.patch
|
||||
Patch8: %{name}-7.0.0-configure.patch
|
||||
Patch9: %{name}-7.0.0-git.patch
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: perl
|
||||
@ -55,7 +54,6 @@ BuildRequires: mysql-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: postgresql-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: zlib-devel
|
||||
@ -303,7 +301,6 @@ Provides check_bacula support for Nagios.
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p2
|
||||
cp %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} .
|
||||
|
||||
# Remove execution permissions from files we're packaging as docs later on
|
||||
@ -339,7 +336,6 @@ export CPPFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/ncurses"
|
||||
--with-pid-dir=%{_localstatedir}/run \
|
||||
--with-plugindir=%{_libdir}/bacula \
|
||||
--with-postgresql \
|
||||
--with-python \
|
||||
--with-scriptdir=%{_libexecdir}/bacula \
|
||||
--with-sd-password=@@SD_PASSWORD@@ \
|
||||
--with-smtp-host=localhost \
|
||||
@ -582,7 +578,6 @@ fi
|
||||
%{_libdir}/libbac-%{version}.so
|
||||
%{_libdir}/libbaccfg-%{version}.so
|
||||
%{_libdir}/libbacfind-%{version}.so
|
||||
%{_libdir}/libbacpy-%{version}.so
|
||||
|
||||
%files libs-sql
|
||||
%defattr(-,root,root,-)
|
||||
@ -735,7 +730,6 @@ fi
|
||||
%{_libdir}/libbac.so
|
||||
%{_libdir}/libbaccfg.so
|
||||
%{_libdir}/libbacfind.so
|
||||
%{_libdir}/libbacpy.so
|
||||
%{_libdir}/libbacsql.so
|
||||
|
||||
%files -n nagios-plugins-bacula
|
||||
@ -743,6 +737,10 @@ fi
|
||||
%{_libdir}/nagios/plugins/check_bacula
|
||||
|
||||
%changelog
|
||||
* Tue Apr 01 2014 Simone Caronni <negativo17@gmail.com> - 7.0.1-1
|
||||
- Update to 7.0.1; remove Python.
|
||||
- Drop git patch.
|
||||
|
||||
* Sun Mar 30 2014 Simone Caronni <negativo17@gmail.com> - 7.0.0-3
|
||||
- Update git patch.
|
||||
- Sort file sections.
|
||||
|
Loading…
Reference in New Issue
Block a user