diff --git a/courier-imap.changes b/courier-imap.changes index dc0b5ab..62a5cf2 100644 --- a/courier-imap.changes +++ b/courier-imap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 26 15:23:37 UTC 2009 - chris@computersalat.de + +- spec mods + o fix typo missing '%'if + ------------------------------------------------------------------- Thu Aug 20 18:40:15 CEST 2009 - chris@computersalat.de diff --git a/courier-imap.spec b/courier-imap.spec index 17a572c..55e8948 100644 --- a/courier-imap.spec +++ b/courier-imap.spec @@ -23,7 +23,7 @@ Url: http://www.courier-mta.org/imap/ License: GPL v2 or later Group: Productivity/Networking/Email/Servers Version: 4.5.0 -Release: 1 +Release: 2 Source: %{name}-%{version}.tar.bz2 Source1: pop3.pamd Source2: imap.pamd @@ -161,11 +161,6 @@ fi %post %{_datadir}/%{name}/sysconftool `%{__cat} %{_datadir}/%{name}/configlist` >/dev/null -%preun -for i in imap imap-ssl pop pop-ssl ; do - %stop_on_removal courier-$i -done - %postun for i in imap imap-ssl pop pop-ssl ; do %restart_on_update courier-$i