]> git.pld-linux.org Git - packages/dovecot.git/commitdiff
- rel 2 auto/th/dovecot-2_0_4-2
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 4 Oct 2010 16:16:08 +0000 (16:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- there can be only one triggerpostun

Changed files:
    dovecot.spec -> 1.153

dovecot.spec

index ef08267fa58305629b3d02d985f0695071a1e9d3..13fac291ef4b16b9a9ee7a8944a2c192fc02e0e9 100644 (file)
@@ -11,7 +11,7 @@ Summary:      IMAP and POP3 server written with security primarily in mind
 Summary(pl.UTF-8):     Serwer IMAP i POP3 pisany głównie z myślą o bezpieczeństwie
 Name:          dovecot
 Version:       2.0.4
-Release:       1
+Release:       2
 Epoch:         1
 License:       MIT (libraries), LGPL v2.1 (the rest)
 Group:         Networking/Daemons
@@ -216,11 +216,11 @@ if [ "$1" = "0" ]; then
        %groupremove dovenull
 fi
 
-%triggerpostun -- dovecot < 1:1.1
+%triggerpostun -- dovecot < 1:2.0.0
+# upgrading dovecot < 1.1
 echo "Configuration change default_mail_env -> mail_location"
 %{__sed} -i -e "s/^default_mail_env/mail_location/" /etc/dovecot/dovecot.conf
-
-%triggerpostun -- dovecot < 1:2.0.0
+# upgrading dovecot < 2.0
 i=0
 for a in /etc/dovecot/dovecot-db-example.conf \
        /etc/dovecot/dovecot-dict-sql-example.conf \
This page took 0.036227 seconds and 4 git commands to generate.