diff --git a/bacula.spec b/bacula.spec index d35f186..b9f354a 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: 3.0.3 -Release: 4%{?dist} +Release: 5%{?dist} # See LICENSE for details License: GPLv2 with exceptions Group: System Environment/Daemons @@ -697,12 +697,6 @@ fi -c 'Bacula Backup System' -g bacula bacula &>/dev/null || : -%postun common -Dropped due to Guidelines -#test "$1" != 0 || /usr/sbin/fedora-userdel bacula &>/dev/null || : -#test "$1" != 0 || /usr/sbin/fedora-groupdel bacula &>/dev/null || : - - %post storage-mysql /usr/sbin/alternatives --install /usr/sbin/bcopy bacula-sd /usr/sbin/bcopy.mysql 50 \ --slave /usr/sbin/dbcheck bacula-bscan /usr/sbin/bscan.mysql @@ -1009,6 +1003,9 @@ fi %changelog +* Tue Dec 08 2009 Jon Ciesla