rpms/dovecot/F-11 dovecot.init,1.7,1.8 dovecot.spec,1.148,1.149

Michal Hlavinka mhlavink at fedoraproject.org
Tue Nov 24 16:26:05 UTC 2009


Author: mhlavink

Update of /cvs/extras/rpms/dovecot/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6138

Modified Files:
	dovecot.init dovecot.spec 
Log Message:
* Tue Nov 24 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.8-2
- fix dovecot's restart after update (#518753)



Index: dovecot.init
===================================================================
RCS file: /cvs/extras/rpms/dovecot/F-11/dovecot.init,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- dovecot.init	9 Oct 2009 19:04:46 -0000	1.7
+++ dovecot.init	24 Nov 2009 16:26:05 -0000	1.8
@@ -83,12 +83,14 @@ case "$1" in
 	;;
   force-reload|restart)
 	stop
+	sleep 1
 	start
 	RETVAL=$?
 	;;
   condrestart|try-restart)
 	if [ -f $lockfile ]; then
 	    stop
+	    sleep 3
 	    start
 	fi
 	;;


Index: dovecot.spec
===================================================================
RCS file: /cvs/extras/rpms/dovecot/F-11/dovecot.spec,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -p -r1.148 -r1.149
--- dovecot.spec	20 Nov 2009 09:26:16 -0000	1.148
+++ dovecot.spec	24 Nov 2009 16:26:05 -0000	1.149
@@ -2,7 +2,7 @@ Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
 Version: 1.2.8
-Release: 1%{?dist}
+Release: 2%{?dist}
 #dovecot itself is MIT, a few sources are PD, (manage)sieve is LGPLv2, perfect_maildir.pl is GPLv2+
 License: MIT and LGPLv2 and GPLv2+
 Group: System Environment/Daemons
@@ -456,6 +456,9 @@ fi
 
 
 %changelog
+* Tue Nov 24 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.8-2
+- fix dovecot's restart after update (#518753)
+
 * Fri Nov 20 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.8-1
 - update to dovecot 1.2.8
 




More information about the scm-commits mailing list