Skip to content

Commit

Permalink
bareos-director requires bareos-database-tools
Browse files Browse the repository at this point in the history
make_catalog_backup.pl (from bareos-director) requires bareso-dbcheck (from bareos-database-tools).

Fixes #148: bareos-director requires bareos-database-tools

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
  • Loading branch information
joergsteffens authored and Marco van Wieringen committed Feb 17, 2015
1 parent 529f0e0 commit 8804fab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion debian/control
Expand Up @@ -192,7 +192,8 @@ Description: Backup Archiving Recovery Open Sourced - development files
Package: bareos-director
Architecture: any
Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, adduser
Depends: bareos-common (= ${binary:Version}), bareos-database-common (= ${binary:Version}), lsb-base (>= 3.2-13), lsof, mailx, ${shlibs:Depends}, ${misc:Depends}
Depends: bareos-common (= ${binary:Version}), bareos-database-common (= ${binary:Version}), bareos-database-tools, lsb-base (>= 3.2-13), mailx, ${shlibs:Depends}, ${misc:Depends}
Recommends: logrotate
Conflicts: bacula-director
Replaces: bacula-director
Description: Backup Archiving Recovery Open Sourced - director daemon
Expand Down
2 changes: 1 addition & 1 deletion platforms/rpms/bareos.spec
Expand Up @@ -218,10 +218,10 @@ Summary: Provide bareos director daemon
Group: Productivity/Archiving/Backup
Requires: %{name}-common = %{version}
Requires: %{name}-database-common = %{version}
Requires: %{name}-database-tools
%if 0%{?suse_version}
# Don't use this option on anything other then SUSE derived distributions
# as Fedora & others don't know this tag
Recommends: %{name}-database-tools
Recommends: logrotate
%endif
Provides: %{name}-dir
Expand Down

0 comments on commit 8804fab

Please sign in to comment.