[bacula] Add mt-st requirement to storage

Simone Caronni slaanesh at fedoraproject.org
Mon Mar 4 13:33:01 UTC 2013


commit 6dd171151c05b45f6c6a6ee814aad19ba3d09aa5
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Mon Mar 4 14:32:50 2013 +0100

    Add mt-st requirement to storage

 bacula.spec               |    6 +++++-
 quickstart_mysql.txt      |    7 +------
 quickstart_postgresql.txt |    7 +------
 quickstart_sqlite3.txt    |    7 +------
 4 files changed, 8 insertions(+), 19 deletions(-)
---
diff --git a/bacula.spec b/bacula.spec
index cc5c31c..8ebc047 100644
--- a/bacula.spec
+++ b/bacula.spec
@@ -3,7 +3,7 @@
 
 Name:                   bacula
 Version:                5.2.13
-Release:                5%{?dist}
+Release:                6%{?dist}
 Summary:                Cross platform network backup for Linux, Unix, Mac and Windows
 # See LICENSE for details
 License:                AGPLv3 with exceptions
@@ -176,6 +176,7 @@ This package contains the director files.
 Summary:                Bacula storage daemon files
 Group:                  System Environment/Daemons
 Requires:               bacula-common%{?_isa} = %{version}-%{release}
+Requires:               mt-st
 # Storage backends merged into core.
 Provides:               bacula-storage-common = %{version}-%{release}
 Obsoletes:              bacula-storage-common < 5.2.2-2
@@ -906,6 +907,9 @@ fi
 
 
 %changelog
+* Mon Mar 04 2013 Simone Caronni <negativo17 at gmail.com> - 5.2.13-6
+- Add mt-st requirement to storage package; update quick start docs.
+
 * Tue Feb 26 2013 Simone Caronni <negativo17 at gmail.com> - 5.2.13-5
 - Improve documentation.
 
diff --git a/quickstart_mysql.txt b/quickstart_mysql.txt
index b7efa59..9d1c1a4 100644
--- a/quickstart_mysql.txt
+++ b/quickstart_mysql.txt
@@ -48,12 +48,7 @@ and all daemons and consoles in one server.
 # systemctl start bacula-fd.service
 # echo status bacula-fd | bconsole
 
-6) If you don't backup to disk and have a tape library or autochanger, please
-also install the magnetic tapes commands:
-
-# yum -y install mt-st mtx
-
-7) To grant console access to regular users add the read permission to the
+6) To grant console access to regular users add the read permission to the
 console configuration files. Remember that there is no authentication check; so
 a user that can launch the console can perform any command.
 
diff --git a/quickstart_postgresql.txt b/quickstart_postgresql.txt
index 088f196..8ff6b17 100644
--- a/quickstart_postgresql.txt
+++ b/quickstart_postgresql.txt
@@ -50,12 +50,7 @@ $ ./grant_bacula_privileges
 # systemctl start bacula-fd.service
 # echo status bacula-fd | bconsole
 
-6) If you don't backup to disk and have a tape library or autochanger, please
-also install the magnetic tapes commands:
-
-# yum -y install mt-st mtx
-
-7) To grant console access to regular users add the read permission to the
+6) To grant console access to regular users add the read permission to the
 console configuration files. Remember that there is no authentication check; so
 a user that can launch the console can perform any command.
 
diff --git a/quickstart_sqlite3.txt b/quickstart_sqlite3.txt
index 75022ea..0985f29 100644
--- a/quickstart_sqlite3.txt
+++ b/quickstart_sqlite3.txt
@@ -45,12 +45,7 @@ and all daemons and consoles in one server.
 # systemctl start bacula-fd.service
 # echo status bacula-fd | bconsole
 
-6) If you don't backup to disk and have a tape library or autochanger, please
-also install the magnetic tapes commands:
-
-# yum -y install mt-st mtx
-
-7) To grant console access to regular users add the read permission to the
+6) To grant console access to regular users add the read permission to the
 console configuration files. Remember that there is no authentication check; so
 a user that can launch the console can perform any command.
 


More information about the scm-commits mailing list