rpms/dovecot/devel dovecot.spec,1.180,1.181

Michal Hlavinka mhlavink at fedoraproject.org
Tue May 18 12:17:10 UTC 2010


Author: mhlavink

Update of /cvs/pkgs/rpms/dovecot/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1472

Modified Files:
	dovecot.spec 
Log Message:
* Tue May 18 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0-0.12.beta5.20100515
- dovenull is unauthorized user, needs own dovenull group



Index: dovecot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/devel/dovecot.spec,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -p -r1.180 -r1.181
--- dovecot.spec	18 May 2010 10:27:36 -0000	1.180
+++ dovecot.spec	18 May 2010 12:17:10 -0000	1.181
@@ -5,7 +5,7 @@ Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
 Version: 2.0
-Release: 0.11%{?betasuffix}.%{?snapsuffix}%{?dist}
+Release: 0.12%{?betasuffix}.%{?snapsuffix}%{?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
@@ -234,10 +234,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %pre
 getent group dovecot >/dev/null || groupadd -r dovecot
+getent group dovenull >/dev/null || groupadd -r dovenull
 getent passwd dovecot >/dev/null || \
 useradd -r -g dovecot -d /usr/libexec/dovecot -s /sbin/nologin -c "Dovecot IMAP server" dovecot
 getent passwd dovenull >/dev/null || \
-useradd -r -g dovecot -d /usr/libexec/dovecot -s /sbin/nologin -c "Dovecot login process" dovenull
+useradd -r -g dovenull -d /usr/libexec/dovecot -s /sbin/nologin -c "Dovecot's unauthorized user" dovenull
 exit 0
 
 %post
@@ -372,6 +373,9 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Tue May 18 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0-0.12.beta5.20100515
+- dovenull is unauthorized user, needs own dovenull group
+
 * Tue May 18 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0-0.11.beta5.20100515
 - fix typo in dovenull username
 



More information about the scm-commits mailing list