rpms/dovecot/devel dovecot.spec,1.56,1.57

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Aug 15 07:01:34 UTC 2006


Author: prockai

Update of /cvs/dist/rpms/dovecot/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25973

Modified Files:
	dovecot.spec 
Log Message:
* Tue Aug 15 2006 Petr Rockai <prockai at redhat.com> - 1.0-0.rc2.2
- include /var/lib/dovecot in the package, prevents startup failure
  on new installs



Index: dovecot.spec
===================================================================
RCS file: /cvs/dist/rpms/dovecot/devel/dovecot.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- dovecot.spec	17 Jul 2006 13:22:47 -0000	1.56
+++ dovecot.spec	15 Aug 2006 07:01:29 -0000	1.57
@@ -1,7 +1,7 @@
 Summary: Dovecot Secure imap server
 Name: dovecot
 Version: 1.0
-Release: 0.rc2.1%{?dist}
+Release: 0.rc2.2%{?dist}
 License: LGPL
 Group: System Environment/Daemons
 
@@ -137,6 +137,7 @@
 done
 
 mv $RPM_BUILD_ROOT%{docdir} $RPM_BUILD_ROOT%{docdir}-%{version}
+mkdir -p $RPM_BUILD_ROOT/var/lib/dovecot
 
 %pre
 /usr/sbin/useradd -c "dovecot" -u %{dovecot_uid} -s /sbin/nologin -r -d /usr/libexec/dovecot dovecot 2>/dev/null || :
@@ -209,9 +210,14 @@
 %attr(0755,root,dovecot) %dir /var/run/dovecot
 %attr(0750,root,dovecot) %dir /var/run/dovecot/login
 %attr(0750,root,dovecot) %{docdir}-%{version}/examples/mkcert.sh
+%attr(0750,dovecot,dovecot) %dir /var/lib/dovecot
 
 
 %changelog
+* Tue Aug 15 2006 Petr Rockai <prockai at redhat.com> - 1.0-0.rc2.2
+- include /var/lib/dovecot in the package, prevents startup failure
+  on new installs
+
 * Mon Jul 17 2006 Petr Rockai <prockai at redhat.com> - 1.0-0.rc2.1
 - reenable inotify and see what happens
 




More information about the fedora-cvs-commits mailing list