diff --git a/bacula.spec b/bacula.spec index 54ec6c1..bb3230a 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: 2.4.4 -Release: 5%{?dist} +Release: 6%{?dist} # See LICENSE for details License: GPLv2 with exceptions Group: System Environment/Daemons @@ -307,6 +307,7 @@ certain scripted checks. %package traymonitor Summary: Bacula monitor for the Gnome and KDE system tray Group: System Environment/Daemons +Requires: bacula-common = %{version}-%{release} %description traymonitor Bacula is a set of programs that allow you to manage the backup, @@ -690,8 +691,8 @@ fi %postun common -test "$1" != 0 || /usr/sbin/fedora-userdel bacula &>/dev/null || : -test "$1" != 0 || /usr/sbin/fedora-groupdel bacula &>/dev/null || : +#test "$1" != 0 || /usr/sbin/fedora-userdel bacula &>/dev/null || : +#test "$1" != 0 || /usr/sbin/fedora-groupdel bacula &>/dev/null || : %post storage-mysql @@ -996,6 +997,10 @@ fi %changelog +* Mon Aug 10 2009 Jon Ciesla