Update to 7.0.1

This commit is contained in:
Simone Caronni 2014-04-01 09:11:03 +02:00
parent 76ff20d06c
commit f0afcfd56a
4 changed files with 8 additions and 18510 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@ bacula-docs-5.0.3.tar.bz2
/bacula-5.2.12.tar.gz /bacula-5.2.12.tar.gz
/bacula-5.2.13.tar.gz /bacula-5.2.13.tar.gz
/bacula-7.0.0.tar.gz /bacula-7.0.0.tar.gz
/bacula-7.0.1.tar.gz

File diff suppressed because it is too large Load Diff

View File

@ -2,8 +2,8 @@
%global username bacula %global username bacula
Name: bacula Name: bacula
Version: 7.0.0 Version: 7.0.1
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,7 +39,6 @@ Patch5: %{name}-5.2.12-seg-fault.patch
Patch6: %{name}-5.2.13-logwatch.patch Patch6: %{name}-5.2.13-logwatch.patch
Patch7: %{name}-non-free-code.patch Patch7: %{name}-non-free-code.patch
Patch8: %{name}-7.0.0-configure.patch Patch8: %{name}-7.0.0-configure.patch
Patch9: %{name}-7.0.0-git.patch
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: perl BuildRequires: perl
@ -55,7 +54,6 @@ BuildRequires: mysql-devel
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: postgresql-devel BuildRequires: postgresql-devel
BuildRequires: python-devel
BuildRequires: readline-devel BuildRequires: readline-devel
BuildRequires: sqlite-devel BuildRequires: sqlite-devel
BuildRequires: zlib-devel BuildRequires: zlib-devel
@ -303,7 +301,6 @@ Provides check_bacula support for Nagios.
%patch6 -p1 %patch6 -p1
%patch7 -p1 %patch7 -p1
%patch8 -p1 %patch8 -p1
%patch9 -p2
cp %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} . cp %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} .
# Remove execution permissions from files we're packaging as docs later on # 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-pid-dir=%{_localstatedir}/run \
--with-plugindir=%{_libdir}/bacula \ --with-plugindir=%{_libdir}/bacula \
--with-postgresql \ --with-postgresql \
--with-python \
--with-scriptdir=%{_libexecdir}/bacula \ --with-scriptdir=%{_libexecdir}/bacula \
--with-sd-password=@@SD_PASSWORD@@ \ --with-sd-password=@@SD_PASSWORD@@ \
--with-smtp-host=localhost \ --with-smtp-host=localhost \
@ -582,7 +578,6 @@ fi
%{_libdir}/libbac-%{version}.so %{_libdir}/libbac-%{version}.so
%{_libdir}/libbaccfg-%{version}.so %{_libdir}/libbaccfg-%{version}.so
%{_libdir}/libbacfind-%{version}.so %{_libdir}/libbacfind-%{version}.so
%{_libdir}/libbacpy-%{version}.so
%files libs-sql %files libs-sql
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -735,7 +730,6 @@ fi
%{_libdir}/libbac.so %{_libdir}/libbac.so
%{_libdir}/libbaccfg.so %{_libdir}/libbaccfg.so
%{_libdir}/libbacfind.so %{_libdir}/libbacfind.so
%{_libdir}/libbacpy.so
%{_libdir}/libbacsql.so %{_libdir}/libbacsql.so
%files -n nagios-plugins-bacula %files -n nagios-plugins-bacula
@ -743,6 +737,10 @@ fi
%{_libdir}/nagios/plugins/check_bacula %{_libdir}/nagios/plugins/check_bacula
%changelog %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 * Sun Mar 30 2014 Simone Caronni <negativo17@gmail.com> - 7.0.0-3
- Update git patch. - Update git patch.
- Sort file sections. - Sort file sections.

View File

@ -1 +1 @@
5e0696ab33ed90f40311dd4a5e058a70 bacula-7.0.0.tar.gz f0c07eb3ec826c7a778d0ae8c94431a7 bacula-7.0.1.tar.gz