rpms/bacula/F-10 bacula.spec,1.17,1.18

Jon Ciesla limb at fedoraproject.org
Mon Aug 10 20:07:36 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/bacula/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5294

Modified Files:
	bacula.spec 
Log Message:
Dropped user/group removal per guidelines.
Added -common dep to traymonitor.




Index: bacula.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bacula/F-10/bacula.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- bacula.spec	31 Jul 2009 14:40:10 -0000	1.17
+++ bacula.spec	10 Aug 2009 20:07:36 -0000	1.18
@@ -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 <limb at jcomserv.net - 2.4.4-6
+- Dropped user/group removal per guidelines.
+- Added -common dep to traymonitor.
+
 * Thu Jul 30 2009 Jon Ciesla <limb at jcomserv.net - 2.4.4-5
 - gnome-console consolehelper correction. BZ 426790.
 - add tray-monitor to consolehelper. BZ 426790




More information about the fedora-extras-commits mailing list