Drop broken postun scriptlet, BZ 545226.

This commit is contained in:
Jon Ciesla 2009-12-08 13:37:29 +00:00
parent 04a9b46ea1
commit 600d10807b

View File

@ -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 <limb@jcomserv.net - 3.0.3-5
- Drop broken postun scriptlet, BZ 545226.
* Thu Dec 03 2009 Jon Ciesla <limb@jcomserv.net - 3.0.3-4
- Fix applybaculadate location.