[bacula/f14/master] Fixed previous fix of alternatives

Jan Görig jgorig at fedoraproject.org
Fri Nov 26 10:11:09 UTC 2010


commit ea88d44a45f50167dac730dac45670326011f4a5
Author: Jan Görig <jgorig at redhat.com>
Date:   Fri Nov 26 11:07:12 2010 +0100

    Fixed previous fix of alternatives

 bacula.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/bacula.spec b/bacula.spec
index 6ec87ae..48dc943 100644
--- a/bacula.spec
+++ b/bacula.spec
@@ -8,7 +8,7 @@
 Summary: Cross platform network backup for Linux, Unix, Mac and Windows
 Name: bacula
 Version: 5.0.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 # See LICENSE for details
 License: GPLv2 with exceptions
 Group: System Environment/Daemons
@@ -705,17 +705,17 @@ fi
 
 %post storage-mysql
 /usr/sbin/alternatives --install /usr/sbin/bcopy bacula-sd /usr/sbin/bcopy.mysql 50 \
-	--slave /usr/sbin/dbcheck bacula-dbcheck /usr/sbin/dbcheck.mysql 
+	--slave /usr/sbin/bscan bacula-bscan /usr/sbin/bscan.mysql 
 
 
 %post storage-sqlite
 /usr/sbin/alternatives --install /usr/sbin/bcopy bacula-sd /usr/sbin/bcopy.sqlite 40 \
-	--slave /usr/sbin/dbcheck bacula-dbcheck /usr/sbin/dbcheck.sqlite
+	--slave /usr/sbin/bscan bacula-bscan /usr/sbin/bscan.sqlite
 
 
 %post storage-postgresql
 /usr/sbin/alternatives --install /usr/sbin/bcopy bacula-sd /usr/sbin/bcopy.postgresql 60 \
-	--slave /usr/sbin/dbcheck bacula-dbcheck /usr/sbin/dbcheck.postgresql
+	--slave /usr/sbin/bscan bacula-bscan /usr/sbin/bscan.postgresql
 
 
 %preun storage-mysql
@@ -1008,6 +1008,9 @@ fi
 
 
 %changelog
+* Fri Nov 26 2010 Jan Görig <jgorig at redhat.com> - 5.0.3-2
+- Fixed previous fix of alternatives
+
 * Wed Nov 24 2010 Jan Görig <jgorig at redhat.com> 5.0.3-1
 - Upgrade to new upstream version and included fixes from Rawhide
 - Fixed initscripts (#629697, #556669)


More information about the scm-commits mailing list