Author: misc Date: Wed Nov 29 21:58:34 2006 New Revision: 88778 Removed: packages/cooker/dovecot/current/SOURCES/dovecot.conf Modified: packages/cooker/dovecot/current/SPECS/dovecot.spec
Log: - use default upstream configuration file Modified: packages/cooker/dovecot/current/SPECS/dovecot.spec ============================================================================== --- packages/cooker/dovecot/current/SPECS/dovecot.spec (original) +++ packages/cooker/dovecot/current/SPECS/dovecot.spec Wed Nov 29 21:58:34 2006 @@ -23,7 +23,6 @@ Source0: http://dovecot.org/releases/%{name}-%{version}.tar.bz2 Source1: %{name}-pamd Source2: %{name}-init -Source3: %{name}.conf Source4: http://dovecot.org/tools/migration_wuimp_to_dovecot.pl Source5: http://dovecot.org/tools/mboxcrypt.pl BuildRoot: %{_tmppath}/root-%{name}-%{version} @@ -84,8 +83,6 @@ %prep %setup -q -#%patch2 -p1 -b .mbox -#%patch3 -p1 -b .CVE-2006-2414 %build %configure \ @@ -118,7 +115,7 @@ %{buildroot}%{_var}/%{_lib}/%{name} cat %{SOURCE1} > %{buildroot}%{_sysconfdir}/pam.d/%{name} cat %{SOURCE2} > %{buildroot}%{_initrddir}/%{name} -cat %{SOURCE3} > %{buildroot}%{_sysconfdir}/dovecot.conf +cp dovecot-example.conf %{buildroot}%{_sysconfdir}/dovecot.conf cp %{SOURCE4} . cp %{SOURCE5} . rm -f %{buildroot}%{_sysconfdir}/dovecot-example.conf
