rpms/bacula/F-11 bacula.spec,1.28,1.29

Jon Ciesla limb at fedoraproject.org
Mon Aug 10 19:28:35 UTC 2009


Author: limb

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

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-11/bacula.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- bacula.spec	31 Jul 2009 14:12:41 -0000	1.28
+++ bacula.spec	10 Aug 2009 19:28:35 -0000	1.29
@@ -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