2011-12-20 12:29:37 +00:00
|
|
|
%global uid 133
|
2011-12-20 08:23:13 +00:00
|
|
|
%global username bacula
|
2011-12-19 15:20:41 +00:00
|
|
|
|
2012-06-04 09:38:37 +00:00
|
|
|
Name: bacula
|
2012-06-12 10:21:44 +00:00
|
|
|
Version: 5.2.9
|
|
|
|
Release: 1%{?dist}
|
2012-06-04 09:38:37 +00:00
|
|
|
Summary: Cross platform network backup for Linux, Unix, Mac and Windows
|
2008-07-07 17:01:16 +00:00
|
|
|
# See LICENSE for details
|
2012-06-04 09:38:37 +00:00
|
|
|
License: AGPLv3 with exceptions
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
URL: http://www.bacula.org
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
Source0: http://www.bacula.org/downloads/Bacula-%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Source5: README.Fedora
|
|
|
|
Source6: bacula.logrotate
|
|
|
|
Source7: bacula-fd.init
|
|
|
|
Source8: bacula-dir.init
|
|
|
|
Source9: bacula-sd.init
|
|
|
|
Source10: bacula-fd.service
|
|
|
|
Source11: bacula-dir.service
|
|
|
|
Source12: bacula-sd.service
|
|
|
|
Source13: bacula-bat.desktop
|
|
|
|
Source14: bacula-traymonitor.desktop
|
|
|
|
Source15: bacula-fd.sysconfig
|
|
|
|
Source16: bacula-dir.sysconfig
|
|
|
|
Source17: bacula-sd.sysconfig
|
2012-06-08 08:09:00 +00:00
|
|
|
Source18: bacula-sd.sysconfig.el5
|
|
|
|
Source19: bacula-checkconf
|
2012-06-04 09:38:37 +00:00
|
|
|
|
2012-06-04 09:40:34 +00:00
|
|
|
Patch1: bacula-5.0.2-openssl.patch
|
|
|
|
Patch2: bacula-5.2.2-queryfile.patch
|
|
|
|
Patch3: bacula-5.2.4-log-path.patch
|
|
|
|
Patch4: bacula-5.0.3-sqlite-priv.patch
|
2012-06-04 11:52:33 +00:00
|
|
|
Patch5: bacula-5.2.7-bat-build.patch
|
2012-05-28 13:13:46 +00:00
|
|
|
|
|
|
|
BuildRequires: desktop-file-utils
|
2012-06-04 09:38:37 +00:00
|
|
|
BuildRequires: perl
|
2012-05-28 13:13:46 +00:00
|
|
|
BuildRequires: sed
|
2011-12-02 17:35:52 +00:00
|
|
|
|
2012-06-04 09:38:37 +00:00
|
|
|
BuildRequires: glibc-devel%{?_isa}
|
|
|
|
BuildRequires: libacl-devel%{?_isa}
|
|
|
|
BuildRequires: libstdc++-devel%{?_isa}
|
|
|
|
BuildRequires: libxml2-devel%{?_isa}
|
|
|
|
BuildRequires: libcap-devel%{?_isa}
|
|
|
|
BuildRequires: lzo-devel%{?_isa}
|
|
|
|
BuildRequires: mysql-devel%{?_isa}
|
|
|
|
BuildRequires: ncurses-devel%{?_isa}
|
|
|
|
BuildRequires: openssl-devel%{?_isa}
|
|
|
|
BuildRequires: postgresql-devel%{?_isa}
|
2012-06-04 10:34:31 +00:00
|
|
|
BuildRequires: python-devel%{?_isa}
|
2012-06-04 09:38:37 +00:00
|
|
|
BuildRequires: readline-devel%{?_isa}
|
|
|
|
BuildRequires: sqlite-devel%{?_isa}
|
|
|
|
BuildRequires: zlib-devel%{?_isa}
|
2011-11-30 14:55:59 +00:00
|
|
|
|
|
|
|
%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
|
2012-06-04 09:38:37 +00:00
|
|
|
BuildRequires: qt4-devel%{?_isa} >= 4.6.2
|
2011-11-30 14:55:59 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?fedora} >= 7 || 0%{?rhel} >= 6
|
2012-06-04 09:38:37 +00:00
|
|
|
BuildRequires: tcp_wrappers-devel%{?_isa}
|
2011-11-30 14:55:59 +00:00
|
|
|
%else
|
2012-06-04 09:38:37 +00:00
|
|
|
BuildRequires: tcp_wrappers%{?_isa}
|
2011-11-30 14:55:59 +00:00
|
|
|
%endif
|
|
|
|
|
2012-05-28 20:54:40 +00:00
|
|
|
%if 0%{?fedora} >= 15 || 0%{?rhel} > 6
|
|
|
|
BuildRequires: systemd-units
|
|
|
|
%endif
|
2007-07-24 20:11:04 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Bacula is a set of programs that allow you to manage the backup,
|
|
|
|
recovery, and verification of computer data across a network of
|
|
|
|
different computers. It is based on a client/server architecture and is
|
|
|
|
efficient and relatively easy to use, while offering many advanced
|
|
|
|
storage management features that make it easy to find and recover lost
|
|
|
|
or damaged files.
|
|
|
|
|
|
|
|
|
2011-12-07 10:15:05 +00:00
|
|
|
%package libs
|
2012-06-04 09:38:37 +00:00
|
|
|
Summary: Bacula libraries
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Obsoletes: bacula-sysconfdir <= 2.4
|
2012-03-16 08:54:36 +00:00
|
|
|
|
|
|
|
%description libs
|
|
|
|
Bacula is a set of programs that allow you to manage the backup,
|
|
|
|
recovery, and verification of computer data across a network of
|
|
|
|
different computers. It is based on a client/server architecture.
|
|
|
|
|
|
|
|
This package contains basic Bacula libraries, which are used by all
|
|
|
|
Bacula programs.
|
|
|
|
|
|
|
|
|
|
|
|
%package libs-sql
|
2012-06-04 09:38:37 +00:00
|
|
|
Summary: Bacula SQL libraries
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Obsoletes: bacula-libs-mysql <= 5.0.3
|
|
|
|
Obsoletes: bacula-libs-sqlite <= 5.0.3
|
|
|
|
Obsoletes: bacula-libs-postgresql <= 5.0.3
|
|
|
|
Provides: bacula-libs-mysql = %{version}-%{release}
|
|
|
|
Provides: bacula-libs-sqlite = %{version}-%{release}
|
|
|
|
Provides: bacula-libs-postgresql = %{version}-%{release}
|
2011-12-07 10:15:05 +00:00
|
|
|
|
2012-03-16 08:54:36 +00:00
|
|
|
%description libs-sql
|
2011-12-07 10:15:05 +00:00
|
|
|
Bacula is a set of programs that allow you to manage the backup,
|
|
|
|
recovery, and verification of computer data across a network of
|
|
|
|
different computers. It is based on a client/server architecture.
|
|
|
|
|
2012-03-16 08:54:36 +00:00
|
|
|
This package contains the SQL Bacula libraries, which are used by
|
|
|
|
Director and Storage daemons. You have to select your preferred catalog
|
|
|
|
library through the alternatives system.
|
2011-12-07 10:15:05 +00:00
|
|
|
|
|
|
|
|
2011-12-07 09:46:02 +00:00
|
|
|
%package common
|
2012-06-04 09:38:37 +00:00
|
|
|
Summary: Common Bacula files
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Obsoletes: bacula-sysconfdir <= 2.4
|
|
|
|
Provides: group(%username) = %uid
|
|
|
|
Provides: user(%username) = %uid
|
|
|
|
Requires(pre): shadow-utils
|
|
|
|
Requires(postun): shadow-utils
|
2011-12-07 09:46:02 +00:00
|
|
|
|
|
|
|
%description common
|
|
|
|
Bacula is a set of programs that allow you to manage the backup,
|
|
|
|
recovery, and verification of computer data across a network of
|
|
|
|
different computers. It is based on a client/server architecture.
|
|
|
|
|
2011-12-07 10:18:22 +00:00
|
|
|
This package contains files common to all Bacula daemons.
|
2011-12-07 10:15:05 +00:00
|
|
|
|
2011-12-07 09:46:02 +00:00
|
|
|
|
2012-01-03 15:05:22 +00:00
|
|
|
%package director
|
2012-06-04 09:38:37 +00:00
|
|
|
Summary: Bacula Director files
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: bacula-common%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: logwatch
|
2012-01-03 15:05:22 +00:00
|
|
|
# Director backends merged into core.
|
2012-06-04 09:38:37 +00:00
|
|
|
Provides: bacula-director-common = %{version}-%{release}
|
|
|
|
Obsoletes: bacula-director-common < 5.2.3-5
|
|
|
|
Provides: bacula-director-mysql = %{version}-%{release}
|
|
|
|
Obsoletes: bacula-director-mysql < 5.2.3-5
|
|
|
|
Provides: bacula-director-sqlite = %{version}-%{release}
|
|
|
|
Obsoletes: bacula-director-sqlite < 5.2.3-5
|
|
|
|
Provides: bacula-director-postgresql = %{version}-%{release}
|
|
|
|
Obsoletes: bacula-director-postgresql < 5.2.3-5
|
2011-12-07 09:46:02 +00:00
|
|
|
%if 0%{?fedora} >= 15 || 0%{?rhel} > 6
|
2012-06-04 09:38:37 +00:00
|
|
|
Requires(post): systemd-sysv
|
|
|
|
Requires(post): systemd-units
|
|
|
|
Requires(preun): systemd-units
|
|
|
|
Requires(postun): systemd-units
|
2011-12-07 09:46:02 +00:00
|
|
|
%else
|
2012-06-04 09:38:37 +00:00
|
|
|
Requires(post): /sbin/chkconfig
|
|
|
|
Requires(preun): /sbin/chkconfig
|
|
|
|
Requires(preun): /sbin/service
|
|
|
|
Requires(postun): /sbin/service
|
2011-12-07 09:46:02 +00:00
|
|
|
%endif
|
|
|
|
|
2012-01-03 15:05:22 +00:00
|
|
|
%description director
|
2011-12-07 09:46:02 +00:00
|
|
|
Bacula is a set of programs that allow you to manage the backup,
|
|
|
|
recovery, and verification of computer data across a network of
|
|
|
|
different computers. It is based on a client/server architecture.
|
|
|
|
|
2012-01-03 15:05:22 +00:00
|
|
|
This package contains the director files.
|
2007-07-24 20:11:04 +00:00
|
|
|
|
|
|
|
|
2011-12-07 09:46:02 +00:00
|
|
|
%package storage
|
2012-06-04 09:38:37 +00:00
|
|
|
Summary: Bacula storage daemon files
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: bacula-common%{?_isa} = %{version}-%{release}
|
2011-12-07 09:46:02 +00:00
|
|
|
# Storage backends merged into core.
|
2012-06-04 09:38:37 +00:00
|
|
|
Provides: bacula-storage-common = %{version}-%{release}
|
|
|
|
Obsoletes: bacula-storage-common < 5.2.2-2
|
|
|
|
Provides: bacula-storage-mysql = %{version}-%{release}
|
|
|
|
Obsoletes: bacula-storage-mysql < 5.2.0
|
|
|
|
Provides: bacula-storage-sqlite = %{version}-%{release}
|
|
|
|
Obsoletes: bacula-storage-sqlite < 5.2.0
|
|
|
|
Provides: bacula-storage-postgresql = %{version}-%{release}
|
|
|
|
Obsoletes: bacula-storage-postgresql < 5.2.0
|
2011-11-30 14:55:59 +00:00
|
|
|
%if 0%{?fedora} >= 15 || 0%{?rhel} > 6
|
2012-06-04 09:38:37 +00:00
|
|
|
Requires(post): systemd-sysv
|
|
|
|
Requires(post): systemd-units
|
|
|
|
Requires(preun): systemd-units
|
|
|
|
Requires(postun): systemd-units
|
2011-11-30 14:55:59 +00:00
|
|
|
%else
|
2012-06-04 09:38:37 +00:00
|
|
|
Requires(post): /sbin/chkconfig
|
|
|
|
Requires(preun): /sbin/chkconfig
|
|
|
|
Requires(preun): /sbin/service
|
|
|
|
Requires(postun): /sbin/service
|
2011-11-30 14:55:59 +00:00
|
|
|
%endif
|
|
|
|
|
2011-12-07 09:46:02 +00:00
|
|
|
%description storage
|
2007-07-24 20:11:04 +00:00
|
|
|
Bacula is a set of programs that allow you to manage the backup,
|
|
|
|
recovery, and verification of computer data across a network of
|
|
|
|
different computers. It is based on a client/server architecture.
|
|
|
|
|
2011-12-07 09:46:02 +00:00
|
|
|
This package contains the storage daemon, the daemon responsible for
|
|
|
|
writing the data received from the clients onto tape drives or other
|
|
|
|
mass storage devices.
|
2007-07-24 20:11:04 +00:00
|
|
|
|
|
|
|
|
|
|
|
%package client
|
2012-06-04 09:38:37 +00:00
|
|
|
Summary: Bacula backup client
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: bacula-common%{?_isa} = %{version}-%{release}
|
2011-11-30 14:55:59 +00:00
|
|
|
%if 0%{?fedora} >= 15 || 0%{?rhel} > 6
|
2012-06-04 09:38:37 +00:00
|
|
|
Requires(post): systemd-sysv
|
|
|
|
Requires(post): systemd-units
|
|
|
|
Requires(preun): systemd-units
|
|
|
|
Requires(postun): systemd-units
|
2011-11-30 14:55:59 +00:00
|
|
|
%else
|
2012-06-04 09:38:37 +00:00
|
|
|
Requires(post): /sbin/chkconfig
|
|
|
|
Requires(preun): /sbin/chkconfig
|
|
|
|
Requires(preun): /sbin/service
|
|
|
|
Requires(postun): /sbin/service
|
2011-11-30 14:55:59 +00:00
|
|
|
%endif
|
2007-07-24 20:11:04 +00:00
|
|
|
|
|
|
|
%description client
|
|
|
|
Bacula is a set of programs that allow you to manage the backup,
|
|
|
|
recovery, and verification of computer data across a network of
|
|
|
|
different computers. It is based on a client/server architecture.
|
|
|
|
|
|
|
|
This package contains the bacula client, the daemon running on the
|
|
|
|
system to be backed up.
|
|
|
|
|
|
|
|
|
|
|
|
%package console
|
2012-06-04 09:38:37 +00:00
|
|
|
Summary: Bacula management console
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Obsoletes: bacula-console-gnome <= 2.4
|
|
|
|
Obsoletes: bacula-console-wxwidgets <= 5.0.3
|
2012-02-10 14:12:32 +00:00
|
|
|
|
2007-07-24 20:11:04 +00:00
|
|
|
|
|
|
|
%description console
|
|
|
|
Bacula is a set of programs that allow you to manage the backup,
|
|
|
|
recovery, and verification of computer data across a network of
|
|
|
|
different computers. It is based on a client/server architecture.
|
|
|
|
|
|
|
|
This package contains the command-line management console for the bacula
|
|
|
|
backup system.
|
|
|
|
|
|
|
|
|
2011-11-30 14:55:59 +00:00
|
|
|
%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
|
2008-11-17 18:07:33 +00:00
|
|
|
%package console-bat
|
2012-06-04 09:38:37 +00:00
|
|
|
Summary: Bacula bat console
|
|
|
|
Group: System Environment/Daemons
|
2008-11-17 18:07:33 +00:00
|
|
|
|
|
|
|
%description console-bat
|
|
|
|
Bacula is a set of programs that allow you to manage the backup,
|
|
|
|
recovery, and verification of computer data across a network of
|
|
|
|
different computers. It is based on a client/server architecture.
|
|
|
|
|
2011-12-07 10:15:05 +00:00
|
|
|
This package contains the bat version of the bacula management console.
|
2011-12-12 16:18:26 +00:00
|
|
|
|
|
|
|
|
|
|
|
%package traymonitor
|
2012-06-04 09:38:37 +00:00
|
|
|
Summary: Bacula system tray monitor
|
|
|
|
Group: System Environment/Daemons
|
2011-12-12 16:18:26 +00:00
|
|
|
|
|
|
|
%description traymonitor
|
|
|
|
Bacula is a set of programs that allow you to manage the backup,
|
|
|
|
recovery, and verification of computer data across a network of
|
|
|
|
different computers. It is based on a client/server architecture.
|
|
|
|
|
|
|
|
This package contains the Gnome and KDE compatible tray monitor to
|
|
|
|
monitor your bacula server.
|
2011-11-30 14:55:59 +00:00
|
|
|
%endif
|
2007-07-24 20:11:04 +00:00
|
|
|
|
2012-01-05 17:01:01 +00:00
|
|
|
|
|
|
|
%package devel
|
2012-06-04 09:38:37 +00:00
|
|
|
Summary: Bacula development files
|
|
|
|
Group: Development/Libraries
|
2012-01-05 17:01:01 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Bacula is a set of programs that allow you to manage the backup,
|
|
|
|
recovery, and verification of computer data across a network of
|
|
|
|
different computers. It is based on a client/server architecture.
|
|
|
|
|
|
|
|
This development package contains static libraries and header files.
|
|
|
|
|
|
|
|
|
2011-11-30 14:55:59 +00:00
|
|
|
%package -n nagios-plugins-bacula
|
2012-06-04 09:38:37 +00:00
|
|
|
Summary: Nagios Plugin - check_bacula
|
|
|
|
Group: Applications/System
|
2007-07-24 20:11:04 +00:00
|
|
|
|
2011-11-30 14:55:59 +00:00
|
|
|
%description -n nagios-plugins-bacula
|
|
|
|
Provides check_bacula support for Nagios.
|
2011-11-03 12:18:02 +00:00
|
|
|
|
|
|
|
|
2011-11-30 14:55:59 +00:00
|
|
|
%prep
|
2012-01-11 09:57:43 +00:00
|
|
|
%setup -q
|
2012-06-04 09:40:34 +00:00
|
|
|
%patch1 -p2 -b .openssl
|
|
|
|
%patch2 -p1 -b .queryfile
|
|
|
|
%patch3 -p1 -b .log-path
|
|
|
|
%patch4 -p0 -b .priv
|
2012-06-04 11:52:33 +00:00
|
|
|
%patch5 -p1 -b .bat-build
|
2007-07-24 20:11:04 +00:00
|
|
|
|
|
|
|
# Remove execution permissions from files we're packaging as docs later on
|
|
|
|
find updatedb -type f | xargs chmod -x
|
|
|
|
|
2011-12-19 15:20:41 +00:00
|
|
|
|
2007-07-24 20:11:04 +00:00
|
|
|
%build
|
2011-12-02 17:35:52 +00:00
|
|
|
build() {
|
2010-06-03 09:57:02 +00:00
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/ncurses"
|
2011-11-30 14:55:59 +00:00
|
|
|
export CPPFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/ncurses"
|
2007-07-24 20:11:04 +00:00
|
|
|
%configure \
|
2012-06-04 09:38:37 +00:00
|
|
|
--sysconfdir=%{_sysconfdir}/bacula \
|
|
|
|
--with-dir-user=bacula \
|
|
|
|
--with-dir-group=bacula \
|
|
|
|
--with-sd-user=bacula \
|
|
|
|
--with-sd-group=disk \
|
|
|
|
--with-fd-user=root \
|
|
|
|
--with-fd-group=root \
|
|
|
|
--with-hostname=localhost \
|
|
|
|
--with-basename=bacula \
|
|
|
|
--with-dir-password=@@DIR_PASSWORD@@ \
|
|
|
|
--with-fd-password=@@FD_PASSWORD@@ \
|
|
|
|
--with-sd-password=@@SD_PASSWORD@@ \
|
|
|
|
--with-mon-dir-password=@@MON_DIR_PASSWORD@@ \
|
|
|
|
--with-mon-fd-password=@@MON_FD_PASSWORD@@ \
|
|
|
|
--with-mon-sd-password=@@MON_SD_PASSWORD@@ \
|
|
|
|
--with-working-dir=%{_localstatedir}/spool/bacula \
|
|
|
|
--with-bsrdir=%{_localstatedir}/spool/bacula \
|
|
|
|
--with-logdir=%{_localstatedir}/log/bacula \
|
|
|
|
--with-scriptdir=%{_libexecdir}/bacula \
|
|
|
|
--with-plugindir=%{_libdir}/bacula \
|
|
|
|
--with-smtp-host=localhost \
|
|
|
|
--with-subsys-dir=%{_localstatedir}/lock/subsys \
|
|
|
|
--with-pid-dir=%{_localstatedir}/run \
|
|
|
|
--disable-conio \
|
|
|
|
--enable-batch-insert \
|
|
|
|
--enable-readline \
|
|
|
|
--enable-largefile \
|
|
|
|
--enable-build-dird \
|
|
|
|
--enable-build-stored \
|
|
|
|
--with-openssl \
|
|
|
|
--with-tcp-wrappers \
|
|
|
|
--with-python \
|
|
|
|
--enable-smartalloc \
|
|
|
|
--with-x \
|
|
|
|
--disable-rpath \
|
|
|
|
--with-sqlite3 \
|
|
|
|
--with-mysql \
|
|
|
|
--with-postgresql \
|
|
|
|
$*
|
2011-12-02 17:35:52 +00:00
|
|
|
}
|
|
|
|
|
2012-01-04 17:28:44 +00:00
|
|
|
%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
|
2011-12-02 17:35:52 +00:00
|
|
|
export QMAKE=/usr/bin/qmake-qt4
|
2011-12-11 16:04:27 +00:00
|
|
|
build --enable-bat --htmldir=%{_datadir}/doc/bacula-console-bat-%{version}
|
2011-12-02 17:35:52 +00:00
|
|
|
%else
|
2011-12-04 10:39:11 +00:00
|
|
|
build --disable-bat
|
2011-12-02 17:35:52 +00:00
|
|
|
%endif
|
2007-07-24 20:11:04 +00:00
|
|
|
|
2011-11-30 14:55:59 +00:00
|
|
|
# Remove RPATH
|
|
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
2010-05-19 15:55:24 +00:00
|
|
|
|
2012-05-21 13:42:08 +00:00
|
|
|
make %{?_smp_mflags}
|
2007-07-24 20:11:04 +00:00
|
|
|
|
2011-11-30 14:55:59 +00:00
|
|
|
pushd examples/nagios/check_bacula
|
2012-06-04 09:38:37 +00:00
|
|
|
CFLAGS="%{optflags}" make LIBS="-lpthread -ldl -lssl -lcrypto -lz"
|
2007-07-24 20:11:04 +00:00
|
|
|
popd
|
2011-12-19 15:20:41 +00:00
|
|
|
|
2011-11-30 14:55:59 +00:00
|
|
|
%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
|
|
|
|
pushd src/qt-console/tray-monitor
|
2012-06-04 09:38:37 +00:00
|
|
|
/usr/bin/qmake-qt4
|
|
|
|
make %{?_smp_mflags}
|
2007-07-24 20:11:04 +00:00
|
|
|
popd
|
2011-11-30 14:55:59 +00:00
|
|
|
%endif
|
2007-07-24 20:11:04 +00:00
|
|
|
|
2012-01-04 14:17:24 +00:00
|
|
|
cp %{SOURCE5} .
|
2011-12-11 16:04:27 +00:00
|
|
|
|
2007-07-24 20:11:04 +00:00
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
2011-11-30 14:55:59 +00:00
|
|
|
make install DESTDIR=%{buildroot}
|
2007-07-24 20:11:04 +00:00
|
|
|
|
2012-01-05 17:01:01 +00:00
|
|
|
# Nagios plugin
|
2012-05-21 13:42:08 +00:00
|
|
|
install -p -m 755 -D examples/nagios/check_bacula/.libs/check_bacula %{buildroot}%{_libdir}/nagios/plugins/check_bacula
|
2011-12-04 13:39:25 +00:00
|
|
|
|
2012-01-18 16:33:53 +00:00
|
|
|
# Remove catalogue backend symlinks
|
|
|
|
rm -f %{buildroot}%{_libdir}/libbaccats.so
|
2011-12-04 13:39:25 +00:00
|
|
|
rm -f %{buildroot}%{_libdir}/libbaccats-%{version}.so
|
2007-07-24 20:11:04 +00:00
|
|
|
|
2012-01-05 17:01:01 +00:00
|
|
|
# Sample query file
|
2012-05-21 13:42:08 +00:00
|
|
|
install -p -m 640 -D examples/sample-query.sql %{buildroot}%{_sysconfdir}/bacula/query.sql
|
2011-12-07 14:34:15 +00:00
|
|
|
|
2011-11-30 14:55:59 +00:00
|
|
|
%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
|
2011-12-12 16:18:26 +00:00
|
|
|
# Bat
|
2012-05-21 13:42:08 +00:00
|
|
|
install -p -m 644 -D src/qt-console/images/bat_icon.png %{buildroot}%{_datadir}/pixmaps/bat.png
|
2011-11-30 14:55:59 +00:00
|
|
|
desktop-file-install --vendor="fedora" --dir=%{buildroot}%{_datadir}/applications %{SOURCE13}
|
2011-12-12 16:18:26 +00:00
|
|
|
|
|
|
|
# QT Tray monitor
|
2012-05-21 13:42:08 +00:00
|
|
|
install -p -m 755 -D src/qt-console/tray-monitor/.libs/bacula-tray-monitor %{buildroot}%{_sbindir}/bacula-tray-monitor
|
|
|
|
install -p -m 644 -D src/qt-console/tray-monitor/tray-monitor.conf %{buildroot}%{_sysconfdir}/bacula/tray-monitor.conf
|
|
|
|
install -p -m 644 -D src/qt-console/images/bat_icon.png %{buildroot}%{_datadir}/pixmaps/bacula-tray-monitor.png
|
2011-12-12 16:18:26 +00:00
|
|
|
desktop-file-install --vendor="fedora" --dir=%{buildroot}%{_datadir}/applications %{SOURCE14}
|
|
|
|
|
2011-11-30 14:55:59 +00:00
|
|
|
%else
|
|
|
|
rm -f %{buildroot}%{_mandir}/man1/bat.1*
|
|
|
|
%endif
|
2007-07-24 20:11:04 +00:00
|
|
|
|
2012-01-05 17:01:01 +00:00
|
|
|
# Logrotate
|
2012-05-21 13:42:08 +00:00
|
|
|
mkdir -p %{buildroot}%{_localstatedir}/log/bacula
|
|
|
|
install -p -m 644 -D %{SOURCE6} %{buildroot}%{_sysconfdir}/logrotate.d/bacula
|
2007-07-24 20:11:04 +00:00
|
|
|
|
2012-01-05 17:01:01 +00:00
|
|
|
# Logwatch
|
2012-05-21 13:42:08 +00:00
|
|
|
install -p -m 755 -D scripts/logwatch/bacula %{buildroot}%{_sysconfdir}/logwatch/scripts/services/bacula
|
|
|
|
install -p -m 755 -D scripts/logwatch/applybaculadate %{buildroot}%{_sysconfdir}/logwatch/scripts/shared/applybaculadate
|
|
|
|
install -p -m 644 -D scripts/logwatch/logfile.bacula.conf %{buildroot}%{_sysconfdir}/logwatch/conf/logfiles/bacula.conf
|
|
|
|
install -p -m 644 -D scripts/logwatch/services.bacula.conf %{buildroot}%{_sysconfdir}/logwatch/conf/services/bacula.conf
|
2007-07-24 20:11:04 +00:00
|
|
|
|
2012-06-08 08:09:00 +00:00
|
|
|
install -p -m 755 -D %{SOURCE19} %{buildroot}%{_sbindir}/bacula-checkconf
|
2011-11-30 14:55:59 +00:00
|
|
|
%if 0%{?fedora} >= 15 || 0%{?rhel} > 6
|
2011-09-08 16:31:35 +00:00
|
|
|
# Systemd unit files
|
2012-05-21 13:42:08 +00:00
|
|
|
mkdir -p %{buildroot}%{_unitdir}
|
|
|
|
install -p -m 755 -D %{SOURCE10} %{buildroot}%{_unitdir}/bacula-fd.service
|
|
|
|
install -p -m 755 -D %{SOURCE11} %{buildroot}%{_unitdir}/bacula-dir.service
|
|
|
|
install -p -m 755 -D %{SOURCE12} %{buildroot}%{_unitdir}/bacula-sd.service
|
2011-11-30 14:55:59 +00:00
|
|
|
%else
|
|
|
|
# Initscripts
|
2012-05-21 13:42:08 +00:00
|
|
|
install -p -m 755 -D %{SOURCE7} %{buildroot}%{_initrddir}/bacula-fd
|
|
|
|
install -p -m 755 -D %{SOURCE8} %{buildroot}%{_initrddir}/bacula-dir
|
|
|
|
install -p -m 755 -D %{SOURCE9} %{buildroot}%{_initrddir}/bacula-sd
|
2011-11-30 14:55:59 +00:00
|
|
|
%endif
|
2010-10-19 15:29:37 +00:00
|
|
|
|
2011-11-30 14:55:59 +00:00
|
|
|
# Sysconfig
|
2012-05-21 13:42:08 +00:00
|
|
|
install -p -m 644 -D %{SOURCE15} %{buildroot}%{_sysconfdir}/sysconfig/bacula-fd
|
|
|
|
install -p -m 644 -D %{SOURCE16} %{buildroot}%{_sysconfdir}/sysconfig/bacula-dir
|
2012-06-08 08:09:00 +00:00
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 6
|
2012-05-21 13:42:08 +00:00
|
|
|
install -p -m 644 -D %{SOURCE17} %{buildroot}%{_sysconfdir}/sysconfig/bacula-sd
|
2012-06-08 08:09:00 +00:00
|
|
|
%else
|
|
|
|
install -p -m 644 -D %{SOURCE18} %{buildroot}%{_sysconfdir}/sysconfig/bacula-sd
|
|
|
|
%endif
|
2010-10-19 15:29:37 +00:00
|
|
|
|
2012-01-05 17:01:01 +00:00
|
|
|
# Spool directory
|
2012-05-21 13:42:08 +00:00
|
|
|
mkdir -p %{buildroot}%{_localstatedir}/spool/bacula
|
2007-07-24 20:11:04 +00:00
|
|
|
|
2012-01-05 17:01:01 +00:00
|
|
|
# Remove stuff we do not need
|
2011-12-11 16:04:27 +00:00
|
|
|
rm -f %{buildroot}%{_libexecdir}/bacula/{bacula,bacula-ctl-*,startmysql,stopmysql,bconsole}
|
2011-12-05 18:06:44 +00:00
|
|
|
rm -f %{buildroot}%{_sbindir}/bacula
|
|
|
|
rm -f %{buildroot}%{_mandir}/man8/bacula.8.gz
|
2012-01-05 17:01:01 +00:00
|
|
|
rm -f %{buildroot}%{_mandir}/man1/bacula-bwxconsole.1*
|
|
|
|
rm -f %{buildroot}%{_mandir}/man1/bacula-tray-monitor.1*
|
|
|
|
rm -rf %{buildroot}%{_datadir}/doc/bacula/
|
2007-07-24 20:11:04 +00:00
|
|
|
|
|
|
|
# Fix up some perms so rpmlint does not complain too much
|
|
|
|
chmod 755 %{buildroot}%{_sbindir}/*
|
2011-11-30 14:55:59 +00:00
|
|
|
chmod 755 %{buildroot}%{_libdir}/bacula/*
|
2007-07-24 20:11:04 +00:00
|
|
|
chmod 755 %{buildroot}%{_libexecdir}/bacula/*
|
|
|
|
chmod 644 %{buildroot}%{_libexecdir}/bacula/btraceback.*
|
|
|
|
|
2012-01-05 17:01:01 +00:00
|
|
|
# Install headers
|
2012-05-21 13:42:08 +00:00
|
|
|
mkdir -p %{buildroot}%{_includedir}/bacula
|
2012-01-26 11:31:57 +00:00
|
|
|
for dir in src src/cats src/console src/dird src/filed src/findlib src/lib src/plugins/fd src/stored; do
|
2012-06-04 09:38:37 +00:00
|
|
|
mkdir -p %{buildroot}%{_includedir}/bacula/$dir
|
|
|
|
install -p -m 644 $dir/*.h %{buildroot}%{_includedir}/bacula/$dir
|
2012-01-05 17:01:01 +00:00
|
|
|
done
|
2011-11-30 14:55:59 +00:00
|
|
|
|
2012-01-04 11:52:40 +00:00
|
|
|
|
2007-07-24 20:11:04 +00:00
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
2012-01-03 15:05:22 +00:00
|
|
|
%post libs
|
2012-03-16 08:54:36 +00:00
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%postun libs
|
|
|
|
/sbin/ldconfig
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
|
|
|
|
%post libs-sql
|
2012-06-06 17:22:11 +00:00
|
|
|
/usr/sbin/alternatives --install %{_libdir}/libbaccats.so libbaccats.so %{_libdir}/libbaccats-mysql.so 50
|
|
|
|
/usr/sbin/alternatives --install %{_libdir}/libbaccats.so libbaccats.so %{_libdir}/libbaccats-sqlite3.so 40
|
|
|
|
/usr/sbin/alternatives --install %{_libdir}/libbaccats.so libbaccats.so %{_libdir}/libbaccats-postgresql.so 60
|
2012-06-11 09:15:56 +00:00
|
|
|
# Fix for automatic selection of backends during upgrades
|
|
|
|
if readlink /etc/alternatives/libbaccats.so | grep --silent mysql || \
|
|
|
|
readlink /etc/alternatives/bacula-dir | grep --silent mysql || \
|
|
|
|
readlink /etc/alternatives/bacula-sd | grep --silent mysql; then
|
|
|
|
/usr/sbin/alternatives --set libbaccats.so %{_libdir}/libbaccats-mysql.so
|
|
|
|
elif readlink /etc/alternatives/libbaccats.so | grep --silent sqlite || \
|
|
|
|
readlink /etc/alternatives/bacula-dir | grep --silent sqlite || \
|
|
|
|
readlink /etc/alternatives/bacula-sd | grep --silent sqlite; then
|
|
|
|
/usr/sbin/alternatives --set libbaccats.so %{_libdir}/libbaccats-sqlite3.so
|
|
|
|
else
|
|
|
|
/usr/sbin/alternatives --set libbaccats.so %{_libdir}/libbaccats-postgresql.so
|
|
|
|
fi
|
2012-01-03 15:05:22 +00:00
|
|
|
/sbin/ldconfig
|
2011-11-30 14:55:59 +00:00
|
|
|
|
2012-01-05 17:01:01 +00:00
|
|
|
|
2012-03-16 08:54:36 +00:00
|
|
|
%preun libs-sql
|
2008-09-10 14:31:29 +00:00
|
|
|
if [ "$1" = 0 ]; then
|
2012-06-06 17:22:11 +00:00
|
|
|
/usr/sbin/alternatives --remove libbaccats.so %{_libdir}/libbaccats-mysql.so
|
|
|
|
/usr/sbin/alternatives --remove libbaccats.so %{_libdir}/libbaccats-sqlite3.so
|
|
|
|
/usr/sbin/alternatives --remove libbaccats.so %{_libdir}/libbaccats-postgresql.so
|
2008-09-10 14:31:29 +00:00
|
|
|
fi
|
2012-01-30 12:04:09 +00:00
|
|
|
|
|
|
|
|
2012-03-16 08:54:36 +00:00
|
|
|
%postun libs-sql
|
2012-01-03 15:05:22 +00:00
|
|
|
/sbin/ldconfig
|
2012-01-18 16:33:53 +00:00
|
|
|
exit 0
|
2011-12-19 15:20:41 +00:00
|
|
|
|
2012-01-05 17:01:01 +00:00
|
|
|
|
2007-07-24 20:11:04 +00:00
|
|
|
%pre common
|
2011-12-20 08:23:13 +00:00
|
|
|
getent group %username >/dev/null || groupadd -g %uid -r %username &>/dev/null || :
|
|
|
|
getent passwd %username >/dev/null || useradd -u %uid -r -s /sbin/nologin \
|
|
|
|
-d /var/spool/bacula -M -c 'Bacula Backup System' -g %username %username &>/dev/null || :
|
|
|
|
exit 0
|
2011-12-19 15:20:41 +00:00
|
|
|
|
2012-01-05 17:01:01 +00:00
|
|
|
|
2011-12-19 15:20:41 +00:00
|
|
|
%postun common
|
2011-12-20 08:23:13 +00:00
|
|
|
test "$1" != 0 || userdel %username &>/dev/null || :
|
|
|
|
test "$1" != 0 || groupdel %username &>/dev/null || :
|
|
|
|
exit 0
|
2007-07-24 20:11:04 +00:00
|
|
|
|
2011-11-30 14:55:59 +00:00
|
|
|
%if 0%{?fedora} >= 15 || 0%{?rhel} > 6
|
2007-07-24 20:11:04 +00:00
|
|
|
|
2011-09-09 15:42:39 +00:00
|
|
|
%post client
|
2011-11-30 14:55:59 +00:00
|
|
|
if [ $1 -eq 1 ] ; then
|
|
|
|
# Initial installation
|
2011-09-09 15:42:39 +00:00
|
|
|
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
|
|
|
fi
|
|
|
|
|
2011-12-19 15:20:41 +00:00
|
|
|
|
2011-09-09 15:42:39 +00:00
|
|
|
%preun client
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
# Package removal, not upgrade
|
|
|
|
/bin/systemctl --no-reload disable bacula-fd.service > /dev/null 2>&1 || :
|
|
|
|
/bin/systemctl stop bacula-fd.service > /dev/null 2>&1 || :
|
|
|
|
fi
|
|
|
|
|
2011-12-19 15:20:41 +00:00
|
|
|
|
2011-09-09 15:42:39 +00:00
|
|
|
%postun client
|
|
|
|
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
|
|
|
if [ $1 -ge 1 ] ; then
|
|
|
|
# Package upgrade, not uninstall
|
|
|
|
/bin/systemctl try-restart bacula-fd.service >/dev/null 2>&1 || :
|
|
|
|
fi
|
|
|
|
|
2011-12-19 15:20:41 +00:00
|
|
|
|
2011-09-08 16:31:35 +00:00
|
|
|
%triggerun client -- bacula-client < 5.0.3-10
|
|
|
|
# Save the current service runlevel info
|
|
|
|
# User must manually run systemd-sysv-convert --apply bacula-fd
|
|
|
|
# to migrate them to systemd targets
|
|
|
|
/usr/bin/systemd-sysv-convert --save bacula-fd >/dev/null 2>&1 ||:
|
2007-07-24 20:11:04 +00:00
|
|
|
|
2011-09-08 16:31:35 +00:00
|
|
|
# Run these because the SysV package being removed won't do them
|
|
|
|
/sbin/chkconfig --del bacula-fd >/dev/null 2>&1 || :
|
|
|
|
/bin/systemctl try-restart bacula-fd.service >/dev/null 2>&1 || :
|
2007-07-24 20:11:04 +00:00
|
|
|
|
2011-12-19 15:20:41 +00:00
|
|
|
|
2012-01-03 15:05:22 +00:00
|
|
|
%post director
|
2011-11-30 14:55:59 +00:00
|
|
|
if [ $1 -eq 1 ] ; then
|
|
|
|
# Initial installation
|
2011-09-09 15:42:39 +00:00
|
|
|
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
|
|
|
fi
|
|
|
|
|
2011-12-19 15:20:41 +00:00
|
|
|
|
2012-01-03 15:05:22 +00:00
|
|
|
%preun director
|
2011-09-09 15:42:39 +00:00
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
# Package removal, not upgrade
|
|
|
|
/bin/systemctl --no-reload disable bacula-dir.service > /dev/null 2>&1 || :
|
|
|
|
/bin/systemctl stop bacula-dir.service > /dev/null 2>&1 || :
|
|
|
|
fi
|
|
|
|
|
2011-12-19 15:20:41 +00:00
|
|
|
|
2012-01-03 15:05:22 +00:00
|
|
|
%postun director
|
2011-09-09 15:42:39 +00:00
|
|
|
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
|
|
|
if [ $1 -ge 1 ] ; then
|
|
|
|
# Package upgrade, not uninstall
|
|
|
|
/bin/systemctl try-restart bacula-dir.service >/dev/null 2>&1 || :
|
|
|
|
fi
|
|
|
|
|
2011-12-19 15:20:41 +00:00
|
|
|
|
2012-01-03 15:05:22 +00:00
|
|
|
%triggerun director -- bacula-director-common < 5.0.3-10
|
2011-09-08 16:31:35 +00:00
|
|
|
# Save the current service runlevel info
|
|
|
|
# User must manually run systemd-sysv-convert --apply bacula-dir
|
|
|
|
# to migrate them to systemd targets
|
|
|
|
/usr/bin/systemd-sysv-convert --save bacula-dir >/dev/null 2>&1 ||:
|
2007-07-24 20:11:04 +00:00
|
|
|
|
2011-09-08 16:31:35 +00:00
|
|
|
# Run these because the SysV package being removed won't do them
|
|
|
|
/sbin/chkconfig --del bacula-dir >/dev/null 2>&1 || :
|
|
|
|
/bin/systemctl try-restart bacula-dir.service >/dev/null 2>&1 || :
|
2007-07-24 20:11:04 +00:00
|
|
|
|
|
|
|
|
2011-12-02 17:35:52 +00:00
|
|
|
%post storage
|
2011-11-30 14:55:59 +00:00
|
|
|
if [ $1 -eq 1 ] ; then
|
|
|
|
# Initial installation
|
2011-09-09 15:42:39 +00:00
|
|
|
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
|
|
|
fi
|
|
|
|
|
2011-12-19 15:20:41 +00:00
|
|
|
|
2011-12-02 17:35:52 +00:00
|
|
|
%preun storage
|
2011-09-09 15:42:39 +00:00
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
# Package removal, not upgrade
|
|
|
|
/bin/systemctl --no-reload disable bacula-sd.service > /dev/null 2>&1 || :
|
|
|
|
/bin/systemctl stop bacula-sd.service > /dev/null 2>&1 || :
|
|
|
|
fi
|
|
|
|
|
2011-12-19 15:20:41 +00:00
|
|
|
|
2011-12-02 17:35:52 +00:00
|
|
|
%postun storage
|
2011-09-09 15:42:39 +00:00
|
|
|
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
|
|
|
if [ $1 -ge 1 ] ; then
|
|
|
|
# Package upgrade, not uninstall
|
|
|
|
/bin/systemctl try-restart bacula-sd.service >/dev/null 2>&1 || :
|
|
|
|
fi
|
|
|
|
|
2011-12-19 15:20:41 +00:00
|
|
|
|
2011-12-02 17:35:52 +00:00
|
|
|
%triggerun storage -- bacula-storage-common < 5.0.3-10
|
2011-09-08 16:31:35 +00:00
|
|
|
# Save the current service runlevel info
|
|
|
|
# User must manually run systemd-sysv-convert --apply bacula-sd
|
|
|
|
# to migrate them to systemd targets
|
|
|
|
/usr/bin/systemd-sysv-convert --save bacula-sd >/dev/null 2>&1 ||:
|
2007-07-24 20:11:04 +00:00
|
|
|
|
2011-09-08 16:31:35 +00:00
|
|
|
# Run these because the SysV package being removed won't do them
|
|
|
|
/sbin/chkconfig --del bacula-sd >/dev/null 2>&1 || :
|
|
|
|
/bin/systemctl try-restart bacula-sd.service >/dev/null 2>&1 || :
|
2007-07-24 20:11:04 +00:00
|
|
|
|
2011-11-30 14:55:59 +00:00
|
|
|
%else
|
|
|
|
|
|
|
|
%post client
|
|
|
|
/sbin/chkconfig --add bacula-fd
|
|
|
|
|
|
|
|
|
|
|
|
%preun client
|
|
|
|
if [ "$1" = 0 ]; then
|
2012-06-04 09:38:37 +00:00
|
|
|
/sbin/service bacula-fd stop >/dev/null 2>&1 || :
|
|
|
|
/sbin/chkconfig --del bacula-fd
|
2011-11-30 14:55:59 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
%postun client
|
|
|
|
if [ "$1" -ge "1" ]; then
|
2012-06-04 09:38:37 +00:00
|
|
|
/sbin/service bacula-fd condrestart >/dev/null 2>&1 || :
|
2011-11-30 14:55:59 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
|
2012-01-03 15:05:22 +00:00
|
|
|
%post director
|
2011-11-30 14:55:59 +00:00
|
|
|
/sbin/chkconfig --add bacula-dir
|
|
|
|
|
|
|
|
|
2012-01-03 15:05:22 +00:00
|
|
|
%preun director
|
2011-11-30 14:55:59 +00:00
|
|
|
if [ "$1" = 0 ]; then
|
2012-06-04 09:38:37 +00:00
|
|
|
/sbin/service bacula-dir stop >/dev/null 2>&1 || :
|
|
|
|
/sbin/chkconfig --del bacula-dir
|
2011-11-30 14:55:59 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
|
2012-01-03 15:05:22 +00:00
|
|
|
%postun director
|
2011-11-30 14:55:59 +00:00
|
|
|
if [ "$1" -ge "1" ]; then
|
2012-06-04 09:38:37 +00:00
|
|
|
/sbin/service bacula-dir condrestart >/dev/null 2>&1 || :
|
2011-11-30 14:55:59 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
|
2011-12-02 17:35:52 +00:00
|
|
|
%post storage
|
2011-11-30 14:55:59 +00:00
|
|
|
/sbin/chkconfig --add bacula-sd
|
|
|
|
|
|
|
|
|
2011-12-02 17:35:52 +00:00
|
|
|
%preun storage
|
2011-11-30 14:55:59 +00:00
|
|
|
if [ "$1" = 0 ]; then
|
2012-06-04 09:38:37 +00:00
|
|
|
/sbin/service bacula-sd stop >/dev/null 2>&1 || :
|
|
|
|
/sbin/chkconfig --del bacula-sd
|
2011-11-30 14:55:59 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
|
2011-12-02 17:35:52 +00:00
|
|
|
%postun storage
|
2011-11-30 14:55:59 +00:00
|
|
|
if [ "$1" -ge "1" ]; then
|
2012-06-04 09:38:37 +00:00
|
|
|
/sbin/service bacula-sd condrestart >/dev/null 2>&1 || :
|
2011-11-30 14:55:59 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
2011-12-07 10:15:05 +00:00
|
|
|
%files libs
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libbac-%{version}.so
|
|
|
|
%{_libdir}/libbac.so
|
2012-03-16 08:54:36 +00:00
|
|
|
%{_libdir}/libbaccfg-%{version}.so
|
|
|
|
%{_libdir}/libbaccfg.so
|
|
|
|
%{_libdir}/libbacfind-%{version}.so
|
|
|
|
%{_libdir}/libbacfind.so
|
|
|
|
%{_libdir}/libbacpy-%{version}.so
|
|
|
|
%{_libdir}/libbacpy.so
|
|
|
|
|
|
|
|
%files libs-sql
|
|
|
|
%defattr(-,root,root,-)
|
2012-01-03 15:05:22 +00:00
|
|
|
%{_libdir}/libbaccats-mysql-%{version}.so
|
|
|
|
%{_libdir}/libbaccats-mysql.so
|
|
|
|
%{_libdir}/libbaccats-postgresql-%{version}.so
|
|
|
|
%{_libdir}/libbaccats-postgresql.so
|
|
|
|
%{_libdir}/libbaccats-sqlite3-%{version}.so
|
|
|
|
%{_libdir}/libbaccats-sqlite3.so
|
|
|
|
%{_libdir}/libbacsql.so
|
|
|
|
%{_libdir}/libbacsql-%{version}.so
|
2007-07-24 20:11:04 +00:00
|
|
|
|
|
|
|
%files common
|
2008-07-30 13:52:01 +00:00
|
|
|
%defattr(-,root,root,-)
|
2011-12-11 16:04:27 +00:00
|
|
|
%doc AUTHORS ChangeLog COPYING LICENSE README SUPPORT VERIFYING ReleaseNotes
|
2012-01-04 14:17:24 +00:00
|
|
|
%doc README.Fedora
|
2007-07-24 20:11:04 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/bacula
|
2011-11-30 14:55:59 +00:00
|
|
|
%dir %{_sysconfdir}/%{name}
|
|
|
|
%dir %{_libexecdir}/%{name}
|
2007-07-24 20:11:04 +00:00
|
|
|
%{_sbindir}/btraceback
|
2011-11-30 14:55:59 +00:00
|
|
|
%{_libexecdir}/%{name}/btraceback.dbx
|
|
|
|
%{_libexecdir}/%{name}/btraceback.gdb
|
|
|
|
%{_libexecdir}/%{name}/bacula_config
|
|
|
|
%{_libexecdir}/%{name}/btraceback.mdb
|
2012-05-28 20:54:40 +00:00
|
|
|
%{_mandir}/man8/btraceback.8.*
|
2007-07-24 20:11:04 +00:00
|
|
|
%dir %attr(750, bacula, bacula) %{_localstatedir}/log/bacula
|
|
|
|
%dir %attr(750, bacula, bacula) %{_localstatedir}/spool/bacula
|
2011-09-08 16:31:35 +00:00
|
|
|
%{_sbindir}/bacula-checkconf
|
2007-07-24 20:11:04 +00:00
|
|
|
|
2012-01-03 15:05:22 +00:00
|
|
|
%files director
|
2007-07-24 20:11:04 +00:00
|
|
|
%defattr(-,root,root,-)
|
2011-11-30 14:55:59 +00:00
|
|
|
%doc updatedb
|
2010-11-23 16:42:06 +00:00
|
|
|
%attr(640,root,bacula) %config(noreplace) %{_sysconfdir}/bacula/bacula-dir.conf
|
2011-12-07 14:34:15 +00:00
|
|
|
%attr(640,root,bacula) %config(noreplace) %{_sysconfdir}/bacula/query.sql
|
2011-11-30 14:55:59 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/logwatch/conf/logfiles/bacula.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/logwatch/conf/services/bacula.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/bacula-dir
|
2007-07-24 20:11:04 +00:00
|
|
|
%{_sysconfdir}/logwatch/scripts/services/bacula
|
2009-12-04 15:00:35 +00:00
|
|
|
%{_sysconfdir}/logwatch/scripts/shared/applybaculadate
|
2011-11-30 14:55:59 +00:00
|
|
|
%if 0%{?fedora} >= 15 || 0%{?rhel} > 6
|
2011-09-08 16:31:35 +00:00
|
|
|
%{_unitdir}/bacula-dir.service
|
2011-11-30 14:55:59 +00:00
|
|
|
%else
|
|
|
|
%{_initrddir}/bacula-dir
|
|
|
|
%endif
|
|
|
|
%{_sbindir}/bacula-dir
|
2007-07-24 20:11:04 +00:00
|
|
|
%{_sbindir}/bregex
|
2011-12-05 18:06:44 +00:00
|
|
|
%{_sbindir}/bsmtp
|
2007-07-24 20:11:04 +00:00
|
|
|
%{_sbindir}/bwild
|
2011-11-30 14:55:59 +00:00
|
|
|
%{_sbindir}/dbcheck
|
2012-05-28 20:54:40 +00:00
|
|
|
%{_mandir}/man1/bsmtp.1.*
|
|
|
|
%{_mandir}/man8/bacula-dir.8.*
|
|
|
|
%{_mandir}/man8/bregex.8.*
|
|
|
|
%{_mandir}/man8/bwild.8.*
|
|
|
|
%{_mandir}/man8/dbcheck.8.*
|
2011-11-30 14:55:59 +00:00
|
|
|
%{_libexecdir}/%{name}/create_bacula_database
|
|
|
|
%{_libexecdir}/%{name}/delete_catalog_backup
|
|
|
|
%{_libexecdir}/%{name}/drop_bacula_database
|
|
|
|
%{_libexecdir}/%{name}/drop_bacula_tables
|
|
|
|
%{_libexecdir}/%{name}/grant_bacula_privileges
|
|
|
|
%{_libexecdir}/%{name}/make_bacula_tables
|
|
|
|
%{_libexecdir}/%{name}/make_catalog_backup
|
|
|
|
%{_libexecdir}/%{name}/make_catalog_backup.pl
|
|
|
|
%{_libexecdir}/%{name}/update_bacula_tables
|
|
|
|
%{_libexecdir}/%{name}/create_mysql_database
|
|
|
|
%{_libexecdir}/%{name}/drop_mysql_database
|
|
|
|
%{_libexecdir}/%{name}/drop_mysql_tables
|
|
|
|
%{_libexecdir}/%{name}/grant_mysql_privileges
|
|
|
|
%{_libexecdir}/%{name}/make_mysql_tables
|
|
|
|
%{_libexecdir}/%{name}/update_mysql_tables
|
|
|
|
%{_libexecdir}/%{name}/create_sqlite3_database
|
|
|
|
%{_libexecdir}/%{name}/drop_sqlite3_database
|
|
|
|
%{_libexecdir}/%{name}/drop_sqlite3_tables
|
|
|
|
%{_libexecdir}/%{name}/grant_sqlite3_privileges
|
|
|
|
%{_libexecdir}/%{name}/make_sqlite3_tables
|
|
|
|
%{_libexecdir}/%{name}/update_sqlite3_tables
|
|
|
|
%{_libexecdir}/%{name}/create_postgresql_database
|
|
|
|
%{_libexecdir}/%{name}/drop_postgresql_database
|
|
|
|
%{_libexecdir}/%{name}/drop_postgresql_tables
|
|
|
|
%{_libexecdir}/%{name}/grant_postgresql_privileges
|
|
|
|
%{_libexecdir}/%{name}/make_postgresql_tables
|
|
|
|
%{_libexecdir}/%{name}/update_postgresql_tables
|
2007-07-24 20:11:04 +00:00
|
|
|
|
2011-12-02 17:35:52 +00:00
|
|
|
%files storage
|
2007-07-24 20:11:04 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_sbindir}/bacula-sd
|
2011-11-30 14:55:59 +00:00
|
|
|
%{_sbindir}/bcopy
|
2007-07-24 20:11:04 +00:00
|
|
|
%{_sbindir}/bextract
|
|
|
|
%{_sbindir}/bls
|
2012-01-03 15:05:22 +00:00
|
|
|
%{_sbindir}/bscan
|
2007-07-24 20:11:04 +00:00
|
|
|
%{_sbindir}/btape
|
|
|
|
%config(noreplace) %{_sysconfdir}/bacula/bacula-sd.conf
|
2011-11-30 14:55:59 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/bacula-sd
|
|
|
|
%if 0%{?fedora} >= 15 || 0%{?rhel} > 6
|
2011-09-08 16:31:35 +00:00
|
|
|
%{_unitdir}/bacula-sd.service
|
2011-11-30 14:55:59 +00:00
|
|
|
%else
|
|
|
|
%{_initrddir}/bacula-sd
|
|
|
|
%endif
|
2011-12-04 10:39:11 +00:00
|
|
|
%{_libexecdir}/%{name}/disk-changer
|
|
|
|
%{_libexecdir}/%{name}/dvd-handler
|
|
|
|
%{_libexecdir}/%{name}/mtx-changer
|
|
|
|
%{_libexecdir}/%{name}/mtx-changer.conf
|
2012-05-28 20:54:40 +00:00
|
|
|
%{_mandir}/man8/bacula-sd.8.*
|
|
|
|
%{_mandir}/man8/bcopy.8.*
|
|
|
|
%{_mandir}/man8/bextract.8.*
|
|
|
|
%{_mandir}/man8/bls.8.*
|
|
|
|
%{_mandir}/man8/bscan.8.*
|
|
|
|
%{_mandir}/man8/btape.8.*
|
2007-07-24 20:11:04 +00:00
|
|
|
|
2011-12-07 09:46:02 +00:00
|
|
|
%files client
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_sbindir}/bacula-fd
|
|
|
|
%if 0%{?fedora} >= 15 || 0%{?rhel} > 6
|
|
|
|
%{_unitdir}/bacula-fd.service
|
|
|
|
%else
|
|
|
|
%{_initrddir}/bacula-fd
|
|
|
|
%endif
|
|
|
|
%config(noreplace) %{_sysconfdir}/bacula/bacula-fd.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/bacula-fd
|
2012-05-28 20:54:40 +00:00
|
|
|
%{_mandir}/man8/bacula-fd.8.*
|
2011-12-07 09:46:02 +00:00
|
|
|
%{_libdir}/bacula/bpipe-fd.so
|
|
|
|
|
|
|
|
%files console
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_sbindir}/bconsole
|
2011-12-11 16:39:25 +00:00
|
|
|
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/bacula/bconsole.conf
|
2012-05-28 20:54:40 +00:00
|
|
|
%{_mandir}/man8/bconsole.8.*
|
2011-12-07 09:46:02 +00:00
|
|
|
|
2012-01-04 17:28:44 +00:00
|
|
|
%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
|
2011-12-07 09:46:02 +00:00
|
|
|
%files console-bat
|
|
|
|
%defattr(-,root,root,-)
|
2011-12-11 16:04:27 +00:00
|
|
|
%doc %{_datadir}/doc/bacula-console-bat-%{version}/*
|
2011-12-11 16:39:25 +00:00
|
|
|
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/bacula/bat.conf
|
2011-12-07 09:46:02 +00:00
|
|
|
%{_sbindir}/bat
|
2012-05-28 20:54:40 +00:00
|
|
|
%{_mandir}/man1/bat.1.*
|
2011-12-07 09:46:02 +00:00
|
|
|
%{_datadir}/applications/fedora-bacula-bat.desktop
|
2011-12-12 16:18:26 +00:00
|
|
|
%{_datadir}/pixmaps/bat.png
|
|
|
|
|
|
|
|
%files traymonitor
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_sbindir}/bacula-tray-monitor
|
|
|
|
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/bacula/tray-monitor.conf
|
|
|
|
%{_datadir}/applications/fedora-bacula-traymonitor.desktop
|
|
|
|
%{_datadir}/pixmaps/bacula-tray-monitor.png
|
2011-12-07 09:46:02 +00:00
|
|
|
%endif
|
|
|
|
|
2012-01-05 17:01:01 +00:00
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_includedir}/bacula
|
|
|
|
%{_libdir}/libbac.la
|
|
|
|
%{_libdir}/libbaccats.la
|
|
|
|
%{_libdir}/libbaccats-mysql.la
|
|
|
|
%{_libdir}/libbaccats-postgresql.la
|
|
|
|
%{_libdir}/libbaccats-sqlite3.la
|
|
|
|
%{_libdir}/libbacsql.la
|
|
|
|
%{_libdir}/libbaccfg.la
|
|
|
|
%{_libdir}/libbacfind.la
|
|
|
|
%{_libdir}/libbacpy.la
|
|
|
|
|
2011-11-30 14:55:59 +00:00
|
|
|
%files -n nagios-plugins-bacula
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/nagios/plugins/check_bacula
|
2007-07-24 20:11:04 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2012-06-12 10:21:44 +00:00
|
|
|
* Tue Jun 12 2012 Simone Caronni <negativo17@gmail.com> - 5.2.9-1
|
|
|
|
- Update to 5.2.9, remove termlib patch.
|
|
|
|
|
2012-06-11 12:51:16 +00:00
|
|
|
* Mon Jun 11 2012 Simone Caronni <negativo17@gmail.com> - 5.2.8-2
|
|
|
|
- Fix console build on RHEL 5.
|
|
|
|
|
2012-06-11 09:12:37 +00:00
|
|
|
* Mon Jun 11 2012 Simone Caronni <negativo17@gmail.com> - 5.2.8-1
|
|
|
|
- Update to 5.2.8.
|
|
|
|
- Removed upstram xattr patch.
|
2012-06-11 09:15:56 +00:00
|
|
|
- Added database backend detection to bacula-libs-sql for upgrades from
|
|
|
|
<= 5.0.3-28-fc16 and 5.2.6-1.fc17.
|
2012-06-11 09:12:37 +00:00
|
|
|
|
2012-06-08 08:09:00 +00:00
|
|
|
* Fri Jun 08 2012 Simone Caronni <negativo17@gmail.com> - 5.2.7-4
|
|
|
|
- Make a note about mt-st and mtx (bz#829888).
|
|
|
|
- Update README.Fedora with current information.
|
|
|
|
- Fix bacula-sd group on Fedora and RHEL >= 6 (bz#829509).
|
|
|
|
|
2012-06-06 16:18:42 +00:00
|
|
|
* Wed Jun 06 2012 Simone Caronni <negativo17@gmail.com> - 5.2.7-3
|
|
|
|
- Final xattr patch from upstream for bz#819158.
|
2012-06-06 17:22:11 +00:00
|
|
|
- Switch alternatives to point to the unversioned system libraries.
|
|
|
|
Pointed out by the closely related bug #829219.
|
2012-06-06 16:18:42 +00:00
|
|
|
|
2012-06-04 11:52:33 +00:00
|
|
|
* Mon Jun 04 2012 Simone Caronni <negativo17@gmail.com> - 5.2.7-2
|
|
|
|
- Remove python-devel test leftover.
|
|
|
|
- Updated bat build patch to add support for RHEL 6.
|
|
|
|
|
2012-06-04 09:38:37 +00:00
|
|
|
* Mon Jun 04 2012 Simone Caronni <negativo17@gmail.com> - 5.2.7-1
|
|
|
|
- Updated to 5.2.7, removed patches included upstream.
|
|
|
|
- Removed python-devel patch, fix included in python package.
|
|
|
|
- Replaced tabs with blanks in spec file (rpmlint).
|
|
|
|
|
2012-05-28 20:54:40 +00:00
|
|
|
* Mon May 28 2012 Simone Caronni <negativo17@gmail.com> - 5.2.6-6
|
|
|
|
- Even if pulled in by dependencies, re-add explict BR on systemd-units.
|
|
|
|
- Remove .gz suffix for man pages in file lists as per packaging guidelines.
|
|
|
|
|
2012-05-28 13:13:46 +00:00
|
|
|
* Mon May 28 2012 Simone Caronni <negativo17@gmail.com> - 5.2.6-5
|
|
|
|
- Patch for bug #819158.
|
|
|
|
- Updated hostname patch with official fix.
|
|
|
|
- Sorted all BuildRequires and removed useless systemd-units.
|
|
|
|
|
|
|
|
* Wed May 23 2012 Simone Caronni <negativo17@gmail.com> - 5.2.6-4
|
2012-05-23 09:12:06 +00:00
|
|
|
- Added python config workaround for Fedora 16.
|
|
|
|
|
2012-05-21 13:42:08 +00:00
|
|
|
* Mon May 21 2012 Simone Caronni <negativo17@gmail.com> - 5.2.6-3
|
|
|
|
- Removed _install, _mkdir and _make macro.
|
2012-05-21 14:37:29 +00:00
|
|
|
- Added _isa to BuildRequires.
|
|
|
|
- Removed lzo-devel option for RHEL 4 (EOL).
|
2012-05-21 13:42:08 +00:00
|
|
|
|
2012-03-16 08:54:36 +00:00
|
|
|
* Fri Mar 16 2012 Simone Caronni <negativo17@gmail.com> - 5.2.6-2
|
|
|
|
- Move libbaccats and libbacsql into bacula-libs-sql package so only
|
|
|
|
Director and Storage daemons pull in SQL dependencies:
|
|
|
|
http://old.nabble.com/Standalone-client-question-td33495990.html
|
|
|
|
|
2012-02-22 11:15:46 +00:00
|
|
|
* Wed Feb 22 2012 Simone Caronni <negativo17@gmail.com> - 5.2.6-1
|
|
|
|
- Update to 5.2.6.
|
|
|
|
|
2012-02-10 14:12:32 +00:00
|
|
|
* Fri Feb 10 2012 Simone Caronni <negativo17@gmail.com> - 5.2.5-3
|
|
|
|
- WX and gnome console should be upgraded from bconsole, not
|
|
|
|
libraries.
|
|
|
|
|
2012-01-30 12:04:09 +00:00
|
|
|
* Mon Jan 30 2012 Simone Caronni <negativo17@gmail.com> - 5.2.5-2
|
2012-01-27 08:05:51 +00:00
|
|
|
- License has changed to AGPLv3 in 5.0.3. Thanks Erinn.
|
2012-01-30 12:04:09 +00:00
|
|
|
- Fix ldconfig/alternatives symlinks on removal of packages and
|
|
|
|
upgrades from recent f15/f16 changes.
|
2012-01-27 08:05:51 +00:00
|
|
|
|
2012-01-26 11:31:57 +00:00
|
|
|
* Thu Jan 26 2012 Simone Caronni <negativo17@gmail.com> - 5.2.5-1
|
|
|
|
- Update to 5.2.5.
|
|
|
|
- Change the alternative library to the base shared object name
|
|
|
|
so the preference set is not lost when changing releases.
|
|
|
|
|
2012-01-23 15:13:35 +00:00
|
|
|
* Mon Jan 23 2012 Simone Caronni <negativo17@gmail.com> - 5.2.4-4
|
|
|
|
- Remove old BuildRequires for bacula-docs.
|
|
|
|
|
2012-01-20 17:03:42 +00:00
|
|
|
* Fri Jan 20 2012 Simone Caronni <negativo17@gmail.com> - 5.2.4-3
|
|
|
|
- Fix for rhbz#728693.
|
|
|
|
|
2012-01-20 15:47:25 +00:00
|
|
|
* Fri Jan 20 2012 Simone Caronni <negativo17@gmail.com> - 5.2.4-2
|
|
|
|
- Close bugs rhbz#708712, rhbz#556669, rhbz#726147
|
|
|
|
|
2012-01-18 16:33:53 +00:00
|
|
|
* Wed Jan 18 2012 Simone Caronni <negativo17@gmail.com> - 5.2.4-1
|
|
|
|
- Update to 5.2.4, rework libbaccats installation as they have
|
|
|
|
fixed the soname library problem.
|
|
|
|
|
2012-01-15 11:26:14 +00:00
|
|
|
* Sun Jan 12 2012 Simone Caronni <negativo17@gmail.com> - 5.2.3-8
|
|
|
|
- Fix tray monitor desktop file.
|
|
|
|
|
2012-01-11 09:57:43 +00:00
|
|
|
* Wed Jan 11 2012 Simone Caronni <negativo17@gmail.com> - 5.2.3-7
|
|
|
|
- Split off bacula-docs subpackage.
|
|
|
|
|
2012-01-05 11:02:52 +00:00
|
|
|
* Thu Jan 05 2012 Simone Caronni <negativo17@gmail.com> - 5.2.3-6
|
|
|
|
- Make docs conditional at build for testing.
|
2012-01-05 17:01:01 +00:00
|
|
|
- Add devel subpackage.
|
2012-01-05 11:02:52 +00:00
|
|
|
|
2012-01-03 15:05:22 +00:00
|
|
|
* Tue Jan 03 2012 Simone Caronni <negativo17@gmail.com> - 5.2.3-5
|
|
|
|
- Trim changelog.
|
|
|
|
- Merge bacula-director backends and move libbacats alternatives
|
|
|
|
to bacula-libs.
|
|
|
|
- Move bscan to bacula-storage now that is dependent only on
|
|
|
|
bacula-libs.
|
2012-01-04 14:17:24 +00:00
|
|
|
- Added README.Fedora.
|
2012-01-03 15:05:22 +00:00
|
|
|
|
2011-12-20 12:29:37 +00:00
|
|
|
* Tue Dec 20 2011 Simone Caronni <negativo17@gmail.com> - 5.2.3-4
|
|
|
|
- Changing uid from 33 per previous discussion, static uid
|
|
|
|
already allocated is 133:
|
|
|
|
"cat /usr/share/doc/setup-2.8.36/uidgid | grep bacula"
|
|
|
|
|
2011-12-20 08:23:13 +00:00
|
|
|
* Mon Dec 19 2011 Simone Caronni <negativo17@gmail.com> - 5.2.3-3
|
|
|
|
- Remove fedora-usermgmt entirely, see thread at:
|
|
|
|
http://lists.fedoraproject.org/pipermail/packaging/2011-December/008034.html
|
|
|
|
|
2011-12-19 15:20:41 +00:00
|
|
|
* Mon Dec 19 2011 Simone Caronni <negativo17@gmail.com> - 5.2.3-2
|
|
|
|
- Remove leftover users when removing bacula-common.
|
|
|
|
- Allow building "--without fedora" to avoid RHEL dependency on EPEL:
|
|
|
|
http://fedoraproject.org/wiki/PackageUserCreation
|
|
|
|
|
2011-12-19 08:36:11 +00:00
|
|
|
* Mon Dec 19 2011 Simone Caronni <negativo17@gmail.com> - 5.2.3-1
|
|
|
|
- Updated to 5.2.3.
|
2011-12-19 09:21:58 +00:00
|
|
|
- Remove fedora-usermgmt from libs Requires section.
|
2011-12-19 08:36:11 +00:00
|
|
|
|
2011-12-11 16:04:27 +00:00
|
|
|
* Sun Dec 11 2011 Simone Caronni <negativo17@gmail.com> - 5.2.2-11
|
|
|
|
- Add bat html docs so the help button works.
|
|
|
|
- Minor packaging changes.
|
2011-12-11 16:39:25 +00:00
|
|
|
- Default permissions on bconsole and bat.
|
2011-12-11 17:28:18 +00:00
|
|
|
- Use localhost as default on config files instead of patching fake
|
|
|
|
example.com hostnames.
|
2011-12-12 16:18:26 +00:00
|
|
|
- Add QT tray monitor.
|
2011-12-11 16:04:27 +00:00
|
|
|
|
2011-12-10 21:52:34 +00:00
|
|
|
* Sat Dec 10 2011 Simone Caronni <negativo17@gmail.com> - 5.2.2-10
|
|
|
|
- Added patch for mysql 5.5.18 from Oliver Falk.
|
|
|
|
|
2011-12-07 14:34:15 +00:00
|
|
|
* Wed Dec 07 2011 Simone Caronni <negativo17@gmail.com> - 5.2.2-9
|
|
|
|
- Add sample-query.sql as config file.
|
2011-12-07 17:02:25 +00:00
|
|
|
- Small log changes.
|
2011-12-07 14:34:15 +00:00
|
|
|
|
2011-12-07 09:19:28 +00:00
|
|
|
* Wed Dec 07 2011 Simone Caronni <negativo17@gmail.com> - 5.2.2-8
|
|
|
|
- Fixed building on RHEL/CentOS 4.
|
2011-12-07 10:15:05 +00:00
|
|
|
- Split out libs package to remove dependency on bacula-common for
|
|
|
|
bconsole, bat and check_bacula.
|
2011-12-07 10:16:08 +00:00
|
|
|
- Fix typo in post scriptlet for director-sqlite.
|
2011-12-07 09:19:28 +00:00
|
|
|
|
2011-12-06 08:48:33 +00:00
|
|
|
* Tue Dec 06 2011 Simone Caronni <negativo17@gmail.com> - 5.2.2-7
|
|
|
|
- Added libcap for POSIX.1e capabilities in bacula-fd (5.0.0 feature).
|
|
|
|
- Allow systemd files to read options set in the sysconfig
|
|
|
|
configuration files like SysV scripts to enable capabilities.
|
|
|
|
- Set capabilities as optional for now.
|
|
|
|
|
2011-12-05 18:06:44 +00:00
|
|
|
* Mon Dec 05 2011 Simone Caronni <negativo17@gmail.com> - 5.2.2-6
|
|
|
|
- Removed leftover files and small rpmlint fixes.
|
|
|
|
- Additional file moves between packages.
|
2011-12-05 18:25:20 +00:00
|
|
|
- Enabled LZO compression (5.2.1 feature).
|
2011-12-05 18:06:44 +00:00
|
|
|
|
2011-12-05 11:34:08 +00:00
|
|
|
* Mon Dec 05 2011 Simone Caronni <negativo17@gmail.com> - 5.2.2-5
|
|
|
|
- Remove redundant user/group in service files.
|
2011-12-05 14:03:01 +00:00
|
|
|
- Reduce patching for what can be passed through configure.
|
2011-12-05 14:29:19 +00:00
|
|
|
- Remove dsolink patch, not needed anymore.
|
2011-12-05 11:34:08 +00:00
|
|
|
|
2011-12-02 17:35:52 +00:00
|
|
|
* Thu Dec 02 2011 Simone Caronni <negativo17@gmail.com> - 5.2.2-4
|
|
|
|
- Rename storage-common to storage and make it provide storage-common.
|
2011-12-04 10:39:11 +00:00
|
|
|
- Move bscan to director-common.
|
|
|
|
- Move storage scripts to storage.
|
2011-12-04 14:17:28 +00:00
|
|
|
- Add html docs.
|
2011-12-04 13:39:25 +00:00
|
|
|
- Install dummy catalogue library and mark it as ghost.
|
2011-12-02 17:35:52 +00:00
|
|
|
|
|
|
|
* Thu Dec 01 2011 Simone Caronni <negativo17@gmail.com> - 5.2.2-3
|
|
|
|
- Add missing conditional for bat in the build section.
|
|
|
|
- Make bat require qt4-devel on build (rhel 5 fix).
|
|
|
|
- Bumped requirement for qt >= 4.6.2 for 5.2.2.
|
|
|
|
- Renamed bacula-config.patch to bacula-5.2.2-config.patch as it
|
|
|
|
always changes.
|
|
|
|
- Fix installation of bat and check_bacula binaries. Enabling
|
|
|
|
libtool for bpipe-fd.so produces binaries under .libs.
|
|
|
|
- Removed fedora-usermgmt requirement for director-common.
|
|
|
|
- Removed examples from docs and make them "noarch".
|
|
|
|
- Fix bacula-console requirements.
|
|
|
|
- Fix nagios plugin summary.
|
|
|
|
- Removed checkconf functions from SysV init files and replace
|
|
|
|
the call with the script used in systemd service files. Make
|
|
|
|
the script available in all builds.
|
|
|
|
- Make docs NoArch where supported.
|
|
|
|
|
2011-12-01 18:02:53 +00:00
|
|
|
* Thu Dec 1 2011 Tom Callaway <spot@fedoraproject.org> - 5.2.2-2
|
|
|
|
- resolve broken dependency issues
|
|
|
|
|
2011-11-30 14:55:59 +00:00
|
|
|
* Tue Nov 29 2011 Tom Callaway <spot@fedoraproject.org> - 5.2.2-1
|
|
|
|
- Update to 5.2.2
|
|
|
|
- minor spec cleanups, conditionalized support for systemd
|
|
|
|
|
|
|
|
* Fri Nov 04 2011 Simone Caronni <negativo17@gmail.com> - 5.2.1-1
|
|
|
|
- Updated to 5.2.1.
|
|
|
|
- Reworked and removed some patches for 5.2.1 codebase.
|
|
|
|
- Reworked bat installation.
|
|
|
|
- Removed sqlite2 support.
|
|
|
|
- Removed all the fancy database backend rebuilding.
|
|
|
|
- Disabled libtool for bpipe-fd.so.
|
|
|
|
- Passed plugins dir as libdir/bacula.
|
|
|
|
- Added sql libs to alternatives.
|
|
|
|
- Disabled traymonitor.
|
|
|
|
- Minor fixes to spec file, rpmlint fixes.
|
|
|
|
- Nagios patch for Enterprise FDs.
|
|
|
|
- Removed all gui/web stuff.
|
|
|
|
- Removed a lot of comments.
|
|
|
|
- Conditional on Fedora 11 / RHEL 6 for bat build.
|
|
|
|
- Obsolete bacula-sysconfdir.
|
|
|
|
- Removed bwxconsole.
|
|
|
|
|
2011-11-03 13:16:10 +00:00
|
|
|
* Thu Nov 3 2011 Lukáš Nykrýn <lnykryn@redhat.com> - 5.0.3-13
|
2011-11-03 13:12:43 +00:00
|
|
|
- fixed creating of bacula MySQL tables and bump
|
|
|
|
|
2011-10-21 07:07:37 +00:00
|
|
|
* Fri Oct 9 2011 Lukáš Nykrýn <lnykryn@redhat.com> - 5.0.3-12
|
|
|
|
- fixed restart option in service files (#745529)
|
2011-11-03 12:18:02 +00:00
|
|
|
- fixed creating of bacula MySQL tables (#724894)
|
2011-10-21 07:07:37 +00:00
|
|
|
|
2011-09-09 15:42:39 +00:00
|
|
|
* Fri Sep 9 2011 Tom Callaway <spot@fedoraproject.org> - 5.0.3-11
|
|
|
|
- add missing scriptlets
|
|
|
|
|
2011-09-08 16:31:35 +00:00
|
|
|
* Thu Sep 8 2011 Tom Callaway <spot@fedoraproject.org> - 5.0.3-10
|
|
|
|
- convert to systemd
|
|
|
|
|
2011-03-23 18:04:15 +00:00
|
|
|
* Wed Mar 23 2011 Dan Horák <dan@danny.cz> - 5.0.3-9
|
|
|
|
- rebuilt for mysql 5.5.10 (soname bump in libmysqlclient)
|
|
|
|
|
2011-02-08 04:06:42 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.3-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-03 19:23:28 +00:00
|
|
|
* Mon Jan 03 2011 Jon Ciesla <limb@jcomserv.net> - 5.0.3-7
|
2011-01-06 17:32:03 +00:00
|
|
|
- Rebuild for MySQL 5.5, with patch.
|
2011-01-03 19:23:28 +00:00
|
|
|
|
2010-11-26 09:46:56 +00:00
|
|
|
* Fri Nov 26 2010 Jan Görig <jgorig@redhat.com> - 5.0.3-6
|
|
|
|
- Fixed previous fix of alternatives
|
|
|
|
- Changed initscript return value for non-configured service
|
|
|
|
- Director address is required in tray-monitor config now (#626490)
|
|
|
|
|
2010-11-23 16:42:06 +00:00
|
|
|
* Tue Nov 23 2010 Jan Görig <jgorig@redhat.com> - 5.0.3-5
|
|
|
|
- Fixed alternatives for dbcheck (#650224)
|
|
|
|
- Moved director log file to /var/log/bacula/
|
|
|
|
- Changed permission of bacula-dir.conf (RHEL #651786)
|
|
|
|
- SQLite database is created as bacula user
|
|
|
|
|
2010-10-19 15:29:37 +00:00
|
|
|
* Tue Oct 19 2010 Jan Görig <jgorig@redhat.com> - 5.0.3-4
|
|
|
|
- Fixed initscripts and changed default group of bacula-sd (#629697)
|
|
|
|
- Better warning for non-configured password (#556669)
|
|
|
|
|
2010-09-29 20:58:04 +00:00
|
|
|
* Wed Sep 29 2010 jkeating - 5.0.3-3
|
|
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
|
2010-09-23 12:13:22 +00:00
|
|
|
* Thu Sep 23 2010 Jan Görig <jgorig@redhat.com> - 5.0.3-2
|
|
|
|
- fixed openssl patch, thanks to Enrico Scholz
|
|
|
|
|
2010-08-16 17:01:39 +00:00
|
|
|
* Tue Aug 10 2010 Jon Ciesla <limb@jcomserv.net> - 5.0.3-1
|
|
|
|
- New upstream.
|
|
|
|
- DSOlink fix for same.
|
|
|
|
|
2010-07-30 16:32:55 +00:00
|
|
|
* Fri Jul 30 2010 Jon Ciesla <limb@jcomserv.net> - 5.0.2-8
|
|
|
|
- Patched configure scripts for Python 2.7.
|
|
|
|
|
|
|
|
* Fri Jul 30 2010 Jon Ciesla <limb@jcomserv.net> - 5.0.2-7
|
|
|
|
- Rebuild against Python 2.7.
|
|
|
|
|
2010-07-14 12:18:19 +00:00
|
|
|
* Wed Jul 14 2010 Dan Horák <dan@danny.cz> - 5.0.2-6
|
|
|
|
- rebuilt against wxGTK-2.8.11-2
|
|
|
|
|
2010-06-03 09:57:02 +00:00
|
|
|
* Thu Jun 3 2010 Jan Görig <jgorig@redhat.com> 5.0.2-5
|
|
|
|
- removed no longer needed sysconfig subpackage (#593307]
|
|
|
|
- build with $RPM_OPT_FLAGS, show compiler commands in build log (#575425)
|
|
|
|
fixed by Ville Skyttä
|
|
|
|
- dropped tcp_wrappers build conditional (#537250)
|
|
|
|
- fixed location of query.xml in config file (#556480)
|
|
|
|
|
2010-06-02 10:29:08 +00:00
|
|
|
* Wed Jun 2 2010 Jan Görig <jgorig@redhat.com> 5.0.2-4
|
|
|
|
- initscripts improvements
|
|
|
|
- fixed consolehelper settings and menu entries
|
|
|
|
|
2010-06-01 19:03:50 +00:00
|
|
|
* Tue Jun 01 2010 Jon Ciesla <limb@jcomserv.net - 5.0.2-3
|
|
|
|
- Corrected ssl patch, court. jgorig.
|
|
|
|
|
2010-05-19 15:55:24 +00:00
|
|
|
* Wed May 19 2010 Jon Ciesla <limb@jcomserv.net - 5.0.2-2
|
|
|
|
- Corrected bat build, BZ 593149.
|
|
|
|
- Corrected ssl patch.
|
|
|
|
|
2010-04-30 15:37:22 +00:00
|
|
|
* Thu Apr 29 2010 Jon Ciesla <limb@jcomserv.net - 5.0.2-1
|
|
|
|
- New upstream, 5.0.2.
|
|
|
|
- Updated openssl patch.
|
|
|
|
|
2010-03-18 15:49:34 +00:00
|
|
|
* Thu Feb 25 2010 Jon Ciesla <limb@jcomserv.net - 5.0.1-1
|
|
|
|
- New upstream, 5.0.1.
|
|
|
|
|
2010-01-26 20:47:22 +00:00
|
|
|
* Mon Jan 25 2010 Jon Ciesla <limb@jcomserv.net - 5.0.0-1
|
|
|
|
- New upstream, 5.0.0.
|
|
|
|
|