rpms/bacula/devel bacula.spec,1.29,1.30

Jon Ciesla limb at fedoraproject.org
Mon Aug 10 19:26:38 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/bacula/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28049

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/devel/bacula.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- bacula.spec	31 Jul 2009 13:07:38 -0000	1.29
+++ bacula.spec	10 Aug 2009 19:26:38 -0000	1.30
@@ -8,7 +8,7 @@
 Summary: Cross platform network backup for Linux, Unix, Mac and Windows
 Name: bacula
 Version: 3.0.2
-Release: 2%{?dist}
+Release: 3%{?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,
@@ -694,8 +695,9 @@ fi
 
 
 %postun common
-test "$1" != 0 || /usr/sbin/fedora-userdel  bacula &>/dev/null || :
-test "$1" != 0 || /usr/sbin/fedora-groupdel bacula &>/dev/null || :
+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
@@ -1003,6 +1005,10 @@ fi
 
 
 %changelog
+* Mon Aug 10 2009 Jon Ciesla <limb at jcomserv.net - 3.0.2-3
+- Dropped user/group removal per guidelines.
+- Added -common dep to traymonitor.
+
 * Thu Jul 30 2009 Jon Ciesla <limb at jcomserv.net - 3.0.2-2
 - gnome-console consolehelper correction. BZ 426790.
 - add tray-monitor to consolehelper. BZ 426790




More information about the fedora-extras-commits mailing list