From fc95e73ae8a461c7fb9f2fdcea9b6408885a3278 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Dec 08 2009 14:28:59 +0000 Subject: Drop broken postun scriptlet and dep, BZ 545226. --- diff --git a/bacula.spec b/bacula.spec index d35f186..254b3a3 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 @@ -229,7 +229,6 @@ Summary: Common Bacula utilities Group: System Environment/Daemons Requires: bacula-sysconfdir = %{version}-%{release} Requires(pre): fedora-usermgmt -Requires(postun): fedora-usermgmt %description common Bacula is a set of programs that allow you to manage the backup, @@ -697,12 +696,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 +1002,9 @@ fi %changelog +* Tue Dec 08 2009 Jon Ciesla